Skip to content

Commit ffa4938

Browse files
authored
Merge pull request #246 from opendata-swiss/dc-93-edit-workingdraft
Dc 93 edit workingdraft
2 parents 7988c4b + 2c44b9e commit ffa4938

File tree

3 files changed

+736
-138
lines changed

3 files changed

+736
-138
lines changed

docs/releases/3.0_workingdraft/config.js

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ var respecConfig = {
3434
"title": "data.europa.eu - The official portal for European Data",
3535
"publisher": "Publication Office of the European Union"
3636
},
37+
"DCAT-AP":{
38+
"href": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/",
39+
"title": "DCAT-AP 3.0",
40+
"publisher": "Semic"
41+
},
3742
"DCAT-AP-GITHUB-ISSUES":{
3843
"href":"https://github.com/opendata-swiss/dcat_ap_ch/issues",
3944
"title": "GitHub issues for DCAT-AP CH Version 2",
@@ -64,6 +69,26 @@ var respecConfig = {
6469
"title":"SPDX 2.2.1",
6570
"publisher":"The Linux Foundation",
6671
},
72+
"ODRL":{
73+
"href":"https://www.w3.org/ns/odrl/2/",
74+
"title":"ODRL Version 2.2 Ontology",
75+
"publisher":"W3C",
76+
},
77+
"VOCAB-ODRL":{
78+
"href":"https://www.w3.org/TR/odrl-vocab/",
79+
"title":"ODRL Vocabulary & Expression 2.2",
80+
"publisher":"W3C",
81+
},
82+
"MODEL-ODRL":{
83+
"href":"https://www.w3.org/TR/odrl-model/",
84+
"title":"ODRL Information Model 2.2",
85+
"publisher":"W3C",
86+
},
87+
"ADMS":{
88+
"href":"https://semiceu.github.io/ADMS/releases/2.00/",
89+
"title":"ADMS Vocabulary",
90+
"publisher":"Semic",
91+
},
6792
"RESPEC":{
6893
"href": "https://respec.org/docs/",
6994
"title": "Respec.org",
@@ -84,6 +109,11 @@ var respecConfig = {
84109
"title":"Themes vocabulary for DCAT-AP CH",
85110
"publisher":"Verein eCH",
86111
},
112+
"VOCAB-DCAT-AP":{
113+
"href":"https://semiceu.github.io/DCAT-AP/r5r/releases/3.0.0/",
114+
"title": "DCAT-AP vocabulary, the r5r namespace",
115+
"publisher": "Semic",
116+
},
87117
"VOCAB-EU":{
88118
"href":"http://publications.europa.eu/resource/authority/",
89119
"title":"EU Vocabularies",
@@ -96,7 +126,12 @@ var respecConfig = {
96126
},
97127
"VOCAB-EU-AVAILABLITY":{
98128
"href":"http://publications.europa.eu/resource/authority/planned-availability",
99-
"title":"Distribution availability vocabulary",
129+
"title":"availability vocabulary",
130+
"publisher":"Publications Office of the European Union",
131+
},
132+
"VOCAB-EU-STATUS":{
133+
"href":" http://publications.europa.eu/resource/authority/distribution-status/",
134+
"title":"status vocabulary",
100135
"publisher":"Publications Office of the European Union",
101136
},
102137
"VOCAB-EU-CONTINENT":{
@@ -139,5 +174,30 @@ var respecConfig = {
139174
"title":"EU Vocabularies",
140175
"publisher":"Publications Office of the European Union",
141176
},
177+
"MASTADS":{
178+
"href":"https://archive.stsci.edu/pub_dsn.html",
179+
"title":"Referencing Data Sets in Astronomical Literature",
180+
"publisher":"Mikulski Archive for Space Telescopes",
181+
},
182+
"DOI":{
183+
"href":"https://www.doi.org/",
184+
"title":"DOI",
185+
"publisher":"DOI Foundation",
186+
},
187+
"EZID":{
188+
"href":"https://ezid.cdlib.org/",
189+
"title":"EZID identifiers made easy",
190+
"publisher":"California Digital Library",
191+
},
192+
"EZID":{
193+
"href":"https://w3id.org/",
194+
"title":"Permanent Identifiers for the Web",
195+
"publisher":"W3C Permanent Identifier Community Group",
196+
},
197+
"DATACITE":{
198+
"href":"https://datacite.org/",
199+
"title":"DataCite",
200+
"publisher":"DataCite",
201+
},
142202
}
143203
};

0 commit comments

Comments
 (0)