query-c82e477746e074fc4ec7cc36abe67f03

rq turtle/ttl

Problem with female players). At the moment, 226 items have this wrong link: [1]/8y00oauf.html" (w , which gives a 404. Correct would be "http://www.olimpbase.org/playershttp://www.olimpbase.org/players/8y00oauf.html, the link leads to (Q551113)Anja Hegeler This property can not be used for female players (at least not in the configuration at the moment). Female players have a different url in front of their ID. For example, at

Use at

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#>
SELECT ?players ?playersLabel
WHERE
{
    ?players wdt:P106 wd:Q10873124 .
    ?players wdt:P21 wd:Q6581072 .
    ?players wdt:P3940 ?olimpbase.

    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?olimpbase") v1("?players"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q10873124"]):::iri c9(["en"]):::literal c4(["wd:Q6581072"]):::iri v1 --"wdt:P106"--> c2 v1 --"wdt:P21"--> c4 v1 --"wdt:P3940"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end