Concept
This page describes the Concept type.
This type is derived from http://www.w3.org/2004/02/skos/core#Concept.
Properties
Required properties
@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"
Optional properties
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 updated