Wikidata:WikiProject Rowing/organizations

WikiProject Rowing
WikiProject start pageparticipantsstatisticsl10n

Structural items

edit

How to tag

edit

For rowing clubs we may start tagging using the next scheme. Feel free to add more properties or discuss what you want.

Overview: Wikidata:List of properties/Organization. Important for rowing organisations:

  1. Tag as a rowing club:
  2. Formation:
  3. Place information:
    1. headquarters location (P159) with the next qualifiers: (try to put most of them to have a good map of clubes)
  4. Images (tbd).
    • logo image (P154) Logo
    • P:rowing blade?: To be discussed or find another existing property to use for the picture of the rowing blade
  5. Legal information
  6. Contact information
  7. Social media

Already tagged

edit

Rowing clubs and sports clubs with rowing departments

edit
SELECT DISTINCT ?item ?itemLabel ?countryLabel ?locationLabel ?headquarters ?coordinates WHERE {
  { ?item wdt:P31 wd:Q7372078 } UNION { ?item wdt:P31 wd:Q847017; wdt:P641/wdt:P279* wd:Q159354 } UNION { ?item p:P31 [ ps:P31 wd:Q847017; pq:P641/wdt:P279* wd:Q159354 ] } .
  OPTIONAL { { ?item wdt:P17 ?country } UNION { ?item p:P159 [ pq:P17 ?country ] } }
  OPTIONAL { ?item wdt:P131 ?location }
  OPTIONAL { ?item wdt:P159 ?headquarters }
  OPTIONAL { { ?item wdt:P625 ?coordinates } UNION { ?item p:P159 [ pq:P625 ?coordinates ] } }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} ORDER BY ASC(?countryLabel) ASC(?itemLabel)
Try it!

International (con)federations

edit
SELECT ?item ?itemLabel WHERE {
  ?item wdt:P31 wd:Q21281028 , wd:Q11422536 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language 'en' }
}
Try it!

National federations

edit

tbd