{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/concept/historyFrance/1",
  "type": "Type",
  "_label": "History of France",
  "created_by": {
    "type": "Creation",
    "influenced_by": [
      {
        "id": "https://linked.art/example/concept/history",
        "type": "Type",
        "_label": "History"
      },
      {
        "id": "https://linked.art/example/place/france",
        "type": "Place",
        "_label": "France"
      }
    ]
  }
}