{
  "@context": {
    "schema": "http://schema.org/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "dcterms": "http://purl.org/dc/terms/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "ex": "https://example.org/"
  },
  "@id": "ex:CdifRelationComplete_001",
  "@type": [
    "schema:CreativeWork",
    "dcat:Relationship"
  ],
  "schema:name": "Predecessor version of this dataset",
  "schema:description": "Relationship pointing at the previous published version, expressed in the DCAT qualifiedRelation pattern with a SKOS-typed role.",
  "schema:url": "https://example.org/datasets/source-2023",
  "dcterms:relation": "https://doi.org/10.5281/zenodo.7654320",
  "dcat:hadRole": {
    "@id": "ex:concepts/isVersionOf",
    "@type": [
      "skos:Concept"
    ],
    "skos:prefLabel": {
      "@value": "is version of",
      "@language": "en"
    },
    "skos:definition": {
      "@value": "The related resource is a version, edition, or adaptation of the described resource.",
      "@language": "en"
    },
    "skos:inScheme": {
      "@id": "ex:vocab/relationRoles"
    },
    "skos:notation": "isVersionOf"
  }
}