Skip to content

Commit

Permalink
Correct path and fields #232
Browse files Browse the repository at this point in the history
  • Loading branch information
vismayajochem committed Jan 9, 2025
1 parent e526f8a commit 35bf02a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions metadata/v2/v20/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@id": "foaf:topic_interest",
"@type": "xx"
},
"path": {
"sourcePath": {
"@id": "dc:source",
"@type": "xsd:string"
},
Expand Down Expand Up @@ -255,15 +255,13 @@
"@id": "@nest",
"@type": "@id"
},
"@context": {
"nestedFields": {
"@id": "@nest",
"@type": "@id"
},
"schemaFields": {
"@id": "csvw:column",
"@type": "csvw:Column"
}
"nestedFields": {
"@id": "@nest",
"@type": "@id"
},
"schemaFields": {
"@id": "csvw:column",
"@type": "csvw:Column"
},
"nullable": {
"@id": "xx",
Expand Down

0 comments on commit 35bf02a

Please sign in to comment.