Skip to content

Commit

Permalink
add missing mapping for references resource field #259
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Feb 12, 2025
1 parent 92b6e48 commit 9b86254
Showing 1 changed file with 52 additions and 48 deletions.
100 changes: 52 additions & 48 deletions metadata/v2/v20/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,66 +117,66 @@
"spatial": {
"@id": "dct:spatial",
"@context": {
"location": {
"location": {
"@id": "dct:location"
},
"address": {
"@id": "sc:address",
"@type": "xsd:string"
},
"latitude": {
"@id": "sc:latitude",
"@type": "xsd:decimal"
},
"longitude": {
"@id": "sc:longitude",
"@type": "xsd:decimal"
},
"extent": {
"@id": "oeo:BFO_0000006"
},
},
"address": {
"@id": "sc:address",
"@type": "xsd:string"
},
"latitude": {
"@id": "sc:latitude",
"@type": "xsd:decimal"
},
"longitude": {
"@id": "sc:longitude",
"@type": "xsd:decimal"
},
"extent": {
"@id": "oeo:BFO_0000006"
},
"resolutionValue": "dcat:spatialResolutionInMeters",
"resolutionUnit": {
"@id": "oeo:unit",
"@type": "xsd:string"
},
"boundingBox": {
"@id": "dcat:bbox",
"@container": "@list",
"@type": "xsd:decimal"
},
"crs": {
"@id": "cco:ont00000469",
"@type": "xsd:string"
"resolutionUnit": {
"@id": "oeo:unit",
"@type": "xsd:string"
},
"boundingBox": {
"@id": "dcat:bbox",
"@container": "@list",
"@type": "xsd:decimal"
},
"crs": {
"@id": "cco:ont00000469",
"@type": "xsd:string"
}
}
},
"temporal": {
"@id": "dct:temporal",
"@context": {
"referenceDate": {
"@id": "dct:date",
"@type": "xsd:date"
},
"timeseries": {
"@id": "dct:PeriodOfTime",
"@container": "@set"
},
"referenceDate": {
"@id": "dct:date",
"@type": "xsd:date"
},
"timeseries": {
"@id": "dct:PeriodOfTime",
"@container": "@set"
},
"resolutionValue": {
"@id": "dcat:temporalResolution",
"@type": "xsd:decimal"
},
"@id": "dcat:temporalResolution",
"@type": "xsd:decimal"
},
"resolutionUnit": {
"@id": "oeo:unit",
"@type": "xsd:string"
},
"alignment": {
"@id": "oeo:OEO_00140044",
"@type": "xsd:string"
},
"aggregationType": {
"@id": "oeo:OEO_00140068",
"@type": "xsd:string"
"alignment": {
"@id": "oeo:OEO_00140044",
"@type": "xsd:string"
},
"aggregationType": {
"@id": "oeo:OEO_00140068",
"@type": "xsd:string"
}
}
},
Expand Down Expand Up @@ -291,6 +291,10 @@
"@container": "@set"
},
"reference": "@nest",
"resource": {
"@id": "dcat:Distribution",
"@type": "xsd:string"
},
"fields": {
"@id": "csvw:column",
"@container": "@set",
Expand All @@ -317,4 +321,4 @@
},
"metadataLicense": "@nest"
}
}
}

0 comments on commit 9b86254

Please sign in to comment.