Query Name |
Original |
Adapted for Graph Split
|
wikidata.org/WikidataThesisToolkit/5aHL
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX schema: <http://schema.org/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?thesis ?thesisDescription ?thesisLabel ?authorLabel ?authorwp ?lse_url WHERE {
?thesis wdt:P31/wdt:P279* wd:Q1266946 ;
wdt:P953 ?lse_url.
OPTIONAL {
?thesis wdt:P50 ?author.
OPTIONAL {
?authorwp schema:about ?author;
schema:isPartOf <https://en.wikipedia.org/>.
}
}
FILTER(STRSTARTS(STR(?lse_url), "http://etheses.lse.ac.uk"))
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY (?thesisDescription)
|
SELECT ?thesis ?thesisDescription ?thesisLabel ?authorLabel ?authorwp ?lse_url WHERE {
{
?thesis (wdt:P31/(wdt:P279*)) wd:Q1266946;
wdt:P953 ?lse_url.
FILTER(STRSTARTS(STR(?lse_url), "http://etheses.lse.ac.uk"))
OPTIONAL {
?thesis wdt:P50 ?author.
OPTIONAL {
?authorwp schema:about ?author;
schema:isPartOf <https://en.wikipedia.org/>.
}
}
}
UNION
{
SERVICE <https://query-scholarly-experimental.wikidata.org/sparql> {
?thesis (wdt:P31/(wdt:P279*)) wd:Q1266946;
wdt:P953 ?lse_url.
FILTER(STRSTARTS(STR(?lse_url), "http://etheses.lse.ac.uk"))
OPTIONAL {
?thesis wdt:P50 ?author.
SERVICE <https://query-main-experimental.wikidata.org/sparql> {
OPTIONAL {
?authorwp schema:about ?author;
schema:isPartOf <https://en.wikipedia.org/>.
}
}
}
}
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY (?thesisDescription)
|
wikidata.org/WikidataThesisToolkit/5aG5
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
#defaultView:BubbleChart
SELECT DISTINCT ?valueLabel (count(?valueLabel) as ?count)
WHERE
{
?entity wdt:P5008 wd:Q112895606; wdt:P31/wdt:P279* wd:Q1266946 .
?entity p:P921 ?prop . OPTIONAL { ?prop ps:P921 ?value }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?valueLabel
ORDER BY DESC(?count)
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT DISTINCT ?valueLabel (COUNT(?valueLabel) AS ?count) WHERE {
{
?entity wdt:P5008 wd:Q112895606;
(wdt:P31/(wdt:P279*)) wd:Q1266946;
p:P921 ?prop.
OPTIONAL { ?prop ps:P921 ?value. }
}
UNION
{
SERVICE <https://query-scholarly-experimental.wikidata.org/sparql> {
?entity wdt:P5008 wd:Q112895606;
(wdt:P31/(wdt:P279*)) wd:Q1266946;
p:P921 ?prop.
SERVICE <https://query-main-experimental.wikidata.org/sparql> {
OPTIONAL { ?prop ps:P921 ?value. }
}
}
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?valueLabel
ORDER BY DESC (?count)
|
wikidata.org/WikidataThesisToolkit/7Kiz
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
#defaultView:BubbleChart
SELECT DISTINCT ?instanceLabel (count(?instanceLabel) as ?count)
WHERE
{
?entity wdt:P5008 wd:Q112895606; wdt:P31/wdt:P279* wd:Q1266946 .
?entity p:P921 ?prop .
OPTIONAL { ?prop ps:P921 ?value }
OPTIONAL { ?value wdt:P31 ?instance }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?instanceLabel
ORDER BY DESC(?count)
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
#defaultView:BubbleChart
SELECT DISTINCT ?instanceLabel (count(?instanceLabel) as ?count)
WHERE
{
{
?entity wdt:P5008 wd:Q112895606;
wdt:P31/wdt:P279* wd:Q1266946.
?entity p:P921 ?prop.
}
UNION
{
SERVICE <https://query-scholarly-experimental.wikidata.org/sparql> {
?entity wdt:P5008 wd:Q112895606;
wdt:P31/wdt:P279* wd:Q1266946.
?entity p:P921 ?prop.
}
}
OPTIONAL { ?prop ps:P921 ?value }
OPTIONAL { ?value wdt:P31 ?instance }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?instanceLabel
ORDER BY DESC(?count)
|
wikidata.org/WikidataThesisToolkit/5ckW
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?thesis ?thesisLabel ?cites_work ?cites_workLabel WHERE {
?thesis wdt:P5008 wd:Q112895606 .
?thesis wdt:P31/wdt:P279* wd:Q1266946 .
?thesis wdt:P2860 ?cites_work.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?thesis ?thesisLabel ?cites_work ?cites_workLabel WHERE {
{
?thesis wdt:P5008 wd:Q112895606 .
?thesis wdt:P31/wdt:P279* wd:Q1266946 .
?thesis wdt:P2860 ?cites_work.
}
UNION
{
SERVICE <https://query-scholarly-experimental.wikidata.org/sparql> {
?thesis wdt:P5008 wd:Q112895606 .
?thesis wdt:P31/wdt:P279* wd:Q1266946 .
?thesis wdt:P2860 ?cites_work.
}
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
|
wikidata.org/WikidataThesisToolkit/5eTJ
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?item ?itemLabel ?cites_thesis ?cites_thesisLabel WHERE {
?item wdt:P2860 ?cites_thesis .
?cites_thesis wdt:P5008 wd:Q112895606 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
|
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?item ?itemLabel ?cites_thesis ?cites_thesisLabel WHERE {
{
?item wdt:P2860 ?cites_thesis .
?cites_thesis wdt:P5008 wd:Q112895606 .
}
UNION
{
SERVICE <https://query-scholarly-experimental.wikidata.org/sparql> {
?item wdt:P2860 ?cites_thesis .
?cites_thesis wdt:P5008 wd:Q112895606 .
}
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
|
wikidata.org/WikidataThesisToolkit/jwZ
|
SELECT (COUNT(?thesis) As ?count) ?institutionLabel WHERE {
?thesis wdt:P31 wd:Q187685;
wdt:P4101?institution
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} GROUP BY ?institutionLabel ORDER BY DESC(?count)
|
SELECT (COUNT(?thesis) AS ?count) ?institutionLabel WHERE {
{
?thesis wdt:P31 wd:Q187685;
wdt:P4101 ?institution.
}
UNION
{
SERVICE <https://query-scholarly-experimental.wikidata.org/sparql> {
?thesis wdt:P31 wd:Q187685;
wdt:P4101 ?institution.
}
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?institutionLabel
ORDER BY DESC (?count)
|