mirror of
https://github.com/docling-project/docling-core.git
synced 2026-05-17 13:10:44 +00:00
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
31 lines
506 B
JSON
Vendored
31 lines
506 B
JSON
Vendored
{
|
|
"conf": 1.0,
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
} |