layout | title | permalink | filename | id |
---|---|---|---|---|
default |
Common Core Metadata Schema |
/schema/ |
schema.md |
schema |
This section contains guidance to support the use of the common core metadata to list agency datasets and application programming interfaces (APIs) as hosted at agency.gov/data.
Metadata are selected fields or elements which describe data. The challenge is to define the standard metadata fields and the names of those fields so that the consumer of the data has sufficient information to process and understand the data. The more information that can be conveyed in a standardized regular format, the more valuable data becomes. Metadata can range from basic to advanced, from allowing one to discover the mere fact that a certain data asset exists and is about a general subject all the way to providing detailed semantic information that enables a high degree of machine readability. Making the metadata machine readable greatly increases its openness and utility.
Establishing a common vocabulary is the key to any communication, including communication between machines. DCAT is a hierarchical vocabulary specific to datasets that serves as the basis for the common core metadata required in this memorandum. The standard consists of a number of schemas (hierarchical vocabulary terms) that represent things that are most often looked for on the web, with mappings to their equivalents in other standards.
APIs allow developers (both internal to the agency and the public) to dynamically query a dataset. For example, a dataset of farmers markets may be made available for download as a single file (e.g., a CSV), or may be made available to developers as an API, such that a developer could provide the agency with a ZIP Code, and retrieve a list of farmers markets in that area.
The catalog file should list all of an agency's datasets that can be made public, regardless of form -- this includes raw datasets and APIs. Use Endpoint to indicate which datasets offer dynamic APIs (see below for more information on Common Core and Extensional metadata elements).
The Implemention Guidance available as a part of Project Open Data describes Agency requirements for the development of metadata as per the Open Data Policy. A quick primer on the file format involved:
JSON is a lightweight data-exchange format that is very easy to read, parse and generate. Based on a subset of the JavaScript programming language, JSON is a text format that is optimized for data interchange. JSON is built on two structures: (1) a collection of name/value pairs; and (2) an ordered list of values.
Links to downloadable examples of metadata files developed in this and other formats in the metadata resources. Tools to help agencies produce and maintain their data inventories are available on GitHub and hosted at Labs.Data.gov.
The following "common core" fields are required, to be used to describe each entry:
(Consult the 'Further Metadata Field Guidance' section lower in the page to learn more about the use of each element, including the range of valid entries where appropriate. Consult the schema maps to find the equivalent Data.gov, RDFa Lite, and CKAN fields.)
{.table .table-striped}
Field | Definition | JSON |
---|---|---|
Title | Human-readable name of the asset. Should be in plain English and include sufficient detail to facilitate search and discovery. | title |
Description | Human-readable description (e.g., an abstract) with sufficient detail to enable a user to quickly understand whether the asset is of interest. | description |
Tags | Tags (or keywords) help users discover your dataset, please include terms that would be used by technical and non-technical users. | keyword |
Last Update | Most recent date on which the dataset was changed, updated or modified. | modified |
Publisher | The publishing agency. | publisher |
Contact Name | Contact person's name for the asset. | person |
Contact Email | Contact person's email address. | mbox |
Unique Identifier | A unique identifier for the dataset or API as maintained within an Agency catalog or database. | identifier |
Public Access Level | The degree to which this dataset could be made publicly-available, regardless of whether it has been made available. Choices: Public (is or could be made publicly available), Restricted (available under certain conditions), or Private (never able to be made publicly available) | accessLevel |
The following fields must be used to describe each dataset if they are applicable:
{.table .table-striped}
Field | Definition | JSON |
---|---|---|
Data Dictionary | URL to the data dictionary for the dataset or API. Note that documentation other than a Data Dictionary can be referenced using Related Documents as shown in the expanded fields. | dataDictionary |
Download URL | URL providing direct access to the downloadable distribution of a dataset. | accessURL |
Endpoint | Endpoint of web service to access dataset. | webService |
Format | The file format or API type of the distribution. | format |
License | The license dataset or API is published with. See Open Licenses for more information. | license |
Spatial | The range of spatial applicability of a dataset. Could include a spatial region like a bounding box or a named place. | spatial |
Temporal | The range of temporal applicability of a dataset (i.e., a start and end date of applicability for the data). | temporal |
"Extensional" and/or domain specific metadata can easily be added using other vocabularies to embedded HTML or XML markup even if it is not a term (entity/property) that will get indexed by the major search engines - it could still be indexed by other custom search engines and by Data.gov. Agencies are encouraged to extend their metadata descriptions using elements from the "Expanded Fields" list shown below, or from any well-known vocabulary (including Dublin Core, FGDC, ISO 19115, NIEM, and a growing number of vocabularies published at Vocab.Data.gov) as long as they are properly assigned.
Agencies are encouraged to use the following expanded fields when appropriate. Agencies may freely augment these fields with their own.
{.table .table-striped}
Field | Definition | JSON |
---|---|---|
Release Date | Date of formal issuance. | issued |
Frequency | Frequency with which dataset is published. | accrualPeriodicity |
Language | The language of the dataset. | language |
Granularity | Level of granularity of the dataset. | granularity |
Data Quality | Whether the dataset meets the agency's Information Quality Guidelines (true/false). | dataQuality |
Category | Main thematic category of the dataset. | theme |
Related Documents | Related documents such as technical information about a dataset, developer documentation, etc. | references |
Size | The size of the downloadable dataset. | size |
Homepage URL | Alternative landing page used to redirect user to a contextual, Agency-hosted "homepage" for the Dataset or API when selecting this resource from the Data.gov user interface. | landingPage |
RSS Feed | URL for an RSS feed that provides access to the dataset. | feed |
System of Records | URL to the System of Records related to this dataset. | systemOfRecords |
{.table .table-striped}
Field | title |
---|---|
Cardinality | (1,1) |
Required | Yes, always |
Accepted Values | String |
Usage Notes | Acronyms should be avoided. |
Example | {"title":"Types of Vegetables"} |
{.table .table-striped}
Field | description |
---|---|
Cardinality | (1,1) |
Required | Yes, always |
Accepted Values | String |
Usage Notes | This should be human-readable and understandable to an average person. |
Example | {"description":"This dataset contains a list of vegetables, including nutrition information and seasonality. Includes details on tomatoes, which are really fruit but considered a vegetable in this dataset."} |
{.table .table-striped}
Field | dataDictionary |
---|---|
Cardinality | (1,1) |
Required | Yes, if there is corresponding data dictionary online. (Documentation that is not specifically a data dictionary belongs in "references") |
Accepted Values | URL |
Usage Notes | - |
Example | {"dataDictionary":"http://www.agency.gov/vegetables/dictionary.html"} |
{.table .table-striped}
Field | accessURL |
---|---|
Cardinality | (1,n) |
Required | Yes, if the file is available for public download. |
Accepted Values | URL |
Usage Notes | This must be the direct download URL. Use homepage for landing or disambiguation pages, or dataDictionary for documentation pages. |
Example | {"accessURL":"http://www.agency.gov/vegetables/listofvegetables.csv"} |
{.table .table-striped}
Field | format |
---|---|
Cardinality | (1,n) |
Required | Yes, if the file is available for public download. |
Accepted Values | String |
Usage Notes | This must describe the exact file available at accessURL using file extensions (e.g., CSV, XLS, XSLX, TSV, JSON, XML). For example, if the download file is a ZIP containing a CSV, the entry here is "ZIP". |
Example | {"format":"csv"} |
{.table .table-striped}
Field | keyword |
---|---|
Cardinality | (1,n) |
Required | Yes, always |
Accepted Values | String |
Usage Notes | Separate keywords with commas. |
Example | {"keyword":"squash,vegetables,veggies,greens,leafy,spinach,kale,nutrition,tomatoes,tomatos"} |
{.table .table-striped}
Field | modified |
---|---|
Cardinality | (1,1) |
Required | Yes, always |
Accepted Values | Date (YYYY-MM-DD) |
Usage Notes | Dates should be formatted as YYYY-MM-DD. Specify "01" as the day if unknown. If this file is brand-new, enter the issued date here as well. |
Example | {"modified":"2012-01-15"} |
{.table .table-striped}
Field | publisher |
---|---|
Cardinality | (1,1) |
Required | Yes, always |
Accepted Values | String |
Usage Notes | Departments and multi-unit agencies may use this field to describe which subordinate agency published this dataset. |
Example | {"publisher":"U.S. Department of Education"} |
{.table .table-striped}
Field | person |
---|---|
Cardinality | (1,1) |
Required | Yes, always |
Accepted Values | String |
Usage Notes | Name should be formatted as Last, First |
Example | {"person":"Brown, John"} |
{.table .table-striped}
Field | mbox |
---|---|
Cardinality | (1,1) |
Required | Yes, always |
Accepted Values | Email address |
Usage Notes | - |
Example | {"mbox":"[email protected]"} |
{.table .table-striped}
Field | identifier |
---|---|
Cardinality | (1,1) |
Required | Yes, always |
Accepted Values | String |
Usage Notes | This field allows third parties to maintain a consistent record for datasets even if title or URLs are updated. Agencies may integrate an existing system for maintaining unique identifiers or enter arbitrary characters for this field. However, each identifier must be unique across the agency's catalog and remain fixed. Characters should be alphanumeric. |
Example | {"identifier":"1344"} |
{.table .table-striped}
Field | accessLevel |
---|---|
Cardinality | (1,1) |
Required | Yes, always |
Accepted Values | Must be one of the following: Public, Restricted, Private |
Usage Notes | This field refers to degree to which this dataset could be made available to the public, regardless of whether it is currently available to the public. For example, if a member of the public can walk into your agency and obtain a dataset, that entry is public even if there are no files online. A restricted dataset is one only available under certain conditions or to certain audiences (such as researchers who sign a waiver). A private dataset is one that could never be made available to the public for privacy, security, or other reasons as determined by your agency. |
Example | {"accessLevel":"public"} |
{.table .table-striped}
Field | webService |
---|---|
Cardinality | (0,1) |
Required | Yes, if the dataset has an API |
Accepted Values | URL |
Usage Notes | This field will serve to delineate the web services offered by an agency and will be used to aggregate cross-government API catalogs. |
Example | {"webService":"http://www.agency.gov/vegetables/vegetables.json"} |
{.table .table-striped}
Field | license |
---|---|
Cardinality | (0,1) |
Required | No |
Accepted Values | - |
Usage Notes | See list of licenses. |
Example | {"license":""} |
{.table .table-striped}
Field | spatial |
---|---|
Cardinality | (0,1) |
Required | Yes, if the dataset is spatial |
Accepted Values | See Usage Notes |
Usage Notes | This field should contain one of the following types of content: (1) a bounding coordinate box for the dataset represented in latitude / longitude pairs where the coordinates are specified in decimal degrees and in the order of: minimum longitude, minimum latitude, maximum longitude, maximum latitude; (2) a latitude / longitude pair (in decimal degrees) representing a point where the dataset is relevant; (3) a geographic feature expressed in Geography Markup Language using the Simple Features Profile; or (4) a geographic feature from the GeoNames database. |
Example | {"spatial":"Lincoln, Nebraska"} |
{.table .table-striped}
Field | temporal |
---|---|
Cardinality | (0,1) |
Required | Yes, if applicable |
Accepted Values | See Usage Notes |
Usage Notes | This field should contain an interval of time defined by start and end dates. Dates should be formatted as pairs of {start date, end date} in the format YYYY-MM-DD hh:mm:ss using 24 hour clock time notation (e.g., 2011-02-14 12:00:00, 2013-02-14 12:00:00). |
Example | {"temporal":"2000-01-15 00:45:00,2010-01-15 00:06:00"} |
{.table .table-striped}
Field | issued |
---|---|
Cardinality | (0,1) |
Required | No |
Accepted Values | Date (YYYY-MM-DD) |
Usage Notes | - |
Example | {"issued":"2001-01-15"} |
{.table .table-striped}
Field | accrualPeriodicity |
---|---|
Cardinality | (0,1) |
Required | No |
Accepted Values | Must be one of the following: hourly, daily, weekly, yearly, other |
Usage Notes | - |
Example | {"accrualPeriodicity":"yearly"} |
{.table .table-striped}
Field | language |
---|---|
Cardinality | (0,n) |
Required | No |
Accepted Values | String |
Usage Notes | - |
Example | {"language":"English"} |
{.table .table-striped}
Field | granularity |
---|---|
Cardinality | (0,1) |
Required | No |
Accepted Values | String |
Usage Notes | Typically geographical or temporal. |
Example | {"granularity":"vegetables"} |
{.table .table-striped}
Field | dataQuality |
---|---|
Cardinality | (0,1) |
Required | No |
Accepted Values | Must be one of the following: true, false |
Usage Notes | Indicates whether a dataset |
Example | {"dataQuality":"true"} |
{.table .table-striped}
Field | category |
---|---|
Cardinality | (0,n) |
Required | No |
Accepted Values | String |
Usage Notes | Separate multiple categories with a comma. Could include ISO Topic Categories. |
Example | {"category":"vegetables"} |
{.table .table-striped}
Field | references |
---|---|
Cardinality | (0,n) |
Required | No |
Accepted Values | URL |
Usage Notes | Separate multiple URLs with a comma. |
Example | {"references":"http://www.agency.gov/fruits/fruits.csv,http://www.agency.gov/legumes/legumes.csv"} |
{.table .table-striped}
Field | distribution |
---|---|
Cardinality | (0,n) |
Required | No |
Accepted Values | See Usage Notes |
Usage Notes | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size. An example of this this model is: |
"distribution": [`{"accessURL": "http://data.mcc.gov/example_resource/data.json", "format":"JSON", "size":"22MB"}`,`{"accessURL":"http://data.mcc.gov/example_/data.xml", "format":"XML", "size":"24MB"}`]
Example | -
{.table .table-striped}
Field | size |
---|---|
Cardinality | (0,n) |
Required | No |
Accepted Values | See Usage Notes |
Usage Notes | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB. |
Example | {"size":"3MB"} |
{.table .table-striped}
Field | landingPage |
---|---|
Cardinality | (0,1) |
Required | No |
Accepted Values | URL |
Usage Notes | This field is not intended for an agency's homepage (e.g. www.agency.gov), but rather if a dataset has a human-friendly hub or landing page that users should be directed to for all resources tied to the dataset. This allows agencies to better specify what a visitor receives after selecting one of the agency's datasets on Data.gov or in third-party mashups. |
Example | {"landingPage":"http://www.agency.gov/vegetables"} |
{.table .table-striped}
Field | feed |
---|---|
Cardinality | (0,n) |
Required | No |
Accepted Values | URL |
Usage Notes | These RSS feeds will be used to create a cross-agency RSS feed search tool. |
Example | {"feed":"http://www.agency.gov/vegetables/vegetables.rss"} |
We sought to be platform-independent and to align as much as possible with existing open standards.
To that end, our JSON key names are directly drawn from DCAT, with two exceptions.
We added the new accessLevel field to help easily sort datasets into our three existing categories: public, restricted, and private. This field means an agency can run a basic filter against its enterprise data catalog to generate a public-facing list of datasets that are, or could one day be, made publicly available (or, in the case of restricted data, available under certain conditions). This field also makes it easy for anyone to generate a list of datasets that could be made available but have not yet been released by filtering accessLevel to public and accessURL to blank.
With respect to dcat:dataQuality, we intentionally did not use this field and instead chose a boolean. At the time of this memo's release, DCAT had no specific guidance on the use of this field, and we actually do: whether or not the data meets an agency’s Information Quality Guidelines.