From 5694b657dae1039516f97ffc72ab15cb151f3fb7 Mon Sep 17 00:00:00 2001 From: jqnatividad Date: Fri, 10 May 2013 14:39:19 -0400 Subject: [PATCH 1/5] Added that CKAN supports DCAT out-of-the-box DCAT - which is aligned with the Common core metadata schema promulgated by the policy --- metadata-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-resources.md b/metadata-resources.md index 1e59e215..7c5a078d 100644 --- a/metadata-resources.md +++ b/metadata-resources.md @@ -50,7 +50,7 @@ If your agency has a JSON catalog with a different metadata schema and need to c C) Utilizing CKAN -[CKAN](http://www.CKAN.org) is a popular, open-source data catalog. 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. +[CKAN](http://www.CKAN.org) is a popular, open-source data catalog. 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. It also provides support for Linked Data standards like [DCAT](http://docs.ckan.org/en/latest/linked-data-and-rdf.html), obviating the need to convert from JSON. D) Manual translating a data file from another system From a34f6e81d44a817af6c6801bd921c99c32119be3 Mon Sep 17 00:00:00 2001 From: jqnatividad Date: Fri, 10 May 2013 16:26:24 -0400 Subject: [PATCH 2/5] Added W3C Cookbook for Open Government Linked Data as drafted by the Government Linked Data Working Group --- implementation-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementation-guide.md b/implementation-guide.md index d651d2ea..f2099287 100644 --- a/implementation-guide.md +++ b/implementation-guide.md @@ -156,6 +156,7 @@ Collect or create information (data) in a way that supports downstream informati * [NIST FIPS Publication 199](http://csrc.nist.gov/publications/fips/fips199/FIPS-PUB-199-final.pdf) * [Controlled Unclassified Information requirements](http://www.archives.gov/cui/) * [Mosaic Effect](http://www.computerworld.com/s/article/91109/Sidebar_The_Mosaic_Effect) +* [W3C Cookbook for Open Government Linked Data](http://www.w3.org/2011/gld/wiki/Linked_Data_Cookbook) ## 7) Release an Existing Data Collection as Open Data From 81ddca68d97aa4a5e52b24d94cd5d8473a10aade Mon Sep 17 00:00:00 2001 From: jqnatividad Date: Fri, 10 May 2013 16:58:50 -0400 Subject: [PATCH 3/5] Revert "Added W3C Cookbook for Open Government Linked Data" This reverts commit a34f6e81d44a817af6c6801bd921c99c32119be3. --- implementation-guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/implementation-guide.md b/implementation-guide.md index f2099287..d651d2ea 100644 --- a/implementation-guide.md +++ b/implementation-guide.md @@ -156,7 +156,6 @@ Collect or create information (data) in a way that supports downstream informati * [NIST FIPS Publication 199](http://csrc.nist.gov/publications/fips/fips199/FIPS-PUB-199-final.pdf) * [Controlled Unclassified Information requirements](http://www.archives.gov/cui/) * [Mosaic Effect](http://www.computerworld.com/s/article/91109/Sidebar_The_Mosaic_Effect) -* [W3C Cookbook for Open Government Linked Data](http://www.w3.org/2011/gld/wiki/Linked_Data_Cookbook) ## 7) Release an Existing Data Collection as Open Data From 8085078809907a03ccab6332dac9236004f3fffa Mon Sep 17 00:00:00 2001 From: jqnatividad Date: Fri, 10 May 2013 17:09:27 -0400 Subject: [PATCH 4/5] Added W3C Cookbook for Open Government Linked Data --- implementation-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementation-guide.md b/implementation-guide.md index d651d2ea..f2099287 100644 --- a/implementation-guide.md +++ b/implementation-guide.md @@ -156,6 +156,7 @@ Collect or create information (data) in a way that supports downstream informati * [NIST FIPS Publication 199](http://csrc.nist.gov/publications/fips/fips199/FIPS-PUB-199-final.pdf) * [Controlled Unclassified Information requirements](http://www.archives.gov/cui/) * [Mosaic Effect](http://www.computerworld.com/s/article/91109/Sidebar_The_Mosaic_Effect) +* [W3C Cookbook for Open Government Linked Data](http://www.w3.org/2011/gld/wiki/Linked_Data_Cookbook) ## 7) Release an Existing Data Collection as Open Data From 7969544521d97f1b549d568e0d67294f3a125b18 Mon Sep 17 00:00:00 2001 From: jqnatividad Date: Tue, 14 May 2013 18:07:15 -0400 Subject: [PATCH 5/5] Revert "Added that CKAN supports DCAT out-of-the-box" This reverts commit 5694b657dae1039516f97ffc72ab15cb151f3fb7. --- metadata-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-resources.md b/metadata-resources.md index 7c5a078d..1e59e215 100644 --- a/metadata-resources.md +++ b/metadata-resources.md @@ -50,7 +50,7 @@ If your agency has a JSON catalog with a different metadata schema and need to c C) Utilizing CKAN -[CKAN](http://www.CKAN.org) is a popular, open-source data catalog. 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. It also provides support for Linked Data standards like [DCAT](http://docs.ckan.org/en/latest/linked-data-and-rdf.html), obviating the need to convert from JSON. +[CKAN](http://www.CKAN.org) is a popular, open-source data catalog. 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. D) Manual translating a data file from another system