ConceptScheme
This page describes the ConceptScheme type.
This type is derived from http://www.w3.org/2004/02/skos/core#ConceptScheme.
Properties
Required properties
@id
A unique URI-based identifier for the record.
@id
properties are used as identifiers for compatibility with JSON-LD. The value of such a property must always be an absolute URI that provides a stable globally unique identifier for the resource, as described in RFC3986.
The primary purpose of the URI format in this context is to provide natural namespacing for the identifier. Hence, the URI itself may not resolve to a valid endpoint, but must use a domain name controlled by the resource owner (the organisation responsible for the OpenActive open data feed).
Example
"@id": "https://example.com/scheme-name"
concept
Array of Concept
A collection of concepts that are part of this scheme
Example
"concept": [
{
"@id": "https://example.com/concept/martial-arts",
"type": "Concept",
"prefLabel": "Martial Arts",
"inScheme": "https://example.com/scheme/123",
"narrower": "https://example.com/concept/martial-arts/karate"
}
]
url
A URL to a web page (or section of a page) that describes the concept scheme.
Example
"url": "https://example.com/scheme/1234"
Recommended properties
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