This class represents a draft that is designed to inform the OpenActive specification work with implementation feedback. It is mostly stable, as it based entirely on schema.org. HOWEVER, IT IS STILL SUBJECT TO CHANGE, as the Dataset API Discovery specification evolves.
This type is derived from https://schema.org/DataCatalog, which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.
Property | Expected Type | Description |
@type | | Must always be present and set to |
@id | | A unique url based identifier for the record Example
|
license | | Must always be present and set to |
name | | The name of the Example
|
publisher | | The organization ultimately responsible for maintaining this Example
|
The DataCatalog
must include either hasPart
if it is a collection of smaller DataCatalog
s, or dataset
if it is a collection of dataset sites.
Property | Expected Type | Description |
hasPart | Array of | The URLs of each smaller Example
|
dataset | Array of | The URLs of the dataset sites within this Example
|
Property | Expected Type | Description |
dataset | Array of | The URLs of the dataset sites within this Example
|
dateModified | | The date this Example
|
hasPart | Array of | The URLs of each smaller Example
|
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".