Skip to content

Commit 5b21e16

Browse files
committed
Added new properties (license, accssRights, rights) to schema
1 parent 803ed7d commit 5b21e16

File tree

6 files changed

+160
-180
lines changed

6 files changed

+160
-180
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BaseDS-EDC.postman_collection.json

Lines changed: 126 additions & 179 deletions
Large diffs are not rendered by default.

providers/provider/src/main/resources/asset-schema-cbm.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"contenttype": {
2424
"type": "string"
2525
},
26+
"https://schema.org/additionalProperty": {},
2627
"http://www.w3.org/ns/dcat#inSeries": {
2728
"type": "string"
2829
},
@@ -71,6 +72,13 @@
7172
"type": "string",
7273
"format": "uri"
7374
},
75+
"http://purl.org/dc/terms/license": {
76+
"type": "string",
77+
"format": "uri"
78+
},
79+
"http://purl.org/dc/terms/rights": {
80+
"type": "string"
81+
},
7482
"http://www.w3.org/ns/dcat#keyword": {
7583
"oneOf": [
7684
{
@@ -150,6 +158,8 @@
150158
"required": [
151159
"http://purl.org/dc/terms/title",
152160
"http://purl.org/dc/terms/description",
161+
"http://purl.org/dc/terms/accessRights",
162+
"http://purl.org/dc/terms/license",
153163
"http://purl.org/dc/terms/issued",
154164
"http://purl.org/dc/terms/modified",
155165
"http://purl.org/dc/terms/type"

providers/provider/src/main/resources/dataset-schema-cbm.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,17 @@
8585
"type": "string",
8686
"format": "uri"
8787
},
88+
"http://purl.org/dc/terms/license": {
89+
"type": "string",
90+
"format": "uri"
91+
},
92+
"http://purl.org/dc/terms/rights": {
93+
"type": "string"
94+
},
8895
"contenttype": {
8996
"type": "string"
9097
},
98+
"https://schema.org/additionalProperty": {},
9199
"http://www.w3.org/ns/dcat#distribution": {
92100
"type": "object",
93101
"properties": {
@@ -189,6 +197,8 @@
189197
"@type",
190198
"http://purl.org/dc/terms/title",
191199
"http://purl.org/dc/terms/description",
200+
"http://purl.org/dc/terms/accessRights",
201+
"http://purl.org/dc/terms/license",
192202
"http://purl.org/dc/terms/modified",
193203
"http://purl.org/dc/terms/issued",
194204
"http://purl.org/dc/terms/type",

providers/provider/src/main/resources/sample-schema-cbm.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,17 @@
8888
"type": "string",
8989
"format": "uri"
9090
},
91+
"http://purl.org/dc/terms/license": {
92+
"type": "string",
93+
"format": "uri"
94+
},
95+
"http://purl.org/dc/terms/rights": {
96+
"type": "string"
97+
},
9198
"contenttype": {
9299
"type": "string"
93100
},
101+
"https://schema.org/additionalProperty": {},
94102
"http://www.w3.org/ns/dcat#distribution": {
95103
"type": "object",
96104
"properties": {
@@ -211,6 +219,8 @@
211219
"https://w3id.org/cbm/v0.0.1/ns/isSampleOf",
212220
"http://purl.org/dc/terms/title",
213221
"http://purl.org/dc/terms/description",
222+
"http://purl.org/dc/terms/accessRights",
223+
"http://purl.org/dc/terms/license",
214224
"http://purl.org/dc/terms/modified",
215225
"http://purl.org/dc/terms/issued",
216226
"http://purl.org/dc/terms/type",

0 commit comments

Comments
 (0)