Skip to content

Commit

Permalink
Include terms from discussion #232
Browse files Browse the repository at this point in the history
  • Loading branch information
vismayajochem committed Jan 9, 2025
1 parent 088d5db commit e526f8a
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions metadata/v2/v20/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@type": "xx"
},
"topics": {
"@id": "xx",
"@id": "foaf:topic_interest",
"@type": "xx"
},
"path": {
Expand Down Expand Up @@ -132,16 +132,16 @@
"@type": "@id"
},
"address": {
"@id": "xx",
"@id": "dc:location ",
"@type": "xx"
},
"latitude": {
"@id": "xx",
"@type": "xx"
"@id": "geo:lat",
"@type": "xsd:decimal"
},
"longitude": {
"@id": "xx",
"@type": "xx"
"@id": "geo:long",
"@type": "xsd:decimal"
},
"extent": {
"@id": "@nest",
Expand All @@ -160,8 +160,8 @@
"@type": "[minLon, minLat, maxLon, maxLat] or [W,S,E,N] , geosparql:asWKT"
},
"crs": {
"@id": "xx",
"@type": "xx"
"@id": "geo:crs",
"@type": "xsd:string"
},
"temporal": {
"@id": "@nest",
Expand Down Expand Up @@ -255,9 +255,15 @@
"@id": "@nest",
"@type": "@id"
},
"fields": {
"@id": "@nest",
"@type": "@id"
"@context": {
"nestedFields": {
"@id": "@nest",
"@type": "@id"
},
"schemaFields": {
"@id": "csvw:column",
"@type": "csvw:Column"
}
},
"nullable": {
"@id": "xx",
Expand Down

0 comments on commit e526f8a

Please sign in to comment.