Modelling/Events and activities: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 22: | Line 22: | ||
| REQUIRED || {{P|P14}} || {{Q|Q9}} || Organization or person responsible for organizing the event | | REQUIRED || {{P|P14}} || {{Q|Q9}} || Organization or person responsible for organizing the event | ||
|- | |- | ||
| REQUIRED if no P1 || {{P|P27}}|| {{Q|Q78}}|| Should not be more granular than town level | | REQUIRED if no {{P|P1}} || {{P|P27}}|| {{Q|Q78}}|| Should not be more granular than town level | ||
|- | |- | ||
| || {{P|P15}} || {{Q|39}}|| | | || {{P|P15}} || {{Q|39}}|| | ||
Line 50: | Line 50: | ||
| || Example || Example || Example | | || Example || Example || Example | ||
|} | |} | ||
==SPARQL== | ==SPARQL== | ||
==See also== | ==See also== | ||
* Event '''[[EntitySchema:E5|Entity schema]]''' and '''[https://metabase.wikibase.cloud/tools/cradle/?#/shex/E5 Cradle]''' | * Event '''[[EntitySchema:E5|Entity schema]]''' and '''[https://metabase.wikibase.cloud/tools/cradle/?#/shex/E5 Cradle]''' | ||
[[Category:Documentation|E]] | [[Category:Documentation|E]] |
Revision as of 08:27, 10 May 2023
Modelling an event
Examples of types of activities and events: workshop (Q37), lecture (Q65), conference (Q42).
It is valuable to indicate whether an event took place physically or was online (or hybrid). That's why the item should have two instance of (P5), one for the type of the event (conference (Q42), edit-a-thon (Q41)...) and one for how it was conducted (see list of possibilities in table below).
Properties used
Required | Property | Example value | Notes |
---|---|---|---|
IF EXISTS | same as on Wikidata (P1) | Q123 | |
REQUIRED | instance of (P5) (describing the type of event) | workshop (Q37) | Should be a subclass of event (Q40). See all available. |
REQUIRED | instance of (P5) (describing how the event is held) | hybrid event (Q79) | Should be one of: |
REQUIRED | point in time (P23) | 2022-04-31 | When the event took place |
REQUIRED | organizer (P14) | Wikimedia Sverige (Q9) | Organization or person responsible for organizing the event |
REQUIRED if no same as on Wikidata (P1) | location (P27) | Stockholm (Q78) | Should not be more granular than town level |
main subject (P15) | public art (Q39) | ||
speaker (P33) | Josefine Hellroth Larsson (Q85) | Applicable to lecture (Q65) and similar; the person (passively) delivering the content. | |
manager / leader (P32) | Josefine Hellroth Larsson (Q85) | Applicable to workshop (Q37) and similar; the person (actively) leading / facilitating the activity. | |
image (P26) | x.. | Filename of a relevant illustration on Wikimedia Commons | |
video (P31) | Wikimedia Sveriges årsmöte 2022.webm | Filename of the video recording of the event on Wikimedia Commons | |
described at Wikimedia-page (P11) | sv:Wikipedia:Skrivstuga/Kvinnor,_arkitektur_och_design | ||
Event outcomes | |||
number of participants (P28) | 13 | ||
Wikimedia platform(s) affected (P13) | Swedish Wikipedia (Q26) | Applicable to edit-a-thon (Q41) and other types of events where editing on the Wikimedia platforms takes place. Different from main subject (P15) when the platform is not the focus of the event (like in the case of a lecture about Wikipedia itself) but rather a tool to run the activity. | |
Example | Example | Example | |
Example | Example | Example | |
Example | Example | Example | |
Example | Example | Example |
SPARQL
See also
- Event Entity schema and Cradle