Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit c498aaf

Browse files
author
Haley Van Dyck
committed
Merge pull request #120 from project-open-data/kramdown
Use kramdown as the markdown engine
2 parents 0ab32b6 + cc7ccd2 commit c498aaf

File tree

4 files changed

+150
-123
lines changed

4 files changed

+150
-123
lines changed

Diff for: _config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ prose_url: http://prose.io
1212

1313
# default build settings for running locally, no need to edit
1414
pymgemnts: true
15-
exclude: ["script", "vendor", "Gemfile", "Gemfile.lock", "config.ru", "Procfile", "Rakefile", "readme.md"]
15+
exclude: ["script", "vendor", "Gemfile", "Gemfile.lock", "config.ru", "Procfile", "Rakefile", "readme.md"]
16+
markdown: kramdown

Diff for: metadata-resources.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ B) Translating a data file from another schema
4949

5050
If your agency has a JSON catalog with a different metadata schema and need to convert it to the prescribed schema needed for the data.json file, one can import the file into [Catalog Generator](http://project-open-data.github.com/catalog-generator/), adjust the metadata as needed and export the results again as the appropriately formatted JSON file.
5151

52-
C) Utilizing CKAN
52+
C) Utilizing CKAN
5353

5454
[CKAN](http://www.CKAN.org) is a popular, open-source data catalog that can be installed independently or run as a service. Even if an agency hasn't begun a data catalog, adopting CKAN can provide a robust and feature-rich solution with which to begin maintaining an internal or external catalog. In addition to providing an effective means of organizing the agency's data catalog, CKAN provides several opportunities for generating the needed data.json file. CKAN provides a convenient CSV export that can then be imported into the [Catalog Generator](http://project-open-data.github.com/catalog-generator/) for conversion into an appropriately formatted JSON file. Alternatively, CKAN provides a JSON API of the data catalog which can then be altered to provide an automatic update for the appropriately formatted JSON file.
5555

@@ -70,13 +70,13 @@ In order to generate appropriately formatted XML or RDFa Lite files, simply impo
7070
"Common Core" Required Fields Equivalents
7171
-----------------------------
7272

73-
{.table .table-striped}
73+
{: .table .table-striped}
7474
Field | *Data.gov* | *CKAN* | *RDFa Lite 1.1* | *Schema.org*
75-
------- | ------- | ------- | ------- | -------
75+
------- | ------- | ------- | ------- | -------
7676
Title | *Title* | *title* | [dcterms:title](http://www.w3.org/TR/vocab-dcat/#property--title-1) | *sdo:name*
7777
Description | *Description* | *notes* | [dcterms:description](http://www.w3.org/TR/vocab-dcat/#property--description-1) | *sdo:description*
7878
Tags | *Keywords* | *tags* | [dcat:keyword](http://www.w3.org/TR/vocab-dcat/#property--keyword-tag) | *sdo:keywords*
79-
Last Update | *Date updated* | *revision_timestamp* | [dcterms:modified](http://www.w3.org/TR/vocab-dcat/#property--update-modification-date-1) | *sdo:dateModified*
79+
Last Update | *Date updated* | *revision_timestamp* | [dcterms:modified](http://www.w3.org/TR/vocab-dcat/#property--update-modification-date-1) | *sdo:dateModified*
8080
Publisher | *Agency Name* | *owner_org* | [dcat:publisher](http://www.w3.org/TR/vocab-dcat/#property--publisher-1) | *sdo:publisher*
8181
Contact Name | *Contact Name* | *maintainer* | [foaf:Person](http://www.w3.org/TR/vocab-dcat/#class--organization-person) | *sdo:Person*
8282
Contact Email | *Contact Email Address* | *maintainer_email* | [foaf:mbox](http://xmlns.com/foaf/spec/#term_mbox) | *n/a*
@@ -86,9 +86,9 @@ Public Access Level | *n/a* | *n/a* | *n/a* | *n/a
8686
"Common Core" Required if Applicable Fields
8787
-------------------------------------------
8888

89-
{.table .table-striped}
89+
{: .table .table-striped}
9090
Field | *Data.gov* | *CKAN* | *RDFa Lite 1.1* | *Schema.org*
91-
------- | ------- | ------- | ------- | -------
91+
------- | ------- | ------- | ------- | -------
9292
Data Dictionary | *Data Dictionary* | *data_dict* | [dcat:dataDictionary](http://www.w3.org/TR/vocab-dcat/#property--data-dictionary) | *n/a*
9393
Download URL | *Access Point* | *res_url* | [dcat:accessURL](http://www.w3.org/TR/vocab-dcat/#property--access-download) | *sdo:contentUrl*
9494
Endpoint | *Access Point* | *res_url* | [dcat:webService](http://www.w3.org/TR/vocab-dcat/#class--webservice) \* | *n/a*
@@ -100,9 +100,9 @@ Temporal | *Period of Coverage* | *n/a* | [dcterms:
100100
Expanded Fields
101101
---------------
102102

103-
{.table .table-striped}
103+
{: .table .table-striped}
104104
Field | *Data.gov* | *CKAN* | *RDFa Lite 1.1* | *Schema.org*
105-
------- | ------- | ------- | ------- | -------
105+
------- | ------- | ------- | ------- | -------
106106
Release Date | *Date Released* | *n/a* | [dcterms:issued](http://www.w3.org/TR/vocab-dcat/#property--release-date) | *sdo:datePublished*
107107
Frequency | *Frequency* | *n/a* | [dcterms:accrualPeriodicity](http://www.w3.org/TR/vocab-dcat/#property--frequency) | *n/a*
108108
Language | *n/a* | *n/a* | [dcat:language](http://www.w3.org/TR/vocab-dcat/#property--language-1) | *sdo:inLanguage*

0 commit comments

Comments
 (0)