Concept
This page describes the Concept type.
Last updated
This page describes the Concept type.
Last updated
This type is derived from .
@type
Must always be present and set to "@type": "Concept"
@id
Example
"@id": "https://openactive.io/activity-list#a454c7e6-52da-426d-9bd1-743e9d7d266d"
inScheme
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"
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 , and code samples are licensed under the , for anyone to access, use and share; using attribution "".
The @id
of a Concept from the . This value an id
from the .
A stable URL reference for the taxonomy, which must be https://openactive.io/activity-list
to .
Array of
Array of
Array of
Array of
Array of