Skip to content

Commit 7604d60

Browse files
authored
Update catalog.jsonld
change from "http" to "https" for website that supported https
1 parent d580680 commit 7604d60

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

v1.1/schema/catalog.jsonld

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"@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#",
66
"foaf": "http://xmlns.com/foaf/0.1/",
7-
"@vocab": "http://www.w3.org/ns/dcat#",
7+
"@vocab": "https://www.w3.org/ns/dcat#",
88
"dc": "http://purl.org/dc/terms/",
99
"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#",
1111
"describedBy": {
12-
"@id": "http://www.w3.org/2007/05/powder#describedby",
12+
"@id": "https://www.w3.org/2007/05/powder#describedby",
1313
"@type": "@id"
1414
},
1515
"downloadURL": {
@@ -24,11 +24,11 @@
2424
"description": "dc:description",
2525
"issued": {
2626
"@id": "dc:issued",
27-
"@type": "http://www.w3.org/2001/XMLSchema#date"
27+
"@type": "https://www.w3.org/2001/XMLSchema#date"
2828
},
2929
"modified": {
3030
"@id": "dc:modified",
31-
"@type": "http://www.w3.org/2001/XMLSchema#date"
31+
"@type": "https://www.w3.org/2001/XMLSchema#date"
3232
},
3333
"language": "dc:language",
3434
"license": "dc:license",

0 commit comments

Comments
 (0)