forked from htagTsc/ckanext-dcat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog_datasets_list.rdf
102 lines (101 loc) · 5.66 KB
/
catalog_datasets_list.rdf
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
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF
xmlns:time="https://www.w3.org/2006/time#"
xmlns:dct="https://purl.org/dc/terms/"
xmlns:dc="https://purl.org/dc/elements/1.1/"
xmlns:dcat="https://www.w3.org/ns/dcat#"
xmlns:foaf="https://xmlns.com/foaf/0.1/"
xmlns:xsd="https://www.w3.org/2001/XMLSchema#"
xmlns:tema="https://datos.gob.es/kos/sector-publico/sector/"
xmlns:auto="https://datos.gob.es/recurso/sector-publico/territorio/Autonomia/"
xmlns:rdfs="https://www.w3.org/2000/01/rdf-schema#"
xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#">
<dcat:Dataset rdf:about="https://data.some.org/catalog/datasets/1">
<dct:identifier>https://data.some.org/catalog/datasets/1</dct:identifier>
<dct:title>Example dataset 1</dct:title>
<dct:description>A longer description of dataset 1: includes three distributions, a CSV file, a PDF file and an API. Some special characters: Θεσσαλονίκη.</dct:description>
<dcat:keyword>stats</dcat:keyword>
<dcat:keyword>pollution</dcat:keyword>
<dct:issued rdf:datatype="https://www.w3.org/2001/XMLSchema#dateTime">2013-04-26T00:00:00Z</dct:issued>
<dct:modified rdf:datatype="https://www.w3.org/2001/XMLSchema#dateTime">2013-04-26T00:00:00Z</dct:modified>
<dc:language>en</dc:language>
<dct:license rdf:resource="https://data.some.org/link/to/license"/>
<dct:publisher>
<foaf:Organization>
<foaf:name>Publishing Organization for dataset 1</foaf:name>
<foaf:mbox>[email protected]</foaf:mbox>
</foaf:Organization>
</dct:publisher>
<dcat:distribution>
<dcat:Distribution>
<dct:identifier>https://data.some.org/catalog/datasets/1/distribution/1</dct:identifier>
<dct:title>A distribution for this dataset in CSV format</dct:title>
<dct:description>A longer description for the distribution</dct:description>
<dcat:downloadURL rdf:datatype="https://www.w3.org/2001/XMLSchema#anyURI">https://data.some.org/the/actual/catalog/datasets/1/resources/1.csv</dcat:downloadURL>
<dcat:mediaType>text/csv</dcat:mediaType>
<dct:license rdf:resource="https://data.some.org/link/to/license"/>
</dcat:Distribution>
</dcat:distribution>
<dcat:distribution>
<dcat:Distribution>
<dct:identifier>https://data.some.org/catalog/datasets/1/distribution/2</dct:identifier>
<dct:title>A distribution for this dataset in PDF format</dct:title>
<dct:description>A longer description for the distribution</dct:description>
<dcat:downloadURL rdf:datatype="https://www.w3.org/2001/XMLSchema#anyURI">https://data.some.org/the/actual/catalog/datasets/1/resources/2.pdf</dcat:downloadURL>
<dct:format>
<dct:IMT>
<rdf:value>application/pdf</rdf:value>
</dct:IMT>
</dct:format>
<dct:license rdf:resource="https://data.some.org/link/to/license"/>
</dcat:Distribution>
</dcat:distribution>
<dcat:distribution>
<dcat:Distribution>
<dct:identifier>https://data.some.org/catalog/datasets/1/distribution/3</dct:identifier>
<dct:title>A distribution for this dataset as an API</dct:title>
<dct:description>A longer description for the distribution</dct:description>
<dcat:accessURL rdf:datatype="https://www.w3.org/2001/XMLSchema#anyURI">https://data.some.org/the/actual/catalog/link/to/an/api</dcat:accessURL>
</dcat:Distribution>
</dcat:distribution>
</dcat:Dataset>
<dcat:Dataset rdf:about="https://data.some.org/catalog/datasets/2">
<dct:identifier>https://data.some.org/catalog/datasets/2</dct:identifier>
<dct:title>Example dataset 2</dct:title>
<dct:description>A longer description of dataset 2: with two distributions, a website and a PDF file. Some special characters: Łódź</dct:description>
<dcat:keyword>stats</dcat:keyword>
<dcat:keyword>education</dcat:keyword>
<dcat:keyword>sloths</dcat:keyword>
<dct:issued rdf:datatype="https://www.w3.org/2001/XMLSchema#date">2012-06-21</dct:issued>
<dct:modified rdf:datatype="https://www.w3.org/2001/XMLSchema#date">2013-04-01</dct:modified>
<dc:language>en</dc:language>
<dct:publisher>
<foaf:Organization>
<foaf:name>Publishing Organization for dataset 2</foaf:name>
<foaf:mbox>[email protected]</foaf:mbox>
</foaf:Organization>
</dct:publisher>
<dcat:distribution>
<dcat:Distribution>
<dct:identifier>https://data.some.org/catalog/datasets/2/distribution/1</dct:identifier>
<dct:title>A distribution for this dataset as an external website</dct:title>
<dct:description>A longer description for the distribution</dct:description>
<dcat:downloadURL rdf:datatype="https://www.w3.org/2001/XMLSchema#anyURI">https://external.site.org/</dcat:downloadURL>
<dct:format>html</dct:format>
</dcat:Distribution>
</dcat:distribution>
<dcat:distribution>
<dcat:Distribution>
<dct:identifier>https://data.some.org/catalog/datasets/2/distribution/2</dct:identifier>
<dct:title>A distribution for this dataset in PDF format</dct:title>
<dct:description>A longer description for the distribution</dct:description>
<dcat:downloadURL rdf:datatype="https://www.w3.org/2001/XMLSchema#anyURI">https://data.some.org/the/actual/catalog/datasets/2/resources/2.pdf</dcat:downloadURL>
<dct:format>
<dct:IMT>
<rdf:value>application/pdf</rdf:value>
</dct:IMT>
</dct:format>
</dcat:Distribution>
</dcat:distribution>
</dcat:Dataset>
</rdf:RDF>