This repository was archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 601
/
Copy pathcatalog-sample-extended.xml
173 lines (89 loc) · 6 KB
/
catalog-sample-extended.xml
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<datasets>
<dataset id="1">
<attribute rel="dct:title">Office Locations</attribute>
<attribute rel="dct:description">A list of the agency's office locations and contact information.</attribute>
<attribute rel="dcat:dataDictionary">http://www.agency.gov/data/information/locations</attribute>
<attribute rel="dcat:download">http://www.agency.gov/data/raw/locations.zip</attribute>
<attribute rel="dcterms:format">csv</attribute>
<attribute rel="dcat:keyword">keyword1</attribute>
<attribute rel="dcterms:modified">1/1/2013</attribute>
<attribute rel="foaf:Organization">Agency</attribute>
<attribute rel="foaf:Person">John, Smith</attribute>
<attribute rel="foaf:mbox">[email protected]</attribute>
<attribute rel="dcterms:identifier">1</attribute>
<attribute rel="xsd:boolean">true</attribute>
<attribute rel="dcat:webService">http://www.agency.gov/data/raw/locations.json</attribute>
<attribute rel="dcterms:license">public domain</attribute>
<attribute rel="dcterms:spatial">United States</attribute>
<attribute rel="dcterms:temporal">today</attribute>
<attribute rel="dct:issued">7/9/2012</attribute>
<attribute rel="dct:accrualPeriodocity">6 months</attribute>
<attribute rel="dcat:language">English</attribute>
<attribute rel="dcat:granularity">Address</attribute>
<attribute rel="dcat:theme">Energy</attribute>
<attribute rel="dcat:distribution">http://www.agency.gov/data/information/locations/document.doc</attribute>
<attribute rel="dcat:distribution"></attribute>
<attribute rel="dcat:size">44000</attribute>
<attribute rel="foaf:homepage"></attribute>
<attribute rel="dcat:feed"></attribute>
<attribute rel="dcat:dataQuality">True</attribute>
</dataset>
<dataset id="2">
<attribute rel="dct:title">Database Export</attribute>
<attribute rel="dct:description">A full export of the agency's database.</attribute>
<attribute rel="dcat:dataDictionary">http://www.agency.gov/data/information/database</attribute>
<attribute rel="dcat:download">http://www.agency.gov/data/raw/database.csv</attribute>
<attribute rel="dcterms:format">xml</attribute>
<attribute rel="dcat:keyword">keyword2</attribute>
<attribute rel="dcterms:modified">2/1/2013</attribute>
<attribute rel="foaf:Organization">Agency</attribute>
<attribute rel="foaf:Person">Jane, Smith</attribute>
<attribute rel="foaf:mbox">[email protected]</attribute>
<attribute rel="dcterms:identifier">2</attribute>
<attribute rel="xsd:boolean">true</attribute>
<attribute rel="dcat:webService"></attribute>
<attribute rel="dcterms:license">public domain</attribute>
<attribute rel="dcterms:spatial">United States</attribute>
<attribute rel="dcterms:temporal">2001-current</attribute>
<attribute rel="dct:issued">3/1/2012</attribute>
<attribute rel="dct:accrualPeriodocity">yearly</attribute>
<attribute rel="dcat:language">English</attribute>
<attribute rel="dcat:granularity">Station</attribute>
<attribute rel="dcat:theme">Education</attribute>
<attribute rel="dcat:distribution">http://www.agency.gov/bureau1/document3.doc, http://www.agency.gov/bureau1/document5.txt</attribute>
<attribute rel="dcat:distribution"></attribute>
<attribute rel="dcat:size">5000000</attribute>
<attribute rel="foaf:homepage">http://www.agency.gov/data/information/database</attribute>
<attribute rel="dcat:feed">http://www.agency.gov/data/raw/database.rss</attribute>
<attribute rel="dcat:dataQuality">True</attribute>
</dataset>
<dataset id="3">
<attribute rel="dct:title">System Data API</attribute>
<attribute rel="dct:description">A restful web service for a system's data set from 2012.</attribute>
<attribute rel="dcat:dataDictionary">http://www.agency.gov/data/information/system_api</attribute>
<attribute rel="dcat:download">http://www.agency.gov/data/raw/system_2012.csv</attribute>
<attribute rel="dcterms:format">csv, json</attribute>
<attribute rel="dcat:keyword">keyword1, keyword2</attribute>
<attribute rel="dcterms:modified">12/15/2012</attribute>
<attribute rel="foaf:Organization">Agency</attribute>
<attribute rel="foaf:Person">Bill, Smith</attribute>
<attribute rel="foaf:mbox">[email protected]</attribute>
<attribute rel="dcterms:identifier">3</attribute>
<attribute rel="xsd:boolean">true</attribute>
<attribute rel="dcat:webService">http://www.agency.gov/data/raw/data_api.json</attribute>
<attribute rel="dcterms:license">creative commons Cco</attribute>
<attribute rel="dcterms:spatial">United States</attribute>
<attribute rel="dcterms:temporal">2012</attribute>
<attribute rel="dct:issued">2/15/2013</attribute>
<attribute rel="dct:accrualPeriodocity">weekly</attribute>
<attribute rel="dcat:language">English</attribute>
<attribute rel="dcat:granularity">Individual</attribute>
<attribute rel="dcat:theme">Health, Education</attribute>
<attribute rel="dcat:distribution">http://www.agency.gov/bureau1/document3.pdf</attribute>
<attribute rel="dcat:distribution"></attribute>
<attribute rel="dcat:size">300000000</attribute>
<attribute rel="foaf:homepage"></attribute>
<attribute rel="dcat:feed"></attribute>
<attribute rel="dcat:dataQuality">True</attribute>
</dataset>
</datasets>