Concept
This page describes the Concept type.
Property | Expected Type | Description |
---|---|---|
@type | Must always be present and set to "@type": "Concept" | |
@id | The @id of a Concept from the OpenActive Activity List. This value must always exactly match an id from the OpenActive Activity List.
Example "@id": "https://openactive.io/activity-list#a454c7e6-52da-426d-9bd1-743e9d7d266d" | |
inScheme | A stable URL reference for the taxonomy, which must be https://openactive.io/activity-list to reference the OpenActive Activity List.
Example "inScheme": "https://openactive.io/activity-list" | |
prefLabel | A human readable string that minimally describes the Concept, for use in user interfaces.
Example "prefLabel": "Salsa" |
Property | Expected Type | Description |
---|---|---|
altLabel | An alternative human readable string for use in user interfaces.
Example "altLabel": [
"Five a side"
] | |
broader | A broader Concept URI
Example "broader": [
"https://openactive.io/activity-list#6ca15167-51da-4d91-a1ae-8a45dc47b0ea"
] | |
definition | A human readable string that unambiguously defines the Concept, for use in user interfaces.
Example "definition": "Latin American style of dance with Cuban origins." | |
hiddenLabel | An alternative human readable string used to drive autocomplete search matches, that is hidden from the user.
Example "hiddenLabel": [
"5-a-side"
] | |
narrower | A more specific concept URI
Example "narrower": [
"https://openactive.io/activity-list#b3829f3e-a63e-455f-a51c-1f50ecf85ad5"
] | |
notation | A human-readable identifier for the concept.
Example "notation": "salsa" | |
related | A related Concept URI
Example "related": [
"https://openactive.io/activity-list#5cdf5ead-e19d-4619-9585-cfe509c3fe52"
] | |
topConceptOf | A reference to the Scheme URI, the existence of which indicates that this Concept is at the top level of the hierarchy.
Example "topConceptOf": "https://openactive.io/activity-list" |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution License (CC-BY V4.0), and code samples are licensed under the MIT License, for anyone to access, use and share; using attribution "OpenActive".
Last modified 1mo ago