Skip to content

Commit

Permalink
Update Dataset_v1.1-DRAFT.json
Browse files Browse the repository at this point in the history
fix typo trip to thing
  • Loading branch information
gtsueng authored May 22, 2023
1 parent ae6f03f commit 75b4273
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dataset/jsonld/Dataset_v1.1-DRAFT.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"$ref": "#/definitions/creativework"
},
{
"$ref": "#/definitions/trip"
"$ref": "#/definitions/thing"
}
],
"owl:cardinality": "one"
Expand Down Expand Up @@ -543,8 +543,8 @@
},
"required": []
},
"trip": {
"@type": "schema:Trip",
"thing": {
"@type": "schema:Thing",
"type": "object",
"properties": {
"name": {
Expand Down Expand Up @@ -702,4 +702,4 @@
}
}
]
}
}

0 comments on commit 75b4273

Please sign in to comment.