Event
Schema.org definition: An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects.
Subclass Of: http://schema.org/Thing
Event Types
The Artsdata controlled vocabulary for event types.
The list of types (SKOS concepts) and the concept scheme can be viewed here ArtsdataEventTypes.
For example, an Event can be assigned the type http://kg.artsdata.ca/resource/PerformingArtsEvent showing narrower and broader SKOS concepts.
This is a WIP - work in progress. For the latest changes and edits visit Google Sheet to view the pending (not yet published) version of the Artsdata controlled vocabulary and mapping to other vocabularies.
Your input is welcome. Please click the link in the top nav bar to open an issue.
How to use
The Artsdata Event Controlled Vocabulary is used along with the schema.org Event type. An Event in Artsdata is a http://schema.org/Event (schema:Event or schema:EventSeries) and optionally an additional type from the Artsdata Event Controlled Vocabulary using the schema:additionalType property.
For example: ex:Event1 a schema:Event ; schema:additionalType <http://kg.artsdata.ca/resource/PerformingArtsEvent> .
Reconciling
You can reconcile event types using the Artsdata Reconciliation Service.
To give it a try:
- Go to the W3C entity reconciliation test bench
- Enter the name of an event type, such as Circus
- Click the Reconcile button
To limit the results only to the controlled vocabulary:
- Select the type “Concept” (optional)
- Click the button “Add property”
- Enter the Property ID “skos:inScheme” and the value “adr:ArtsdataEventTypes”
- Enter the name of an event type, such as Circus
- Click the Reconcile button
Dereferencing
Each SKOS Concept or ConceptScheme URI can be dereferenced individually. Or you can download the entire vocabulary using this download link.
Properties
Property | Description |
---|---|
description |
A description of the item.
from class http://schema.org/Thing |
image |
An image of the item. This can be a URL or a fully described ImageObject.
from class http://schema.org/Thing |
name |
The name of the item.
from class http://schema.org/Thing |
url |
URL of the item.
from class http://schema.org/Thing |
sameAs |
URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
from class http://schema.org/Thing |
alternateName |
An alias for the item.
from class http://schema.org/Thing |
mainEntityOfPage |
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.
from class http://schema.org/Thing |
location |
The location of for example where the event is happening, an organization is located, or where an action takes place.
from class http://schema.org/Event |
duration |
The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
from class http://schema.org/Event |
endDate |
The end date and time of the item (in ISO 8601 date format).
from class http://schema.org/Event |
eventStatus |
An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.
from class http://schema.org/Event |
offers |
An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.
from class http://schema.org/Event |
organizer |
An organizer of an Event.
from class http://schema.org/Event |
performer |
A performer at the event—for example, a presenter, musician, musical group or actor.
from class http://schema.org/Event |
startDate |
The start date and time of the item (in ISO 8601 date format).
from class http://schema.org/Event |
superEvent |
An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.
from class http://schema.org/Event |
workPerformed |
A work performed in some event, for example a play performed in a TheaterEvent.
from class http://schema.org/Event |
eventAttendanceMode |
The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.
from class http://schema.org/Event |
inLanguage |
The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage.
from class http://schema.org/Event |