https://openactive.io/
", defines the property "startDate
" of the type "Event
". Additionally every instance of a type optionally has a unique "@id
" in the form of a URL. In JSON an instance of a type is represented as a JSON object.@id
properties are used as identifiers within the OpenActive models. For compatibility with JSON-LD, the value of such a property must always be an absolute URI that provides a stable globally unique identifier.@context
" in the top-level JSON object as follows:"@context"
).@context
" property to let you know which contexts are in use."@context": [ "https://openactive.io/" ]
"@context": [ "https://openactive.io/", "https://schema.org", "http://www.w3.org/2004/02/skos/core#" ]
"name": "Tai chi Class"
instead of "schema:name": "Tai chi Class"
"beta:attendeeCount"
and not "attendeeCount"
Concept
type, and provides a mechanism for organising these concepts into a hierarchy. It is used for the OpenActive activity list and other controlled vocabularies where an enumeration of specific terms are defined."britishcycling:gpxFile"
field is defined by an extension provided by British Cycling, using their custom context "http://data.goskyride.com/opendata/britishcycling.jsonld"
.