query-d702bb3a0c3f87bfa1d5f44d99886e34
PropertiesOlympic.org athlete ID (archived) (P3171)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT
?person ?personLabel ?sexgenderLabel
WHERE
{
?person wdt:P3171 ?value .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
LIMIT 30000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?person"):::projected
v2("?value")
c3(["bd:serviceParam"]):::iri
c5(["en"]):::literal
v1 --"wdt:P3171"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end