Skip to content

Instantly share code, notes, and snippets.

@nichtich
Created January 17, 2024 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nichtich/e4ac4b042d05bd33717d3955c07c9398 to your computer and use it in GitHub Desktop.
Save nichtich/e4ac4b042d05bd33717d3955c07c9398 to your computer and use it in GitHub Desktop.

A data-package is a dcat:dataset.

Aligned with DCAT-AP.

{
  "@type": "dcat:dataset",
  "name": {
  },
  "id": {
    "@id": "dct:identifier"
  },
  "licenses": {
  },
  "profile": {
  },  
  "title": {
    "@id": "dct:title"
  }
  "description": {
    "@id": "dct:description"
  },
  "homepage": {
    "@id": ""
  },
  "version": {
    "@id": ""
  },
  "sources": {
    "@id": ""
  },
  "contributors": {
    "@id": "dct:contributor"
  },
  "keywords": {
    "@id": "dcat:keyword"
  },
  "image": {
    "@id": "",
    "@type": "@id"
  },
  "created": {
    "@id": ""
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment