HasFacts (JSON)
Conclusion data that has facts.
Properties
Name |
Type |
Description |
|
facts |
array of
Fact
|
The conclusions about the facts of a conclusion resource. |
|
Example
{
"facts" : [ {
"date" : {
"original" : "...",
"formal" : "...",
"normalized" : [ { }, { } ],
"confidence" : "...",
"id" : "..."
},
"place" : {
"original" : "...",
"normalized" : [ { }, { } ],
"description" : "...",
"confidence" : "...",
"id" : "..."
},
"value" : "...",
"qualifiers" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"type" : "...",
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
},
"property2" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
}
},
"id" : "..."
}, {
"date" : {
"original" : "...",
"formal" : "...",
"normalized" : [ { }, { } ],
"confidence" : "...",
"id" : "..."
},
"place" : {
"original" : "...",
"normalized" : [ { }, { } ],
"description" : "...",
"confidence" : "...",
"id" : "..."
},
"value" : "...",
"qualifiers" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"type" : "...",
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"sources" : [ {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"attribution" : { },
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ { }, { } ],
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"analysis" : {
"resourceId" : "...",
"resource" : "..."
},
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : { },
"lang" : "...",
"links" : {
"property1" : { },
"property2" : { }
},
"id" : "..."
} ],
"lang" : "...",
"confidence" : "...",
"sortKey" : "...",
"links" : {
"property1" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
},
"property2" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
}
},
"id" : "..."
} ]
}