query-00b1cbe8dee6f5a72afa49df0b01abcf
Encyclopedic articles with certain subjects select ?article ?articleTitle ?parentWork ?parentWorkLabel { VALUES ?ENCYC_ARTICLE { wd:Q13433827 } VALUES ?ARTICLE_SUBJECT {wd:Q142 wd:Q31} # France or Belgium
# articles with the given subject ?article wdt:P31/wdt:P279* ?ENCYC_ARTICLE; wdt:P921 ?ARTICLE_SUBJECT . hint:Prior hint:runFirst true.
OPTIONAL { ?article wdt:P1476 ?articleTitle } OPTIONAL { ?article wdt:P1433 ?parentWork } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # used to display a label } Encyclopedic articles with certain subjects select ?article ?articleTitle ?parentWork ?parentWorkLabel { VALUES ?ENCYC_ARTICLE { wd:Q13433827 } VALUES ?ARTICLE_SUBJECT {wd:Q142 wd:Q31} # France or Belgium
# articles with the given subject ?article wdt:P31/wdt:P279* ?ENCYC_ARTICLE; wdt:P921 ?ARTICLE_SUBJECT . hint:Prior hint:runFirst true.
OPTIONAL { ?article wdt:P1476 ?articleTitle } OPTIONAL { ?article wdt:P1433 ?parentWork } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # used to display a label }
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Encyclopedic articles with certain subjects
select ?article ?articleTitle ?parentWork ?parentWorkLabel
{
VALUES ?ENCYC_ARTICLE { wd:Q13433827 }
VALUES ?ARTICLE_SUBJECT {wd:Q142 wd:Q31} # France or Belgium
# articles with the given subject
?article wdt:P31/wdt:P279* ?ENCYC_ARTICLE;
wdt:P921 ?ARTICLE_SUBJECT .
OPTIONAL { ?article wdt:P1476 ?articleTitle }
OPTIONAL { ?article wdt:P1433 ?parentWork }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # used to display a label
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/bibliographic
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/bibliographic/en
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/bibliographic/nl