Skip to content

openactive/place-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Place Types

Status: Draft | Please Provide Feedback via GitHub

Status

This list is in a draft state, however every effort will be made in subsequent revisions to maintain the IDs associated with the concepts enumerated here.

Documentation

This repository holds the JSON-LD definition of the OpenActive Place Types controlled vocabulary.

This controlled vocabulary MUST be referenced within a Concept via inScheme using the URL "https://openactive.io/place-types" (which will return the JSON-LD definition if the Accept header contains application/ld+json).

This controlled vocabulary SHOULD be retrieved frequently using an HTTP GET and cached within an application, to ensure that the most up-to-date version is displayed to the user, while also protecting against network failure when accessing the underlying resource. To access this controlled vocabulary the application MUST GET the URL "https://openactive.io/place-types/place-types.jsonld" (note there is no www in the URL) which does not require a specific Accept header, and is cached via CDN. The controlled vocabulary is also available via a GET of the URL "https://openactive.io/place-types" using an Accept header of application/ld+json, for completeness, however this shorter URL MUST NOT be used in production.

Please raise requests for content or issues related to this controlled vocabulary via GitHub.

Example use

The example below illustrates an "beta:placeType" property for an Place that describes a Leisure Centre.

"beta:placeType": [
  {
    "type": "Concept",
    "id": "https://openactive.io/place-types#89a263e2-3925-4add-81cf-a0fbdf9542ad",
    "prefLabel": "Leisure Centre",
    "inScheme": "https://openactive.io/place-types"
  }
]

Source data

Please see the spreadsheet used to generate the JSON-LD representation, comments welcome!

Licence

The documentation and data in this repository is published under the Creative Commons CC-BY 4.0 license.

About

Place Types controlled vocabularies data and documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published