Skip to content

Spidering Format: Dataset JSON Objects

thill-odi edited this page Jun 12, 2020 · 2 revisions

Dataset JSON objects list URLs pointing to data feeds, along with providing some descriptive metadata regarding these feeds. This is the only use to which they may be put; they cannot point upwards to DataCatalogs.

Example

{
   "url":"https://halo-openactive.legendonlineservices.co.uk/openactive/",
   "name":"Halo Sessions and Facilities",
   "description":"Near real-time availability and rich descriptions relating to the sessions and facilities available from Halo, published using the OpenActive Modelling Specification 2.0.",
   "keywords":[
      "Sessions",
      "Facilities",
      "Activities",
      "Sports",
      "Physical Activity",
      "OpenActive"
   ],
   "license":"https://creativecommons.org/licenses/by/4.0/",
   "distribution":[
      {
         "name":"SessionSeries",
         "additionalType":"https://openactive.io/SessionSeries",
         "encodingFormat":"application/vnd.openactive.rpde+json; version=1",
         "contentUrl":"https://halo-openactive.legendonlineservices.co.uk/api/sessions",
         "@context":"http://schema.org",
         "@type":"DataDownload"
      },
      {
         "name":"FacilityUse",
         "additionalType":"https://openactive.io/FacilityUse",
         "encodingFormat":"application/vnd.openactive.rpde+json; version=1",
         "contentUrl":"https://halo-openactive.legendonlineservices.co.uk/api/facility-uses",
         "@context":"http://schema.org",
         "@type":"DataDownload"
      },
      {
         "name":"Slot",
         "additionalType":"https://openactive.io/Slot",
         "encodingFormat":"application/vnd.openactive.rpde+json; version=1",
         "contentUrl":"https://halo-openactive.legendonlineservices.co.uk/api/facility-uses/events",
         "@context":"http://schema.org",
         "@type":"DataDownload"
      }
   ],
   "discussionUrl":"https://github.com/Legendware",
   "documentation":"https://www.openactive.io/realtime-paged-data-exchange/0.2.3/",
   "inLanguage":"en-GB",
   "publisher":{
      "@context":"http://schema.org",
      "@type":"Organization",
      "name":"Halo",
      "description":"Halo Open Active Page",
      "email":"[email protected]",
      "legalName":"Halo Leisure Services Ltd",
      "logo":{
         "@context":"http://schema.org",
         "@type":"ImageObject",
         "url":"https://haloleisure.org.uk/templates/halo/images/halo_logo.png"
      },
      "url":"https://halo-openactive.legendonlineservices.co.uk/openactive"
   },
   "datePublished":"01/06/2018 00:00:00",
   "schemaVersion":"https://www.openactive.io/modelling-opportunity-data/2.0/",
   "softwareVersion":"1.0.0",
   "backgroundImage":"",
   "platformName":"Legend Club Management Systems",
   "platformUrl":"https://www.legendware.co.uk",
   "@context":"http://schema.org",
   "@type":"Dataset",
   "@id":"https://halo-openactive.legendonlineservices.co.uk/openactive/"
}