-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathefforts.html
111 lines (98 loc) · 4.03 KB
/
efforts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Open-data-standards.github.com : Open data standards" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<style type="text/css">
.inner {
position: relative;
max-width: 900px;
padding: 20px 10px;
margin: 0 auto;
}
</style>
<title>Current Standardization Efforts</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">Current standardization efforts</h1>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<table>
<thead><td>Name</td><td>Goals</td><td>Relevant Standards</td></thead>
<tr>
<td><a href="http://open-data-standards.github.com/data-catalog-schema/">Data Catalog Schema</a></td>
<td>
<ol>
<li>Create a standard format for exposing resources to a catalog (or from a catalog)</li>
<li>Define an apis.xml file to allows catalogs to aggregate APIs from data sources or other catalogs</li>
<li>Define a catalog.xml file to allows catalogs to aggregate resources from data sources or other catalogs</li>
</ol>
</td>
<td>
<ul>
<li><a href="http://www.w3.org/TR/vocab-dcat/">DCAT Working Draft</a></li>
<li><a href="http://dublincore.org/documents/dcmi-terms/">Dublin Core</a></li>
<li><a href="http://docs.ckan.org/en/latest/domain-model-resource.html#resource-format-strings">CKAN Data Management System Documentation</a></li>
<li><a href="http://spec.datacatalogs.org/">CKAN Data Catalog Schema and Protocol v0.1</a></li>
<li><a href="http://wiki.data.gov/wiki/Draft_API_Catalog_metadata_schema">Data.gov’s API Catalog proposal</a></li>
</ul>
</td>
</tr>
<tr>
<td>Catalog Update Api -- NOT STARTED YET</td>
<td>
<ol>
<li>Create an Api to more efficiently determine changes to a catalog</li>
</ol>
</td>
<td>
<ul>
<li><a href="http://spec.datacatalogs.org/#changes-api">Changes API</a></li>
</ul>
</td>
</tr>
<tr>
<td>Dataset Query Api -- NOT STARTED YET</td>
<td>
<ol>
<li>Standardize on an API for querying data within a dataset</li>
</ol>
</td>
<td>
<ul>
<li><a href="http://dev.socrata.com/docs/queries">SODA2 API + SoQL</a></li>
</ul>
</td>
</tr>
<tr>
<td>Dataset Federation -- NOT STARTED YET</td>
<td>
<ol>
<li>Create a protocol for distributing the data within a dataset, and allowing other servers to synch the data.</li>
</ol>
</td>
<td>
<ul>
<li><a href="http://www.dataprotocols.org/en/latest/sleep.html">SLEEP protocol</a></li>
</ul>
</td>
</tr>
</table>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>