HasDateAndPlace (JSON)
Conclusion data that has a date and place.
| URI: | HasDateAndPlace |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| date | Date | The date. | |
| place | PlaceReference | The place. |
Example
{
"date" : {
"original" : "...",
"formal" : "...",
"normalized" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"confidence" : "...",
"id" : "..."
},
"place" : {
"original" : "...",
"normalized" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"description" : "...",
"confidence" : "...",
"id" : "..."
}
}