Skip to content

Commit

Permalink
Implement suggestions from issue #232
Browse files Browse the repository at this point in the history
  • Loading branch information
vismayajochem committed Jan 16, 2025
1 parent 2440061 commit 236db98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions metadata/v2/v20/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"sc": "http://schema.org/",
"prov": "http://www.w3.org/ns/prov#",
"adms": "http://www.w3.org/ns/adms#",
"qudt": "http://qudt.org/vocab/unit/",
"name": {
"@id": "rdfs:label",
"@type": "xsd:string"
Expand Down Expand Up @@ -61,7 +62,7 @@
},
"subject": {
"@container": "@set",
"@id": "ex:subject"
"@id": "dct:subject"
},
"keywords": {
"@id": "dcat:keyword",
Expand Down Expand Up @@ -140,18 +141,18 @@
"@type": "xsd:decimal"
},
"extent": {
"@id": "ex:extend"
"@id": "dct:spatial"
},
"temporalResolutionValue": {
"@id": "dcat:temporalResolution",
"@type": "xsd:decimal"
},
"spatialResolutionValue": {
"@id": "ex:spatialResolutionValue",
"@id": "dcat:spatialResolutionInMeters",
"@type": "xsd:decimal"
},
"resolutionUnit": {
"@id": "ex:resolutionUnit",
"@id": "qudt:Unit",
"@type": "xsd:string"
},
"boundingBox": {
Expand Down Expand Up @@ -181,7 +182,7 @@
"@type": "xsd:string"
},
"sources": {
"@id": "ex:sources",
"@id": "dct:source",
"@container": "@set"
},
"authors": {
Expand Down Expand Up @@ -255,8 +256,7 @@
"@container": "@set"
},
"schemaFields": {
"@id": "csvw:column",
"@type": "csvw:Column"
"@id": "csvw:column"
},
"nullable": {
"@id": "schema:isNullable",
Expand Down

0 comments on commit 236db98

Please sign in to comment.