Files
docling-core/test/data/rec/error-attribute-01.json
2024-07-15 12:55:20 +02:00

31 lines
506 B
JSON
Vendored

{
"conf": 1.1,
"prov": [
{
"type": "sentence",
"text": "FeSe has a Tc of 1K and 5K at 1GP and 5GPa respectivly."
}
],
"predicates": [
{
"key": {
"type": "property",
"name": "Tc"
},
"value": {
"type": "property-value",
"name": "5K"
}
},
{
"key": {
"type": "property",
"name": "pressure"
},
"value": {
"type": "property-value",
"name": "5GPa"
}
}
]
}