{
  "@context": {
    "dcat": "http://www.w3.org/ns/dcat#",
    "dct": "http://purl.org/dc/terms/",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "prov": "http://www.w3.org/ns/prov#"
  },
  "@id": "https://vtwo.oncologyrehab.co.uk/catalog.jsonld",
  "@type": "dcat:Catalog",
  "dct:title": "Oncology Rehabilitation Manchester Data Catalog",
  "dct:description": "Public DCAT catalog describing datasets, resources, and patient case study indexes published by Oncology Rehabilitation Manchester.",
  "dct:publisher": {
    "@type": "foaf:Organization",
    "foaf:name": "Oncology Rehabilitation Manchester",
    "foaf:homepage": "https://vtwo.oncologyrehab.co.uk"
  },
  "dct:license": "https://creativecommons.org/licenses/by/4.0/",
  "dct:language": "http://id.loc.gov/vocabulary/iso639-1/en",
  "dcat:dataset": [
    {
      "@id": "https://vtwo.oncologyrehab.co.uk/catalog.jsonld#articles-dataset",
      "@type": "dcat:Dataset",
      "dct:title": "Oncology Speech and Language Therapy Articles",
      "dct:description": "Educational articles, resources, and speech/swallowing clinical recovery guides for patients undergoing head and neck cancer treatment.",
      "dct:creator": {
        "@type": "foaf:Person",
        "foaf:name": "Helen Rust"
      },
      "dct:issued": "2026-06-20",
      "dct:modified": "2026-06-21",
      "dcat:keyword": [
        "speech therapy",
        "radiotherapy guide",
        "oncology rehabilitation"
      ],
      "dcat:distribution": {
        "@type": "dcat:Distribution",
        "@id": "https://vtwo.oncologyrehab.co.uk/catalog.jsonld#articles-distribution",
        "dct:title": "Articles Web Interface",
        "dcat:accessURL": "https://vtwo.oncologyrehab.co.uk/articles/",
        "dcat:mediaType": "text/html",
        "dct:format": "http://publications.europa.eu/resource/authority/file-type/HTML"
      }
    },
    {
      "@id": "https://vtwo.oncologyrehab.co.uk/catalog.jsonld#testimonials-dataset",
      "@type": "dcat:Dataset",
      "dct:title": "Oncology Patient Recovery Testimonials",
      "dct:description": "Clinical recovery outcomes, speech and swallowing rehabilitation progress records, and qualitative case studies of post-cancer recovery.",
      "dct:creator": {
        "@type": "foaf:Person",
        "foaf:name": "Helen Rust"
      },
      "dct:issued": "2026-06-21",
      "dct:modified": "2026-06-21",
      "dcat:keyword": [
        "swallowing therapy outcome",
        "dysphagia case study",
        "patient testimonials"
      ],
      "dcat:distribution": {
        "@type": "dcat:Distribution",
        "@id": "https://vtwo.oncologyrehab.co.uk/catalog.jsonld#testimonials-distribution",
        "dct:title": "Testimonials Web Interface",
        "dcat:accessURL": "https://vtwo.oncologyrehab.co.uk/testimonials/",
        "dcat:mediaType": "text/html",
        "dct:format": "http://publications.europa.eu/resource/authority/file-type/HTML"
      }
    }
  ]
}