|
1 | 1 | {
|
2 | 2 | "@context": {
|
3 |
| - "dcat": "http://www.w3.org/ns/dcat#", |
4 |
| - "org": "http://www.w3.org/ns/org#", |
5 |
| - "vcard": "http://www.w3.org/2006/vcard/ns#", |
| 3 | + "dcat": "https://www.w3.org/ns/dcat#", |
| 4 | + "org": "https://www.w3.org/ns/org#", |
| 5 | + "vcard": "https://www.w3.org/2006/vcard/ns#", |
6 | 6 | "foaf": "http://xmlns.com/foaf/0.1/",
|
7 |
| - "@vocab": "http://www.w3.org/ns/dcat#", |
| 7 | + "@vocab": "https://www.w3.org/ns/dcat#", |
8 | 8 | "dc": "http://purl.org/dc/terms/",
|
9 | 9 | "pod": "https://project-open-data.cio.gov/v1.1/schema#",
|
10 |
| - "skos": "http://www.w3.org/2004/02/skos/core#", |
| 10 | + "skos": "https://www.w3.org/2004/02/skos/core#", |
11 | 11 | "describedBy": {
|
12 |
| - "@id": "http://www.w3.org/2007/05/powder#describedby", |
| 12 | + "@id": "https://www.w3.org/2007/05/powder#describedby", |
13 | 13 | "@type": "@id"
|
14 | 14 | },
|
15 | 15 | "downloadURL": {
|
|
24 | 24 | "description": "dc:description",
|
25 | 25 | "issued": {
|
26 | 26 | "@id": "dc:issued",
|
27 |
| - "@type": "http://www.w3.org/2001/XMLSchema#date" |
| 27 | + "@type": "https://www.w3.org/2001/XMLSchema#date" |
28 | 28 | },
|
29 | 29 | "modified": {
|
30 | 30 | "@id": "dc:modified",
|
31 |
| - "@type": "http://www.w3.org/2001/XMLSchema#date" |
| 31 | + "@type": "https://www.w3.org/2001/XMLSchema#date" |
32 | 32 | },
|
33 | 33 | "language": "dc:language",
|
34 | 34 | "license": "dc:license",
|
|
0 commit comments