# Types Reference

The OpenActive Data Model uses models derived from [Schema.org](http://schema.org/) and [Simple Knowledge Organization System (SKOS)](https://www.w3.org/2004/02/skos/). The specification adopts the same approach as Schema.org and encourages the use of URLs as unique identifiers for resources.

Information about Events, Places, Organizations and other types of resources should already have been published online to make that information accessible to users. Using existing URLs as identifiers avoids the need to define a new identifier scheme for resources described in opportunity data.

## **List of Types**

### **Event types (also used for v**irtual events)

* [SessionSeries](https://developer.openactive.io/data-model/types/sessionseries) and [ScheduledSession](https://developer.openactive.io/data-model/types/scheduledsession)
* [HeadlineEvent](https://developer.openactive.io/data-model/types/headlineevent)
* [CourseInstance](https://developer.openactive.io/data-model/types/courseinstance)
* [Event](https://developer.openactive.io/data-model/types/event)

### On-demand event types

* [OnDemandEvent](https://developer.openactive.io/data-model/types/ondemandevent)

### Facilities types

* [FacilityUse](https://developer.openactive.io/data-model/types/facilityuse)
* [IndividualFacilityUse](https://developer.openactive.io/data-model/types/individualfacilityuse)
* [Slot](https://developer.openactive.io/data-model/types/slot)​

### **Structured descriptor types**

* [Brand](https://developer.openactive.io/data-model/types/brand)
* [Concept](https://developer.openactive.io/data-model/types/concept)
* [GeoCoordinates](https://developer.openactive.io/data-model/types/geocoordinates)
* [ImageObject](https://developer.openactive.io/data-model/types/imageobject)
* [Organization](https://developer.openactive.io/data-model/types/organization)
* [PartialSchedule](https://developer.openactive.io/data-model/types/partialschedule)
* [Person](https://developer.openactive.io/data-model/types/person)
* [Place](https://developer.openactive.io/data-model/types/place)
* [PostalAddress](https://developer.openactive.io/data-model/types/postaladdress)
* [Schedule](https://developer.openactive.io/data-model/types/schedule)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.openactive.io/data-model/types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
