Wikidata:WikiProject AIDS Walks

From Wikidata
Jump to navigation Jump to search
New York City 2005 AIDS Walk Rock Festival

Aim and Scope

[edit]

This project aims to collaborate with Wiki editors across the globe to highlight AIDS Walks anywhere in the world. For more about what an AIDS Walk is and the history of AIDS Walks, click here to read the Wikipedia article.


Properties and Modeling

[edit]

Properties used for AIDS Walks as an annual event

[edit]

If applicable, every new AIDS Walk (P31: annual event) created during this project should include the following properties.

Property Expected value Usage Note
Label String Most commonly used form of the name.
Description String Short free-text description of the event; typically.
instance of (P31) Item Controlled term that describes what an item is; for our purposes, select annual event (Q11483816).
on focus list of Wikimedia project (P5008) Item Property to indicate that an item is of particular interest for a Wikimedia project. This property does not add notability. Items should not be created with this property if they are not notable for Wikidata. See also P6104, P972, P2354; for our purposes, select WikiProject AIDS Walks (Q130480657).
country (P17) Item Sovereign state of this item (not to be used for human beings); for our purposes, select United States of America (Q30).
location (P276) Item Location of the object, structure or event. In the case of an administrative entity as containing item use located in the administrative territorial entity (P131). For statistical entities use located in statistical territorial entity (P8138). In the case of a geographic entity use located in/on physical feature (P706). Use significant place (P7153) for locations associated with the object.
inception (P571) Time Time when an entity begins to exist; for date of official opening use date of official opening (P1619).
Commons category (P373) Item Name of the Wikimedia Commons category containing files related to this item (without the prefix "Category:").
has part(s) (P527) Item Part of this subject; inverse property of part of (P361). See also has part(s) of the class (P2670).
official website (P856) Item URL of the official page of an item (current or former).

Properties used for AIDS Walks as a recurrent event edition

[edit]

If applicable, every new AIDS Walk (P31: recurrent event edition) created during this project should include the following properties.

Property Expected value Usage Note
Label String Most commonly used form of the name.
Description String Short free-text description of the event; typically.
instance of (P31) Item Controlled term that describes what an item is; for our purposes, select recurrent event edition (Q27968055) and AIDS Walk (Q4651890).
on focus list of Wikimedia project (P5008) Item Property to indicate that an item is of particular interest for a Wikimedia project. This property does not add notability. Items should not be created with this property if they are not notable for Wikidata. See also P6104, P972, P2354; for our purposes, select WikiProject AIDS Walks (Q130480657).
country (P17) Item Sovereign state of this item (not to be used for human beings); for our purposes, select United States of America (Q30).
location (P276) Item Location of the object, structure or event. In the case of an administrative entity as containing item use located in the administrative territorial entity (P131). For statistical entities use located in statistical territorial entity (P8138). In the case of a geographic entity use located in/on physical feature (P706). Use significant place (P7153) for locations associated with the object.
point in time (P585) Time Date something took place, existed or a statement was true; for providing time use the "refine date" property refine date (P4241).
part of (P361) Item Object of which the subject is a part (if this subject is already part of object A which is a part of object B, then please only make the subject part of object A), inverse property of has part(s) (P527), see also has part(s) of the class (P2670).
participant (P710) Item Person, group of people or organization (object) that actively takes/took part in an event or process.
sponsor (P859) Item Organization or individual that sponsors this item.
followed by (P156) Item Immediately following item in a series of which the subject is a part.
follows (P155) Item Immediately prior item in a series of which the subject is a part.

Queries

[edit]

AIDS Walks in Las Vegas, Nevada

[edit]
# USING MEDIAWIKI API, SELECT ALL LAS VEGAS AIDS WALKS, INCLUDING ITS PARTS, INCEPTION DATE, AND LOCATION
SELECT DISTINCT ?item ?itemLabel ?itemDescriptionLabel ?hasPart ?hasPartLabel (YEAR(?inception) AS ?inceptionYear) ?location ?locationLabel  
WHERE
{
 SERVICE wikibase:mwapi
 {
  bd:serviceParam wikibase:endpoint "www.wikidata.org" ;
      wikibase:api "Generator" ;
      mwapi:generator "search" ;
      mwapi:gsrsearch "inlabel:Las Vegas AIDS Walk"@en ;
      mwapi:gsrlimit "max" .
  ?item wikibase:apiOutputItem mwapi:title .
 }
 ?item wdt:P31 wd:Q11483816 ;
       rdfs:label ?itemLabel . FILTER(LANG(?itemLabel)="en" )
 ?item schema:description ?itemDescriptionLabel . FILTER(LANG(?itemDescriptionLabel)="en" )
 ?item wdt:P571 ?inception ;
       wdt:P276 ?location .
 ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel)="en" )
 ?item wdt:P527 ?hasPart .
 ?hasPart rdfs:label ?hasPartLabel . FILTER(LANG(?hasPartLabel )="en" )
}
Try it!

Participants

[edit]
[create] Create the participants list page and add yourself