Skip to content

Commit

Permalink
Fixes to descriptions and publish dates
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Mar 20, 2024
1 parent 960471b commit ed0ff5c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The JSON-LD [OpenActive Data Catalog Collection](https://openactive.io/data-cata

## Processing guidance

1. Download the OpenActive Data Catalog Collection JSON-LD file using a GET request to the canonical URL [`https://openactive.io/data-catalogs/data-catalog-collection.jsonld`](https://openactive.io/data-catalogs/data-catalog-collection.jsonld) (or [`https://openactive.io/data-catalogs/data-catalog-collection-preview.jsonld`](https://openactive.io/data-catalogs/data-catalog-collection-preview.jsonld) for datasets in ["preview"](#dataset-previews)).
1. Download the OpenActive Data Catalog Collection JSON-LD file using a GET request to the canonical URL [`https://openactive.io/data-catalogs/data-catalog-collection.jsonld`](https://openactive.io/data-catalogs/data-catalog-collection.jsonld) (or [`https://openactive.io/data-catalogs/data-catalog-collection-preview.jsonld`](https://openactive.io/data-catalogs/data-catalog-collection-preview.jsonld) for datasets in ["preview"](#dataset-previews), or [`https://openactive.io/data-catalogs/data-catalog-collection-test.jsonld`](https://openactive.io/data-catalogs/data-catalog-collection-test.jsonld) for datasets in ["test"](#test-datasets)).

2. Download each Data Catalog JSON-LD file referenced by the `hasPart` array in the OpenActive Data Catalog Collection ([Data Catalog example data](https://opendata.leisurecloud.live/api/datacatalog)).

Expand Down
6 changes: 3 additions & 3 deletions data-catalog-collection-preview.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"@context": "https://schema.org/",
"@type": "DataCatalog",
"@id": "https://openactive.io/data-catalogs/data-catalog-collection-preview.jsonld",
"name": "OpenActive Preview Data Catalog Collection",
"description": "Collection of data catalogs that contain datasets with work in progress. These are not yet recognised as compliant by OpenActive, but may be of interest to data users for exploratory use.",
"name": "OpenActive Preview Data",
"description": "Data with work in progress. Not yet recognised as compliant by OpenActive, but may be of interest to data users for exploratory use.",
"hasPart": [
"https://openactive.io/data-catalogs/singular-preview.jsonld"
],
"datePublished": "2020-02-20T08:51:54+00:00",
"datePublished": "2024-03-20T20:20:54+00:00",
"publisher": {
"@type": "Organization",
"name": "OpenActive",
Expand Down
6 changes: 3 additions & 3 deletions data-catalog-collection-test.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"@context": "https://schema.org/",
"@type": "DataCatalog",
"@id": "https://openactive.io/data-catalogs/data-catalog-collection-test.jsonld",
"name": "OpenActive Test Data Catalog Collection",
"description": "Collection of data catalogs that contain datasets from test, staging or UAT environments, which may be useful during deeper integrations such as with the Open Booking API.",
"name": "OpenActive Test Data",
"description": "Data from test, staging or UAT environments, which may be useful during deeper integrations such as with the Open Booking API.",
"hasPart": [
"https://openactive.io/data-catalogs/singular-test.jsonld"
],
"datePublished": "2020-02-20T08:51:54+00:00",
"datePublished": "2024-03-20T20:20:54+00:00",
"publisher": {
"@type": "Organization",
"name": "OpenActive",
Expand Down
4 changes: 2 additions & 2 deletions data-catalog-collection.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"@context": "https://schema.org/",
"@type": "DataCatalog",
"@id": "https://openactive.io/data-catalogs/data-catalog-collection.jsonld",
"name": "OpenActive Data Catalog Collection",
"description": "Collection of all data catalogs recognised as compliant by OpenActive",
"name": "OpenActive Data",
"description": "Data that is recognised as compliant by OpenActive. Note that although these feeds were compliant when they were built, they may not be compliant at the time of access.",
"hasPart": [
"https://opendata.leisurecloud.live/api/datacatalog",
"https://openactivedatacatalog.legendonlineservices.co.uk/api/DataCatalog",
Expand Down
2 changes: 1 addition & 1 deletion singular-preview.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@id": "https://openactive.io/data-catalogs/singular-preview.jsonld",
"name": "OpenActive Data Catalog for Preview Singular Datasets",
"description": "Singular datasets that are not included in other data catalogs, and that are a work in progress. These are not yet recognised as compliant by OpenActive, but may be of interest to data users for exploratory use.",
"datePublished": "2020-02-20T08:55:19+00:00",
"datePublished": "2024-03-20T20:20:54+00:00",
"license": "https://creativecommons.org/licenses/by/4.0/",
"publisher": {
"@type": "Organization",
Expand Down
2 changes: 1 addition & 1 deletion singular-test.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@id": "https://openactive.io/data-catalogs/singular-test.jsonld",
"name": "OpenActive Data Catalog for Singular Test Datasets",
"description": "Singular datasets that are not included in other data catalogs, and that are from test, staging or UAT environments. These may be useful during deeper integrations such as with the Open Booking API.",
"datePublished": "2020-02-20T08:55:19+00:00",
"datePublished": "2024-03-20T20:20:54+00:00",
"license": "https://creativecommons.org/licenses/by/4.0/",
"publisher": {
"@type": "Organization",
Expand Down
2 changes: 1 addition & 1 deletion singular.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@type": "DataCatalog",
"@id": "https://openactive.io/data-catalogs/singular.jsonld",
"name": "OpenActive Data Catalog for Singular Datasets",
"description": "Singular datasets that are not included in other data catalogs",
"description": "Singular datasets that are not included in other data catalogs, and are recognised as compliant by OpenActive.",
"datePublished": "2020-02-20T08:55:19+00:00",
"license": "https://creativecommons.org/licenses/by/4.0/",
"publisher": {
Expand Down

0 comments on commit ed0ff5c

Please sign in to comment.