query-157d50c43007d52451cc52dcca2774f4
. (Q87263878)Andreas ενώ θα έπρεπε να έχει (Q4926263)Andreas Έχει το όνομα Data Gamer>https://en.wikipedia.org/<>https://el.wikipedia.org/<
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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?wikipedia_article
{
VALUES ?countries { wd:Q229 wd:Q41 wd:Q15240466 }
?item wdt:P27 ?countries .
?item wdt:P31 wd:Q5 .
?item wdt:P735 wd:Q87263878 .
OPTIONAL { ?wikipedia_article schema:about ?item ; schema:isPartOf <https://en.wikipedia.org/> . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
- https://www.wikidata.org/wiki/User:Data_Gamer/Greek_given_names
- https://www.wikidata.org/wiki/User_talk:Dipsacus_fullonum
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?countries")
v2("?item"):::projected
v3("?wikipedia_article"):::projected
c8([https://en.wikipedia.org/]):::iri
c10(["bd:serviceParam"]):::iri
c3(["wd:Q5"]):::iri
c12(["en"]):::literal
c5(["wd:Q87263878"]):::iri
bind0[/VALUES ?countries/]
bind0-->v1
bind00(["wd:Q229"])
bind00 --> bind0
bind01(["wd:Q41"])
bind01 --> bind0
bind02(["wd:Q15240466"])
bind02 --> bind0
v2 --"wdt:P27"--> v1
v2 --"wdt:P31"--> c3
v2 --"wdt:P735"--> c5
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."schema:about".-> v2
v3 --"schema:isPartOf"--> c8
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end