-
Notifications
You must be signed in to change notification settings - Fork 2
/
catalogs-ld.json
37 lines (36 loc) · 1.22 KB
/
catalogs-ld.json
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
{
"@context": {
},
"catalogs": [
{
"@id": "http://data.kortrijk.be/api/dcat",
"@type": "http://www.w3.org/ns/dcat#Catalog",
"description": "A catalog of datasets published by The DataTank.",
"title": "Data Catalog of Kortrijk"
},
{
"@id": "http://demo.thedatatank.com/api/dcat",
"@type": "http://www.w3.org/ns/dcat#Catalog",
"description": "A catalog of datasets published by The DataTank.",
"title": "Demo Data Catalog of TheDataTank"
},
{
"@id": "http://datatank4.gent.be/api/dcat",
"@type": "http://www.w3.org/ns/dcat#Catalog",
"description": "A catalog of datasets published by The DataTank.",
"title": "Data Catalog of Ghent"
},
{
"@id": "http://datasets.antwerpen.be/v4/api/dcat",
"@type": "http://www.w3.org/ns/dcat#Catalog",
"description": "A catalog of datasets published by The DataTank.",
"title": "Data Catalog of Antwerp"
},
{
"@id": "http://opendata.bruxelles.be/api/datasets/1.0/search?format=rdf&rows=-1",
"@type": "http://www.w3.org/ns/dcat#Catalog",
"description": "A catalog of datasets published by The DataTank.",
"title": "Data Catalog of Brussels"
}
]
}