{
  "name": "house-prices-fr",
  "title": "House prices in Paris since 1200",
  "description": "Long-run historical house price index for Paris, based on CGEDD data and related historical sources.",
  "profile": "data-package",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "sources": [
    {
      "name": "CGEDD",
      "path": "http://www.cgedd.developpement-durable.gouv.fr/prix-immobilier-evolution-a-long-terme-a1048.html",
      "title": "Prix immobilier - evolution a long terme"
    }
  ],
  "resources": [
    {
      "name": "paris",
      "path": "data/paris.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "profile": "tabular-data-resource",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "year",
            "type": "year"
          },
          {
            "name": "price index",
            "type": "number"
          }
        ],
        "missingValues": [
          ""
        ]
      }
    }
  ],
  "collection": "property-prices",
  "version": "0.1.0"
}
