Difference between revisions of "contentEac-cpf"

From Archives Portal Europe Wiki
Jump to: navigation, search
(Created page with "Request url: <code>https://api.archivesportaleurope.net/services/content/eac-cpf/{id}</code> This service is a GET-request. <div><br/>__TOC__<br/></div> = Request parameters...")
 
(Basic Response example)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Request url: <code>https://api.archivesportaleurope.net/services/content/eac-cpf/{id}</code>
+
Request url: [https://www.archivesportaleurope.net/ApeApi/#!/content/getEacCpfContent <code>https://api.archivesportaleurope.net/services/content/eac-cpf/{id}</code>].
 
+
 
This service is a GET-request.
 
This service is a GET-request.
 +
 +
This content-service delivers all information available of authority records for Corporate Bodies, Persons or Families (EAC-CPF records) identified with {id}. A web-developer can use this service to create a detailed presentation of a search result.
 +
 
<div><br/>__TOC__<br/></div>
 
<div><br/>__TOC__<br/></div>
 
= Request parameters =
 
= Request parameters =
  
 
== id ==
 
== id ==
Internal APE identifier of an authorized record describing a recordscreator. The identifier of the record is required.
+
Internal APE identifier of an authorised record describing a records creator (an EAC-CPF record). The identifier of the record is required.
 +
 
 +
''N.B.: you can find the (internal APE) identifier of a records creator (an EAC-CPF record) which is necessary for using this service via the [[searchEac | /search/eac]] service''
 +
<br/><br/>
  
 
= Response parameters =
 
= Response parameters =
  
<pre>
+
== Empty Response example ==
 +
<pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;">
 
{
 
{
   "id": "66",
+
   "id": 0,
   "nameEntry": "Louis Vuitton",
+
   "nameEntry": "string",
   "repositoryId": 361,
+
   "repositoryId": 0,
   "repository": "Nationaal Archief",
+
   "repositoryName": "string",
 
   "content": {
 
   "content": {
  --- skip ---
+
    "control": {
 +
      "recordId": {
 +
        "value": "string",
 +
        "id": "string"
 +
      },
 +
      "otherRecordId": [
 +
        {
 +
          "content": "string",
 +
          "id": "string",
 +
          "localType": "string"
 +
        }
 +
      ],
 +
      "maintenanceStatus": {
 +
        "value": "string",
 +
        "id": "string"
 +
      },
 +
      "publicationStatus": {
 +
        "value": "string",
 +
        "id": "string"
 +
      },
 +
      "maintenanceAgency": {
 +
        "agencyCode": {
 +
          "value": "string",
 +
          "id": "string"
 +
        },
 +
        "otherAgencyCode": [
 +
          {
 +
            "value": "string",
 +
            "id": "string",
 +
            "localType": "string"
 +
          }
 +
        ],
 +
        "agencyName": {
 +
          "content": "string",
 +
          "id": "string",
 +
          "lang": "string"
 +
        },
 +
        "descriptiveNote": {
 +
          "p": [
 +
            {
 +
              "content": [
 +
                {}
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            }
 +
          ],
 +
          "id": "string",
 +
          "lang": "string"
 +
        },
 +
        "id": "string"
 +
      },
 +
      "languageDeclaration": {
 +
        "language": {
 +
          "content": "string",
 +
          "id": "string",
 +
          "lang": "string",
 +
          "languageCode": "string"
 +
        },
 +
        "script": {
 +
          "content": "string",
 +
          "id": "string",
 +
          "lang": "string",
 +
          "scriptCode": "string"
 +
        },
 +
        "descriptiveNote": {
 +
          "p": [
 +
            {
 +
              "content": [
 +
                {}
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            }
 +
          ],
 +
          "id": "string",
 +
          "lang": "string"
 +
        },
 +
        "id": "string",
 +
        "lang": "string"
 +
      },
 +
      "conventionDeclaration": [
 +
        {
 +
          "abbreviation": {
 +
            "value": "string",
 +
            "id": "string"
 +
          },
 +
          "citation": {
 +
            "content": [
 +
              {}
 +
            ],
 +
            "id": "string",
 +
            "lang": "string",
 +
            "lastDateTimeVerified": "string",
 +
            "type": "string",
 +
            "href": "string",
 +
            "role": "string",
 +
            "arcrole": "string",
 +
            "title": "string",
 +
            "show": "string",
 +
            "actuate": "string"
 +
          },
 +
          "descriptiveNote": {
 +
            "p": [
 +
              {
 +
                "content": [
 +
                  {}
 +
                ],
 +
                "id": "string",
 +
                "lang": "string"
 +
              }
 +
            ],
 +
            "id": "string",
 +
            "lang": "string"
 +
          },
 +
          "id": "string",
 +
          "lang": "string"
 +
        }
 +
      ],
 +
      "localTypeDeclaration": [
 +
        {
 +
          "abbreviation": {
 +
            "value": "string",
 +
            "id": "string"
 +
          },
 +
          "citation": {
 +
            "content": [
 +
              {}
 +
            ],
 +
            "id": "string",
 +
            "lang": "string",
 +
            "lastDateTimeVerified": "string",
 +
            "type": "string",
 +
            "href": "string",
 +
            "role": "string",
 +
            "arcrole": "string",
 +
            "title": "string",
 +
            "show": "string",
 +
            "actuate": "string"
 +
          },
 +
          "descriptiveNote": {
 +
            "p": [
 +
              {
 +
                "content": [
 +
                  {}
 +
                ],
 +
                "id": "string",
 +
                "lang": "string"
 +
              }
 +
            ],
 +
            "id": "string",
 +
            "lang": "string"
 +
          },
 +
          "id": "string",
 +
          "lang": "string"
 +
        }
 +
      ],
 +
      "localControl": [
 +
        {
 +
          "term": {
 +
            "content": "string",
 +
            "id": "string",
 +
            "lastDateTimeVerified": "string",
 +
            "vocabularySource": "string",
 +
            "scriptCode": "string",
 +
            "lang": "string",
 +
            "transliteration": "string"
 +
          },
 +
          "date": {
 +
            "content": "string",
 +
            "id": "string",
 +
            "lang": "string",
 +
            "localType": "string",
 +
            "standardDate": "string",
 +
            "notBefore": "string",
 +
            "notAfter": "string"
 +
          },
 +
          "dateRange": {
 +
            "fromDate": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "standardDate": "string",
 +
              "notBefore": "string",
 +
              "notAfter": "string"
 +
            },
 +
            "toDate": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "standardDate": "string",
 +
              "notBefore": "string",
 +
              "notAfter": "string"
 +
            },
 +
            "id": "string",
 +
            "lang": "string",
 +
            "localType": "string"
 +
          },
 +
          "id": "string",
 +
          "lang": "string",
 +
          "localType": "string"
 +
        }
 +
      ],
 +
      "maintenanceHistory": {
 +
        "maintenanceEvent": [
 +
          {
 +
            "eventType": {
 +
              "value": "string",
 +
              "id": "string"
 +
            },
 +
            "eventDateTime": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "standardDateTime": "string"
 +
            },
 +
            "agentType": {
 +
              "value": "string",
 +
              "id": "string"
 +
            },
 +
            "agent": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string"
 +
            },
 +
            "eventDescription": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string"
 +
            },
 +
            "id": "string",
 +
            "lang": "string"
 +
          }
 +
        ],
 +
        "id": "string",
 +
        "lang": "string"
 +
      },
 +
      "sources": {
 +
        "source": [
 +
          {
 +
            "sourceEntry": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "scriptCode": "string",
 +
              "lang": "string",
 +
              "transliteration": "string"
 +
            },
 +
            "objectXMLWrap": {
 +
              "any": {
 +
                "schemaTypeInfo": {
 +
                  "typeNamespace": "string",
 +
                  "typeName": "string"
 +
                },
 +
                "tagName": "string",
 +
                "baseURI": "string",
 +
                "ownerDocument": {
 +
                  "documentURI": "string",
 +
                  "doctype": {
 +
                    "internalSubset": "string",
 +
                    "entities": {
 +
                      "length": 0
 +
                    },
 +
                    "notations": {
 +
                      "length": 0
 +
                    },
 +
                    "publicId": "string",
 +
                    "systemId": "string",
 +
                    "name": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "xmlStandalone": false,
 +
                  "xmlVersion": "string",
 +
                  "strictErrorChecking": false,
 +
                  "domConfig": {
 +
                    "parameterNames": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "inputEncoding": "string",
 +
                  "implementation": {},
 +
                  "xmlEncoding": "string",
 +
                  "documentElement": {},
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {},
 +
                  "parentNode": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nodeValue": "string",
 +
                  "firstChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "lastChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "previousSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nextSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "parentNode": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nodeValue": "string",
 +
                "firstChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "lastChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "previousSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nextSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "textContent": "string",
 +
                "prefix": "string",
 +
                "childNodes": {
 +
                  "length": 0
 +
                },
 +
                "nodeName": "string",
 +
                "namespaceURI": "string",
 +
                "localName": "string",
 +
                "nodeType": 0,
 +
                "attributes": {
 +
                  "length": 0
 +
                }
 +
              },
 +
              "id": "string"
 +
            },
 +
            "objectBinWrap": {
 +
              "value": [
 +
                "string"
 +
              ],
 +
              "id": "string"
 +
            },
 +
            "descriptiveNote": {
 +
              "p": [
 +
                {
 +
                  "content": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                }
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            },
 +
            "id": "string",
 +
            "lastDateTimeVerified": "string",
 +
            "type": "string",
 +
            "href": "string",
 +
            "role": "string",
 +
            "arcrole": "string",
 +
            "title": "string",
 +
            "show": "string",
 +
            "actuate": "string"
 +
          }
 +
        ],
 +
        "id": "string",
 +
        "lang": "string",
 +
        "base": "string"
 +
      },
 +
      "id": "string",
 +
      "lang": "string",
 +
      "base": "string"
 +
    },
 +
    "cpfDescription": {
 +
      "identity": {
 +
        "entityId": [
 +
          {
 +
            "content": "string",
 +
            "id": "string",
 +
            "localType": "string"
 +
          }
 +
        ],
 +
        "entityType": {
 +
          "value": "string",
 +
          "id": "string"
 +
        },
 +
        "nameEntryParallelOrNameEntry": [
 +
          {}
 +
        ],
 +
        "descriptiveNote": {
 +
          "p": [
 +
            {
 +
              "content": [
 +
                {}
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            }
 +
          ],
 +
          "id": "string",
 +
          "lang": "string"
 +
        },
 +
        "id": "string",
 +
        "lang": "string",
 +
        "base": "string",
 +
        "localType": "string",
 +
        "identityType": "string"
 +
      },
 +
      "description": {
 +
        "existDates": {
 +
          "date": {
 +
            "content": "string",
 +
            "id": "string",
 +
            "lang": "string",
 +
            "localType": "string",
 +
            "standardDate": "string",
 +
            "notBefore": "string",
 +
            "notAfter": "string"
 +
          },
 +
          "dateRange": {
 +
            "fromDate": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "standardDate": "string",
 +
              "notBefore": "string",
 +
              "notAfter": "string"
 +
            },
 +
            "toDate": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "standardDate": "string",
 +
              "notBefore": "string",
 +
              "notAfter": "string"
 +
            },
 +
            "id": "string",
 +
            "lang": "string",
 +
            "localType": "string"
 +
          },
 +
          "dateSet": {
 +
            "date": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string",
 +
              "standardDate": "string",
 +
              "notBefore": "string",
 +
              "notAfter": "string"
 +
            },
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "toDate": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            },
 +
            "dateOrDateRange": [
 +
              {}
 +
            ],
 +
            "id": "string",
 +
            "lang": "string",
 +
            "localType": "string"
 +
          },
 +
          "descriptiveNote": {
 +
            "p": [
 +
              {
 +
                "content": [
 +
                  {}
 +
                ],
 +
                "id": "string",
 +
                "lang": "string"
 +
              }
 +
            ],
 +
            "id": "string",
 +
            "lang": "string"
 +
          },
 +
          "id": "string",
 +
          "lang": "string",
 +
          "localType": "string"
 +
        },
 +
        "placesOrPlaceOrLocalDescription": [
 +
          {}
 +
        ],
 +
        "biogHist": [
 +
          {
 +
            "chronListOrListOrP": [
 +
              {}
 +
            ],
 +
            "id": "string",
 +
            "lang": "string",
 +
            "localType": "string",
 +
            "abstract": {
 +
              "content": [
 +
                {}
 +
              ],
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            }
 +
          }
 +
        ],
 +
        "id": "string",
 +
        "lang": "string",
 +
        "base": "string"
 +
      },
 +
      "relations": {
 +
        "cpfRelation": [
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "string",
 +
                "id": "string",
 +
                "localType": "string",
 +
                "scriptCode": "string",
 +
                "lang": "string",
 +
                "transliteration": "string"
 +
              }
 +
            ],
 +
            "objectXMLWrap": {
 +
              "any": {
 +
                "schemaTypeInfo": {
 +
                  "typeNamespace": "string",
 +
                  "typeName": "string"
 +
                },
 +
                "tagName": "string",
 +
                "baseURI": "string",
 +
                "ownerDocument": {
 +
                  "documentURI": "string",
 +
                  "doctype": {
 +
                    "internalSubset": "string",
 +
                    "entities": {
 +
                      "length": 0
 +
                    },
 +
                    "notations": {
 +
                      "length": 0
 +
                    },
 +
                    "publicId": "string",
 +
                    "systemId": "string",
 +
                    "name": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "xmlStandalone": false,
 +
                  "xmlVersion": "string",
 +
                  "strictErrorChecking": false,
 +
                  "domConfig": {
 +
                    "parameterNames": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "inputEncoding": "string",
 +
                  "implementation": {},
 +
                  "xmlEncoding": "string",
 +
                  "documentElement": {},
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {},
 +
                  "parentNode": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nodeValue": "string",
 +
                  "firstChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "lastChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "previousSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nextSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "parentNode": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nodeValue": "string",
 +
                "firstChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "lastChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "previousSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nextSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "textContent": "string",
 +
                "prefix": "string",
 +
                "childNodes": {
 +
                  "length": 0
 +
                },
 +
                "nodeName": "string",
 +
                "namespaceURI": "string",
 +
                "localName": "string",
 +
                "nodeType": 0,
 +
                "attributes": {
 +
                  "length": 0
 +
                }
 +
              },
 +
              "id": "string"
 +
            },
 +
            "objectBinWrap": {
 +
              "value": [
 +
                "string"
 +
              ],
 +
              "id": "string"
 +
            },
 +
            "date": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string",
 +
              "standardDate": "string",
 +
              "notBefore": "string",
 +
              "notAfter": "string"
 +
            },
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "toDate": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            },
 +
            "dateSet": {
 +
              "date": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "dateRange": {
 +
                "fromDate": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "toDate": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string"
 +
              },
 +
              "dateOrDateRange": [
 +
                {}
 +
              ],
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            },
 +
            "placeEntry": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "localType": "string",
 +
              "countryCode": "string",
 +
              "vocabularySource": "string",
 +
              "accuarcy": "string",
 +
              "longitude": "string",
 +
              "latitude": "string",
 +
              "altitude": "string",
 +
              "scriptCode": "string",
 +
              "lang": "string",
 +
              "transliteration": "string"
 +
            },
 +
            "descriptiveNote": {
 +
              "p": [
 +
                {
 +
                  "content": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                }
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            },
 +
            "lastDateTimeVerified": "string",
 +
            "type": "string",
 +
            "href": "string",
 +
            "role": "string",
 +
            "arcrole": "string",
 +
            "title": "string",
 +
            "show": "string",
 +
            "actuate": "string",
 +
            "id": "string",
 +
            "lang": "string",
 +
            "cpfRelationType": "string"
 +
          }
 +
        ],
 +
        "resourceRelation": [
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "string",
 +
                "id": "string",
 +
                "localType": "string",
 +
                "scriptCode": "string",
 +
                "lang": "string",
 +
                "transliteration": "string"
 +
              }
 +
            ],
 +
            "objectXMLWrap": {
 +
              "any": {
 +
                "schemaTypeInfo": {
 +
                  "typeNamespace": "string",
 +
                  "typeName": "string"
 +
                },
 +
                "tagName": "string",
 +
                "baseURI": "string",
 +
                "ownerDocument": {
 +
                  "documentURI": "string",
 +
                  "doctype": {
 +
                    "internalSubset": "string",
 +
                    "entities": {
 +
                      "length": 0
 +
                    },
 +
                    "notations": {
 +
                      "length": 0
 +
                    },
 +
                    "publicId": "string",
 +
                    "systemId": "string",
 +
                    "name": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "xmlStandalone": false,
 +
                  "xmlVersion": "string",
 +
                  "strictErrorChecking": false,
 +
                  "domConfig": {
 +
                    "parameterNames": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "inputEncoding": "string",
 +
                  "implementation": {},
 +
                  "xmlEncoding": "string",
 +
                  "documentElement": {},
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {},
 +
                  "parentNode": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nodeValue": "string",
 +
                  "firstChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "lastChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "previousSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nextSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "parentNode": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nodeValue": "string",
 +
                "firstChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "lastChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "previousSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nextSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "textContent": "string",
 +
                "prefix": "string",
 +
                "childNodes": {
 +
                  "length": 0
 +
                },
 +
                "nodeName": "string",
 +
                "namespaceURI": "string",
 +
                "localName": "string",
 +
                "nodeType": 0,
 +
                "attributes": {
 +
                  "length": 0
 +
                }
 +
              },
 +
              "id": "string"
 +
            },
 +
            "objectBinWrap": {
 +
              "value": [
 +
                "string"
 +
              ],
 +
              "id": "string"
 +
            },
 +
            "date": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string",
 +
              "standardDate": "string",
 +
              "notBefore": "string",
 +
              "notAfter": "string"
 +
            },
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "toDate": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            },
 +
            "dateSet": {
 +
              "date": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "dateRange": {
 +
                "fromDate": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "toDate": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string"
 +
              },
 +
              "dateOrDateRange": [
 +
                {}
 +
              ],
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            },
 +
            "placeEntry": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "localType": "string",
 +
              "countryCode": "string",
 +
              "vocabularySource": "string",
 +
              "accuarcy": "string",
 +
              "longitude": "string",
 +
              "latitude": "string",
 +
              "altitude": "string",
 +
              "scriptCode": "string",
 +
              "lang": "string",
 +
              "transliteration": "string"
 +
            },
 +
            "descriptiveNote": {
 +
              "p": [
 +
                {
 +
                  "content": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                }
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            },
 +
            "lastDateTimeVerified": "string",
 +
            "type": "string",
 +
            "href": "string",
 +
            "role": "string",
 +
            "arcrole": "string",
 +
            "title": "string",
 +
            "show": "string",
 +
            "actuate": "string",
 +
            "id": "string",
 +
            "lang": "string",
 +
            "resourceRelationType": "string"
 +
          }
 +
        ],
 +
        "functionRelation": [
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "string",
 +
                "id": "string",
 +
                "localType": "string",
 +
                "scriptCode": "string",
 +
                "lang": "string",
 +
                "transliteration": "string"
 +
              }
 +
            ],
 +
            "objectXMLWrap": {
 +
              "any": {
 +
                "schemaTypeInfo": {
 +
                  "typeNamespace": "string",
 +
                  "typeName": "string"
 +
                },
 +
                "tagName": "string",
 +
                "baseURI": "string",
 +
                "ownerDocument": {
 +
                  "documentURI": "string",
 +
                  "doctype": {
 +
                    "internalSubset": "string",
 +
                    "entities": {
 +
                      "length": 0
 +
                    },
 +
                    "notations": {
 +
                      "length": 0
 +
                    },
 +
                    "publicId": "string",
 +
                    "systemId": "string",
 +
                    "name": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "xmlStandalone": false,
 +
                  "xmlVersion": "string",
 +
                  "strictErrorChecking": false,
 +
                  "domConfig": {
 +
                    "parameterNames": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "inputEncoding": "string",
 +
                  "implementation": {},
 +
                  "xmlEncoding": "string",
 +
                  "documentElement": {},
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {},
 +
                  "parentNode": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nodeValue": "string",
 +
                  "firstChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "lastChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "previousSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nextSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "parentNode": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nodeValue": "string",
 +
                "firstChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "lastChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "previousSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nextSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "textContent": "string",
 +
                "prefix": "string",
 +
                "childNodes": {
 +
                  "length": 0
 +
                },
 +
                "nodeName": "string",
 +
                "namespaceURI": "string",
 +
                "localName": "string",
 +
                "nodeType": 0,
 +
                "attributes": {
 +
                  "length": 0
 +
                }
 +
              },
 +
              "id": "string"
 +
            },
 +
            "objectBinWrap": {
 +
              "value": [
 +
                "string"
 +
              ],
 +
              "id": "string"
 +
            },
 +
            "date": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string",
 +
              "standardDate": "string",
 +
              "notBefore": "string",
 +
              "notAfter": "string"
 +
            },
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "toDate": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            },
 +
            "dateSet": {
 +
              "date": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "dateRange": {
 +
                "fromDate": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "toDate": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string"
 +
              },
 +
              "dateOrDateRange": [
 +
                {}
 +
              ],
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            },
 +
            "placeEntry": {
 +
              "content": "string",
 +
              "id": "string",
 +
              "localType": "string",
 +
              "countryCode": "string",
 +
              "vocabularySource": "string",
 +
              "accuarcy": "string",
 +
              "longitude": "string",
 +
              "latitude": "string",
 +
              "altitude": "string",
 +
              "scriptCode": "string",
 +
              "lang": "string",
 +
              "transliteration": "string"
 +
            },
 +
            "descriptiveNote": {
 +
              "p": [
 +
                {
 +
                  "content": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                }
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            },
 +
            "lastDateTimeVerified": "string",
 +
            "type": "string",
 +
            "href": "string",
 +
            "role": "string",
 +
            "arcrole": "string",
 +
            "title": "string",
 +
            "show": "string",
 +
            "actuate": "string",
 +
            "id": "string",
 +
            "lang": "string",
 +
            "functionRelationType": "string"
 +
          }
 +
        ],
 +
        "id": "string",
 +
        "lang": "string",
 +
        "base": "string"
 +
      },
 +
      "alternativeSet": {
 +
        "setComponent": [
 +
          {
 +
            "componentEntry": [
 +
              {
 +
                "content": "string",
 +
                "id": "string",
 +
                "localType": "string",
 +
                "scriptCode": "string",
 +
                "lang": "string",
 +
                "transliteration": "string"
 +
              }
 +
            ],
 +
            "objectXMLWrap": {
 +
              "any": {
 +
                "schemaTypeInfo": {
 +
                  "typeNamespace": "string",
 +
                  "typeName": "string"
 +
                },
 +
                "tagName": "string",
 +
                "baseURI": "string",
 +
                "ownerDocument": {
 +
                  "documentURI": "string",
 +
                  "doctype": {
 +
                    "internalSubset": "string",
 +
                    "entities": {
 +
                      "length": 0
 +
                    },
 +
                    "notations": {
 +
                      "length": 0
 +
                    },
 +
                    "publicId": "string",
 +
                    "systemId": "string",
 +
                    "name": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "xmlStandalone": false,
 +
                  "xmlVersion": "string",
 +
                  "strictErrorChecking": false,
 +
                  "domConfig": {
 +
                    "parameterNames": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "inputEncoding": "string",
 +
                  "implementation": {},
 +
                  "xmlEncoding": "string",
 +
                  "documentElement": {},
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {},
 +
                  "parentNode": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nodeValue": "string",
 +
                  "firstChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "lastChild": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "previousSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "nextSibling": {
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "parentNode": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nodeValue": "string",
 +
                "firstChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "lastChild": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "previousSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "nextSibling": {
 +
                  "baseURI": "string",
 +
                  "ownerDocument": {
 +
                    "documentURI": "string",
 +
                    "doctype": {
 +
                      "internalSubset": "string",
 +
                      "entities": {
 +
                        "length": 0
 +
                      },
 +
                      "notations": {
 +
                        "length": 0
 +
                      },
 +
                      "publicId": "string",
 +
                      "systemId": "string",
 +
                      "name": "string",
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "xmlStandalone": false,
 +
                    "xmlVersion": "string",
 +
                    "strictErrorChecking": false,
 +
                    "domConfig": {
 +
                      "parameterNames": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "inputEncoding": "string",
 +
                    "implementation": {},
 +
                    "xmlEncoding": "string",
 +
                    "documentElement": {},
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {},
 +
                    "parentNode": {},
 +
                    "nodeValue": "string",
 +
                    "firstChild": {},
 +
                    "lastChild": {},
 +
                    "previousSibling": {},
 +
                    "nextSibling": {},
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "parentNode": {},
 +
                  "nodeValue": "string",
 +
                  "firstChild": {},
 +
                  "lastChild": {},
 +
                  "previousSibling": {},
 +
                  "nextSibling": {},
 +
                  "textContent": "string",
 +
                  "prefix": "string",
 +
                  "childNodes": {
 +
                    "length": 0
 +
                  },
 +
                  "nodeName": "string",
 +
                  "namespaceURI": "string",
 +
                  "localName": "string",
 +
                  "nodeType": 0,
 +
                  "attributes": {
 +
                    "length": 0
 +
                  }
 +
                },
 +
                "textContent": "string",
 +
                "prefix": "string",
 +
                "childNodes": {
 +
                  "length": 0
 +
                },
 +
                "nodeName": "string",
 +
                "namespaceURI": "string",
 +
                "localName": "string",
 +
                "nodeType": 0,
 +
                "attributes": {
 +
                  "length": 0
 +
                }
 +
              },
 +
              "id": "string"
 +
            },
 +
            "objectBinWrap": {
 +
              "value": [
 +
                "string"
 +
              ],
 +
              "id": "string"
 +
            },
 +
            "descriptiveNote": {
 +
              "p": [
 +
                {
 +
                  "content": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                }
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            },
 +
            "id": "string",
 +
            "lang": "string",
 +
            "lastDateTimeVerified": "string",
 +
            "type": "string",
 +
            "href": "string",
 +
            "role": "string",
 +
            "arcrole": "string",
 +
            "title": "string",
 +
            "show": "string",
 +
            "actuate": "string"
 +
          }
 +
        ],
 +
        "id": "string",
 +
        "lang": "string",
 +
        "base": "string"
 +
      },
 +
      "id": "string",
 +
      "lang": "string",
 +
      "base": "string"
 +
    },
 +
    "multipleIdentities": {
 +
      "content": [
 +
        {
 +
          "identity": {
 +
            "entityId": [
 +
              {
 +
                "content": "string",
 +
                "id": "string",
 +
                "localType": "string"
 +
              }
 +
            ],
 +
            "entityType": {
 +
              "value": "string",
 +
              "id": "string"
 +
            },
 +
            "nameEntryParallelOrNameEntry": [
 +
              {}
 +
            ],
 +
            "descriptiveNote": {
 +
              "p": [
 +
                {
 +
                  "content": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                }
 +
              ],
 +
              "id": "string",
 +
              "lang": "string"
 +
            },
 +
            "id": "string",
 +
            "lang": "string",
 +
            "base": "string",
 +
            "localType": "string",
 +
            "identityType": "string"
 +
          },
 +
          "description": {
 +
            "existDates": {
 +
              "date": {
 +
                "content": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string",
 +
                "standardDate": "string",
 +
                "notBefore": "string",
 +
                "notAfter": "string"
 +
              },
 +
              "dateRange": {
 +
                "fromDate": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "toDate": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string"
 +
              },
 +
              "dateSet": {
 +
                "date": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "dateRange": {
 +
                  "fromDate": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "toDate": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string"
 +
                },
 +
                "dateOrDateRange": [
 +
                  {}
 +
                ],
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string"
 +
              },
 +
              "descriptiveNote": {
 +
                "p": [
 +
                  {
 +
                    "content": [
 +
                      {}
 +
                    ],
 +
                    "id": "string",
 +
                    "lang": "string"
 +
                  }
 +
                ],
 +
                "id": "string",
 +
                "lang": "string"
 +
              },
 +
              "id": "string",
 +
              "lang": "string",
 +
              "localType": "string"
 +
            },
 +
            "placesOrPlaceOrLocalDescription": [
 +
              {}
 +
            ],
 +
            "biogHist": [
 +
              {
 +
                "chronListOrListOrP": [
 +
                  {}
 +
                ],
 +
                "id": "string",
 +
                "lang": "string",
 +
                "localType": "string",
 +
                "abstract": {
 +
                  "content": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string"
 +
                }
 +
              }
 +
            ],
 +
            "id": "string",
 +
            "lang": "string",
 +
            "base": "string"
 +
          },
 +
          "relations": {
 +
            "cpfRelation": [
 +
              {
 +
                "relationEntry": [
 +
                  {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "localType": "string",
 +
                    "scriptCode": "string",
 +
                    "lang": "string",
 +
                    "transliteration": "string"
 +
                  }
 +
                ],
 +
                "objectXMLWrap": {
 +
                  "any": {
 +
                    "schemaTypeInfo": {
 +
                      "typeNamespace": "string",
 +
                      "typeName": "string"
 +
                    },
 +
                    "tagName": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {
 +
                      "documentURI": "string",
 +
                      "doctype": {
 +
                        "internalSubset": "string",
 +
                        "entities": {
 +
                          "length": 0
 +
                        },
 +
                        "notations": {
 +
                          "length": 0
 +
                        },
 +
                        "publicId": "string",
 +
                        "systemId": "string",
 +
                        "name": "string",
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "nodeValue": "string",
 +
                        "firstChild": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "lastChild": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "previousSibling": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "nextSibling": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "xmlStandalone": false,
 +
                      "xmlVersion": "string",
 +
                      "strictErrorChecking": false,
 +
                      "domConfig": {
 +
                        "parameterNames": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "inputEncoding": "string",
 +
                      "implementation": {},
 +
                      "xmlEncoding": "string",
 +
                      "documentElement": {},
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "nodeValue": "string",
 +
                      "firstChild": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "lastChild": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "previousSibling": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "nextSibling": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "id": "string"
 +
                },
 +
                "objectBinWrap": {
 +
                  "value": [
 +
                    "string"
 +
                  ],
 +
                  "id": "string"
 +
                },
 +
                "date": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "dateRange": {
 +
                  "fromDate": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "toDate": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string"
 +
                },
 +
                "dateSet": {
 +
                  "date": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "localType": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "dateRange": {
 +
                    "fromDate": {
 +
                      "content": "string",
 +
                      "id": "string",
 +
                      "lang": "string",
 +
                      "standardDate": "string",
 +
                      "notBefore": "string",
 +
                      "notAfter": "string"
 +
                    },
 +
                    "toDate": {
 +
                      "content": "string",
 +
                      "id": "string",
 +
                      "lang": "string",
 +
                      "standardDate": "string",
 +
                      "notBefore": "string",
 +
                      "notAfter": "string"
 +
                    },
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "localType": "string"
 +
                  },
 +
                  "dateOrDateRange": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string"
 +
                },
 +
                "placeEntry": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "localType": "string",
 +
                  "countryCode": "string",
 +
                  "vocabularySource": "string",
 +
                  "accuarcy": "string",
 +
                  "longitude": "string",
 +
                  "latitude": "string",
 +
                  "altitude": "string",
 +
                  "scriptCode": "string",
 +
                  "lang": "string",
 +
                  "transliteration": "string"
 +
                },
 +
                "descriptiveNote": {
 +
                  "p": [
 +
                    {
 +
                      "content": [
 +
                        {}
 +
                      ],
 +
                      "id": "string",
 +
                      "lang": "string"
 +
                    }
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                },
 +
                "lastDateTimeVerified": "string",
 +
                "type": "string",
 +
                "href": "string",
 +
                "role": "string",
 +
                "arcrole": "string",
 +
                "title": "string",
 +
                "show": "string",
 +
                "actuate": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "cpfRelationType": "string"
 +
              }
 +
            ],
 +
            "resourceRelation": [
 +
              {
 +
                "relationEntry": [
 +
                  {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "localType": "string",
 +
                    "scriptCode": "string",
 +
                    "lang": "string",
 +
                    "transliteration": "string"
 +
                  }
 +
                ],
 +
                "objectXMLWrap": {
 +
                  "any": {
 +
                    "schemaTypeInfo": {
 +
                      "typeNamespace": "string",
 +
                      "typeName": "string"
 +
                    },
 +
                    "tagName": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {
 +
                      "documentURI": "string",
 +
                      "doctype": {
 +
                        "internalSubset": "string",
 +
                        "entities": {
 +
                          "length": 0
 +
                        },
 +
                        "notations": {
 +
                          "length": 0
 +
                        },
 +
                        "publicId": "string",
 +
                        "systemId": "string",
 +
                        "name": "string",
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "nodeValue": "string",
 +
                        "firstChild": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "lastChild": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "previousSibling": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "nextSibling": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "xmlStandalone": false,
 +
                      "xmlVersion": "string",
 +
                      "strictErrorChecking": false,
 +
                      "domConfig": {
 +
                        "parameterNames": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "inputEncoding": "string",
 +
                      "implementation": {},
 +
                      "xmlEncoding": "string",
 +
                      "documentElement": {},
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "nodeValue": "string",
 +
                      "firstChild": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "lastChild": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "previousSibling": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "nextSibling": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "id": "string"
 +
                },
 +
                "objectBinWrap": {
 +
                  "value": [
 +
                    "string"
 +
                  ],
 +
                  "id": "string"
 +
                },
 +
                "date": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "dateRange": {
 +
                  "fromDate": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "toDate": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string"
 +
                },
 +
                "dateSet": {
 +
                  "date": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "localType": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "dateRange": {
 +
                    "fromDate": {
 +
                      "content": "string",
 +
                      "id": "string",
 +
                      "lang": "string",
 +
                      "standardDate": "string",
 +
                      "notBefore": "string",
 +
                      "notAfter": "string"
 +
                    },
 +
                    "toDate": {
 +
                      "content": "string",
 +
                      "id": "string",
 +
                      "lang": "string",
 +
                      "standardDate": "string",
 +
                      "notBefore": "string",
 +
                      "notAfter": "string"
 +
                    },
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "localType": "string"
 +
                  },
 +
                  "dateOrDateRange": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string"
 +
                },
 +
                "placeEntry": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "localType": "string",
 +
                  "countryCode": "string",
 +
                  "vocabularySource": "string",
 +
                  "accuarcy": "string",
 +
                  "longitude": "string",
 +
                  "latitude": "string",
 +
                  "altitude": "string",
 +
                  "scriptCode": "string",
 +
                  "lang": "string",
 +
                  "transliteration": "string"
 +
                },
 +
                "descriptiveNote": {
 +
                  "p": [
 +
                    {
 +
                      "content": [
 +
                        {}
 +
                      ],
 +
                      "id": "string",
 +
                      "lang": "string"
 +
                    }
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                },
 +
                "lastDateTimeVerified": "string",
 +
                "type": "string",
 +
                "href": "string",
 +
                "role": "string",
 +
                "arcrole": "string",
 +
                "title": "string",
 +
                "show": "string",
 +
                "actuate": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "resourceRelationType": "string"
 +
              }
 +
            ],
 +
            "functionRelation": [
 +
              {
 +
                "relationEntry": [
 +
                  {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "localType": "string",
 +
                    "scriptCode": "string",
 +
                    "lang": "string",
 +
                    "transliteration": "string"
 +
                  }
 +
                ],
 +
                "objectXMLWrap": {
 +
                  "any": {
 +
                    "schemaTypeInfo": {
 +
                      "typeNamespace": "string",
 +
                      "typeName": "string"
 +
                    },
 +
                    "tagName": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {
 +
                      "documentURI": "string",
 +
                      "doctype": {
 +
                        "internalSubset": "string",
 +
                        "entities": {
 +
                          "length": 0
 +
                        },
 +
                        "notations": {
 +
                          "length": 0
 +
                        },
 +
                        "publicId": "string",
 +
                        "systemId": "string",
 +
                        "name": "string",
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "nodeValue": "string",
 +
                        "firstChild": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "lastChild": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "previousSibling": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "nextSibling": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "xmlStandalone": false,
 +
                      "xmlVersion": "string",
 +
                      "strictErrorChecking": false,
 +
                      "domConfig": {
 +
                        "parameterNames": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "inputEncoding": "string",
 +
                      "implementation": {},
 +
                      "xmlEncoding": "string",
 +
                      "documentElement": {},
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "nodeValue": "string",
 +
                      "firstChild": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "lastChild": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "previousSibling": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "nextSibling": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "id": "string"
 +
                },
 +
                "objectBinWrap": {
 +
                  "value": [
 +
                    "string"
 +
                  ],
 +
                  "id": "string"
 +
                },
 +
                "date": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string",
 +
                  "standardDate": "string",
 +
                  "notBefore": "string",
 +
                  "notAfter": "string"
 +
                },
 +
                "dateRange": {
 +
                  "fromDate": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "toDate": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string"
 +
                },
 +
                "dateSet": {
 +
                  "date": {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "localType": "string",
 +
                    "standardDate": "string",
 +
                    "notBefore": "string",
 +
                    "notAfter": "string"
 +
                  },
 +
                  "dateRange": {
 +
                    "fromDate": {
 +
                      "content": "string",
 +
                      "id": "string",
 +
                      "lang": "string",
 +
                      "standardDate": "string",
 +
                      "notBefore": "string",
 +
                      "notAfter": "string"
 +
                    },
 +
                    "toDate": {
 +
                      "content": "string",
 +
                      "id": "string",
 +
                      "lang": "string",
 +
                      "standardDate": "string",
 +
                      "notBefore": "string",
 +
                      "notAfter": "string"
 +
                    },
 +
                    "id": "string",
 +
                    "lang": "string",
 +
                    "localType": "string"
 +
                  },
 +
                  "dateOrDateRange": [
 +
                    {}
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string",
 +
                  "localType": "string"
 +
                },
 +
                "placeEntry": {
 +
                  "content": "string",
 +
                  "id": "string",
 +
                  "localType": "string",
 +
                  "countryCode": "string",
 +
                  "vocabularySource": "string",
 +
                  "accuarcy": "string",
 +
                  "longitude": "string",
 +
                  "latitude": "string",
 +
                  "altitude": "string",
 +
                  "scriptCode": "string",
 +
                  "lang": "string",
 +
                  "transliteration": "string"
 +
                },
 +
                "descriptiveNote": {
 +
                  "p": [
 +
                    {
 +
                      "content": [
 +
                        {}
 +
                      ],
 +
                      "id": "string",
 +
                      "lang": "string"
 +
                    }
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                },
 +
                "lastDateTimeVerified": "string",
 +
                "type": "string",
 +
                "href": "string",
 +
                "role": "string",
 +
                "arcrole": "string",
 +
                "title": "string",
 +
                "show": "string",
 +
                "actuate": "string",
 +
                "id": "string",
 +
                "lang": "string",
 +
                "functionRelationType": "string"
 +
              }
 +
            ],
 +
            "id": "string",
 +
            "lang": "string",
 +
            "base": "string"
 +
          },
 +
          "alternativeSet": {
 +
            "setComponent": [
 +
              {
 +
                "componentEntry": [
 +
                  {
 +
                    "content": "string",
 +
                    "id": "string",
 +
                    "localType": "string",
 +
                    "scriptCode": "string",
 +
                    "lang": "string",
 +
                    "transliteration": "string"
 +
                  }
 +
                ],
 +
                "objectXMLWrap": {
 +
                  "any": {
 +
                    "schemaTypeInfo": {
 +
                      "typeNamespace": "string",
 +
                      "typeName": "string"
 +
                    },
 +
                    "tagName": "string",
 +
                    "baseURI": "string",
 +
                    "ownerDocument": {
 +
                      "documentURI": "string",
 +
                      "doctype": {
 +
                        "internalSubset": "string",
 +
                        "entities": {
 +
                          "length": 0
 +
                        },
 +
                        "notations": {
 +
                          "length": 0
 +
                        },
 +
                        "publicId": "string",
 +
                        "systemId": "string",
 +
                        "name": "string",
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "nodeValue": "string",
 +
                        "firstChild": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "lastChild": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "previousSibling": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "nextSibling": {
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "xmlStandalone": false,
 +
                      "xmlVersion": "string",
 +
                      "strictErrorChecking": false,
 +
                      "domConfig": {
 +
                        "parameterNames": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "inputEncoding": "string",
 +
                      "implementation": {},
 +
                      "xmlEncoding": "string",
 +
                      "documentElement": {},
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {},
 +
                      "parentNode": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "nodeValue": "string",
 +
                      "firstChild": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "lastChild": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "previousSibling": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "nextSibling": {
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "parentNode": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nodeValue": "string",
 +
                    "firstChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "lastChild": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "previousSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "nextSibling": {
 +
                      "baseURI": "string",
 +
                      "ownerDocument": {
 +
                        "documentURI": "string",
 +
                        "doctype": {
 +
                          "internalSubset": "string",
 +
                          "entities": {
 +
                            "length": 0
 +
                          },
 +
                          "notations": {
 +
                            "length": 0
 +
                          },
 +
                          "publicId": "string",
 +
                          "systemId": "string",
 +
                          "name": "string",
 +
                          "baseURI": "string",
 +
                          "ownerDocument": {},
 +
                          "parentNode": {},
 +
                          "nodeValue": "string",
 +
                          "firstChild": {},
 +
                          "lastChild": {},
 +
                          "previousSibling": {},
 +
                          "nextSibling": {},
 +
                          "textContent": "string",
 +
                          "prefix": "string",
 +
                          "childNodes": {
 +
                            "length": 0
 +
                          },
 +
                          "nodeName": "string",
 +
                          "namespaceURI": "string",
 +
                          "localName": "string",
 +
                          "nodeType": 0,
 +
                          "attributes": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "xmlStandalone": false,
 +
                        "xmlVersion": "string",
 +
                        "strictErrorChecking": false,
 +
                        "domConfig": {
 +
                          "parameterNames": {
 +
                            "length": 0
 +
                          }
 +
                        },
 +
                        "inputEncoding": "string",
 +
                        "implementation": {},
 +
                        "xmlEncoding": "string",
 +
                        "documentElement": {},
 +
                        "baseURI": "string",
 +
                        "ownerDocument": {},
 +
                        "parentNode": {},
 +
                        "nodeValue": "string",
 +
                        "firstChild": {},
 +
                        "lastChild": {},
 +
                        "previousSibling": {},
 +
                        "nextSibling": {},
 +
                        "textContent": "string",
 +
                        "prefix": "string",
 +
                        "childNodes": {
 +
                          "length": 0
 +
                        },
 +
                        "nodeName": "string",
 +
                        "namespaceURI": "string",
 +
                        "localName": "string",
 +
                        "nodeType": 0,
 +
                        "attributes": {
 +
                          "length": 0
 +
                        }
 +
                      },
 +
                      "parentNode": {},
 +
                      "nodeValue": "string",
 +
                      "firstChild": {},
 +
                      "lastChild": {},
 +
                      "previousSibling": {},
 +
                      "nextSibling": {},
 +
                      "textContent": "string",
 +
                      "prefix": "string",
 +
                      "childNodes": {
 +
                        "length": 0
 +
                      },
 +
                      "nodeName": "string",
 +
                      "namespaceURI": "string",
 +
                      "localName": "string",
 +
                      "nodeType": 0,
 +
                      "attributes": {
 +
                        "length": 0
 +
                      }
 +
                    },
 +
                    "textContent": "string",
 +
                    "prefix": "string",
 +
                    "childNodes": {
 +
                      "length": 0
 +
                    },
 +
                    "nodeName": "string",
 +
                    "namespaceURI": "string",
 +
                    "localName": "string",
 +
                    "nodeType": 0,
 +
                    "attributes": {
 +
                      "length": 0
 +
                    }
 +
                  },
 +
                  "id": "string"
 +
                },
 +
                "objectBinWrap": {
 +
                  "value": [
 +
                    "string"
 +
                  ],
 +
                  "id": "string"
 +
                },
 +
                "descriptiveNote": {
 +
                  "p": [
 +
                    {
 +
                      "content": [
 +
                        {}
 +
                      ],
 +
                      "id": "string",
 +
                      "lang": "string"
 +
                    }
 +
                  ],
 +
                  "id": "string",
 +
                  "lang": "string"
 +
                },
 +
                "id": "string",
 +
                "lang": "string",
 +
                "lastDateTimeVerified": "string",
 +
                "type": "string",
 +
                "href": "string",
 +
                "role": "string",
 +
                "arcrole": "string",
 +
                "title": "string",
 +
                "show": "string",
 +
                "actuate": "string"
 +
              }
 +
            ],
 +
            "id": "string",
 +
            "lang": "string",
 +
            "base": "string"
 +
          },
 +
          "id": "string",
 +
          "lang": "string",
 +
          "base": "string"
 +
        }
 +
      ],
 +
      "id": "string",
 +
      "lang": "string",
 +
      "base": "string"
 +
    },
 +
    "id": "string",
 +
    "lang": "string",
 +
    "base": "string"
 
   }
 
   }
 
}
 
}
 
</pre>
 
</pre>
 +
 +
== Basic Response example ==
 +
For the identifier 28240:
 +
<pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;">
 +
{
 +
  "id": 28240,
 +
  "nameEntry": "Militaire Inlichtingendienst (Defensie)",
 +
  "repositoryId": 2437,
 +
  "repositoryName": "Nationaal Archief",
 +
  "content": {
 +
    "control": {
 +
      "recordId": {
 +
        "value": "489d662d-b214-4b7a-98e2-d01b253c773f"
 +
      },
 +
      "otherRecordId": [
 +
        {
 +
          "content": "https://hdl.handle.net/10648/489d662d-b214-4b7a-98e2-d01b253c773f"
 +
        }
 +
      ],
 +
      "maintenanceStatus": {
 +
        "value": "revised"
 +
      },
 +
      "publicationStatus": {
 +
        "value": "approved"
 +
      },
 +
      "maintenanceAgency": {
 +
        "agencyCode": {
 +
          "value": "NL-NHDD"
 +
        },
 +
        "agencyName": {
 +
          "content": "Doc-Direkt"
 +
        },
 +
        "descriptiveNote": {
 +
          "p": [
 +
            {
 +
              "content": [
 +
                "CC0 \"No Rights Reserved\" http://creativecommons.org/publicdomain/zero/1.0"
 +
              ]
 +
            }
 +
          ]
 +
        }
 +
      },
 +
      "languageDeclaration": {
 +
        "language": {
 +
          "content": "Dutch",
 +
          "languageCode": "dut"
 +
        },
 +
        "script": {
 +
          "content": "Latin",
 +
          "scriptCode": "Latn"
 +
        }
 +
      },
 +
      "conventionDeclaration": [
 +
        {
 +
          "abbreviation": {},
 +
          "citation": {
 +
            "type": "simple"
 +
          }
 +
        }
 +
      ],
 +
      "localControl": [
 +
        {
 +
          "term": {
 +
            "content": "partial"
 +
          },
 +
          "localType": "detailLevel"
 +
        }
 +
      ],
 +
      "maintenanceHistory": {
 +
        "maintenanceEvent": [
 +
          {
 +
            "eventType": {
 +
              "value": "created"
 +
            },
 +
            "eventDateTime": {
 +
              "content": "2013-06-18",
 +
              "standardDateTime": "2013-06-18T16:45:47"
 +
            },
 +
            "agentType": {
 +
              "value": "human"
 +
            },
 +
            "agent": {
 +
              "lang": "dut"
 +
            }
 +
          },
 +
          {
 +
            "eventType": {
 +
              "value": "revised"
 +
            },
 +
            "eventDateTime": {
 +
              "content": "2016-09-28",
 +
              "standardDateTime": "2016-09-28T22:50:34"
 +
            },
 +
            "agentType": {
 +
              "value": "human"
 +
            },
 +
            "agent": {
 +
              "lang": "dut"
 +
            }
 +
          },
 +
          {
 +
            "eventType": {
 +
              "value": "revised"
 +
            },
 +
            "eventDateTime": {
 +
              "content": "2016-09-28",
 +
              "standardDateTime": "2016-09-28T22:52:10"
 +
            },
 +
            "agentType": {
 +
              "value": "human"
 +
            },
 +
            "agent": {
 +
              "lang": "dut"
 +
            }
 +
          },
 +
          {
 +
            "eventType": {
 +
              "value": "revised"
 +
            },
 +
            "eventDateTime": {
 +
              "content": "2016-09-28",
 +
              "standardDateTime": "2016-09-28T22:55:45"
 +
            },
 +
            "agentType": {
 +
              "value": "human"
 +
            },
 +
            "agent": {
 +
              "lang": "dut"
 +
            }
 +
          }
 +
        ]
 +
      },
 +
      "sources": {
 +
        "source": [
 +
          {
 +
            "descriptiveNote": {
 +
              "p": [
 +
                {
 +
                  "content": [
 +
                    "Wet op de Inlichtingen- en Veiligheidsdiensten"
 +
                  ]
 +
                }
 +
              ]
 +
            },
 +
            "type": "simple"
 +
          }
 +
        ]
 +
      }
 +
    },
 +
    "cpfDescription": {
 +
      "identity": {
 +
        "entityId": [
 +
          {
 +
            "content": "10648/489d662d-b214-4b7a-98e2-d01b253c773f",
 +
            "localType": "HANDLE"
 +
          }
 +
        ],
 +
        "entityType": {
 +
          "value": "corporateBody"
 +
        },
 +
        "nameEntryParallelOrNameEntry": [
 +
          {
 +
            "part": [
 +
              {
 +
                "content": "Militaire Inlichtingendienst (Defensie)"
 +
              }
 +
            ],
 +
            "localType": "authorized"
 +
          },
 +
          {
 +
            "part": [
 +
              {
 +
                "content": "Militaire Inlichtingendienst (Defensie)",
 +
                "localType": "corpname"
 +
              }
 +
            ]
 +
          },
 +
          {
 +
            "content": [
 +
              {
 +
                "part": [
 +
                  {
 +
                    "content": "MID"
 +
                  }
 +
                ]
 +
              },
 +
              {
 +
                "part": [
 +
                  {
 +
                    "content": "Militaire Inlichtingendienst (2)"
 +
                  }
 +
                ]
 +
              }
 +
            ]
 +
          }
 +
        ]
 +
      },
 +
      "description": {
 +
        "existDates": {
 +
          "dateRange": {
 +
            "fromDate": {
 +
              "content": "1988",
 +
              "standardDate": "1988"
 +
            },
 +
            "toDate": {
 +
              "content": "2002",
 +
              "standardDate": "2002"
 +
            }
 +
          }
 +
        },
 +
        "placesOrPlaceOrLocalDescription": [
 +
          {
 +
            "legalStatus": [
 +
              {
 +
                "term": {
 +
                  "content": "Rijksoverheid"
 +
                },
 +
                "dateRange": {
 +
                  "fromDate": {
 +
                    "content": "1988",
 +
                    "standardDate": "1988"
 +
                  },
 +
                  "toDate": {
 +
                    "content": "2002",
 +
                    "standardDate": "2002"
 +
                  }
 +
                }
 +
              }
 +
            ]
 +
          },
 +
          {
 +
            "function": [
 +
              {
 +
                "descriptiveNote": {
 +
                  "p": [
 +
                    {
 +
                      "content": [
 +
                        "De Militaire Inlichtingendienst heeft in het belang van de nationale veiligheid tot taak:"
 +
                      ]
 +
                    },
 +
                    {
 +
                      "content": [
 +
                        "het verrichten van onderzoek omtrent het potentieel en de strijdkrachten van andere mogendheden, ten behoeve van een juiste opbouw en een doeltreffend gebruik van de krijgsmacht en naar factoren die van invloed zijn of kunnen zijn op de handhaving en bevordering van de internationale rechtsorde voor zover de krijgsmacht daarbij is betrokken of naar verwachting betrokken kan worden;"
 +
                      ]
 +
                    },
 +
                    {
 +
                      "content": [
 +
                        "het verrichten van veiligheidsonderzoeken als bedoeld in de Wet veiligheidsonderzoeken;"
 +
                      ]
 +
                    },
 +
                    {
 +
                      "content": [
 +
                        "het verrichten van onderzoek dat nodig is voor het treffen van maatregelen ter voorkoming van activiteiten die ten doel hebben de veiligheid of paraatheid van de krijgsmacht te schaden, ter bevordering van een juist verloop van mobilisatie en concentratie der strijdkrachten en ten behoeve van een ongestoorde voorbereiding en inzet van de krijgsmacht."
 +
                      ]
 +
                    },
 +
                    {
 +
                      "content": [
 +
                        "het bevorderen van maatregelen ter bescherming van de onder c genoemde belangen, waaronder begrepen maatregelen ter beveiliging van gegevens betreffende de krijgsmacht waarvan de geheimhouding is geboden;"
 +
                      ]
 +
                    },
 +
                    {
 +
                      "content": [
 +
                        "het verrichten van onderzoek betreffende andere landen, ten aanzien van onderwerpen met een militaire relevantie die door Onze Minister-President, Minister van Algemene Zaken, in overeenstemming met Onze betrokken Ministers, zijn aangewezen;"
 +
                      ]
 +
                    },
 +
                    {
 +
                      "content": [
 +
                        "het opstellen van dreigingsanalyses op verzoek van Onze Minister van Binnenlandse Zaken en Koninkrijksrelaties en Onze Minister van Veiligheid en Justitie gezamenlijk ten behoeve van de beveiliging van de personen, bedoeld in de artikelen 4, derde lid, onderdeel b, en 42, eerste lid, onder c, van de Politiewet 2012 en de bewaking en de beveiliging van de objecten en de diensten die zijn aangewezen op grond van artikel 16 van die wet, voor zover het betreft personen, objecten en diensten met een militaire relevantie."
 +
                      ]
 +
                    }
 +
                  ]
 +
                }
 +
              }
 +
            ]
 +
          },
 +
          {
 +
            "mdiscursiveSet": [
 +
              {
 +
                "content": [
 +
                  "In 1988 ontstaan uit samenvoeging van de Marine Inlichtingendienst (MARID), de Landmacht Inlichtingendienst (LAMID) en de Luchtmacht Inlichtingendienst (LUID)."
 +
                ]
 +
              }
 +
            ]
 +
          }
 +
        ]
 +
      },
 +
      "relations": {
 +
        "cpfRelation": [
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "Algemene Leiding (Defensie)"
 +
              }
 +
            ],
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "2002"
 +
              },
 +
              "toDate": {}
 +
            },
 +
            "type": "simple",
 +
            "href": "https://hdl.handle.net/10648/fa92c2eb-62fe-4764-bbef-387cfe53355b",
 +
            "cpfRelationType": "hierarchical-parent"
 +
          },
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "Militaire Inlichtingen- en Veiligheidsdienst (Defensie)"
 +
              }
 +
            ],
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "2002-05-29"
 +
              },
 +
              "toDate": {}
 +
            },
 +
            "type": "simple",
 +
            "href": "http://hdl.handle.net/10648/1858ca4c-efca-4727-a3ad-2b355f71412e",
 +
            "cpfRelationType": "temporal-later"
 +
          },
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "Marine Inlichtingendienst (Defensie)"
 +
              }
 +
            ],
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "1988"
 +
              },
 +
              "toDate": {}
 +
            },
 +
            "type": "simple",
 +
            "href": "https://hdl.handle.net/10648/94113250-940d-497b-b56e-d8048308f4d7",
 +
            "cpfRelationType": "temporal-earlier"
 +
          },
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "Landmacht Inlichtingendienst (Defensie)"
 +
              }
 +
            ],
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "1988"
 +
              },
 +
              "toDate": {}
 +
            },
 +
            "type": "simple",
 +
            "href": "https://hdl.handle.net/10648/167c43e5-9f95-4d35-b613-ca8eafe2b70c",
 +
            "cpfRelationType": "temporal-earlier"
 +
          },
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "Luchtmacht Inlichtingendienst (Defensie)"
 +
              }
 +
            ],
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "1988"
 +
              },
 +
              "toDate": {}
 +
            },
 +
            "type": "simple",
 +
            "href": "https://hdl.handle.net/10648/a2521656-e614-42a8-94fe-1ce7880dc872",
 +
            "cpfRelationType": "temporal-earlier"
 +
          },
 +
          {
 +
            "relationEntry": [
 +
              {
 +
                "content": "Inlichtingendienst Buitenland (AZ)"
 +
              }
 +
            ],
 +
            "dateRange": {
 +
              "fromDate": {
 +
                "content": "1994-01-01"
 +
              },
 +
              "toDate": {}
 +
            },
 +
            "type": "simple",
 +
            "href": "http://hdl.handle.net/10648/87202313-dcba-4c9a-9497-9cb0538a1b11",
 +
            "cpfRelationType": "temporal-earlier"
 +
          }
 +
        ]
 +
      }
 +
    }
 +
  }
 +
}
 +
</pre>
 +
 
== id ==
 
== id ==
Internal APE identifier of the EAC-record. The same as your request parameter "id".
+
Internal APE identifier of the EAC-CPF record. The same as your request parameter "id".
  
 
== nameEntry ==
 
== nameEntry ==
Line 30: Line 8,554:
 
Internal APE identifier of the repository.
 
Internal APE identifier of the repository.
  
== repository ==
+
== repositoryName ==
 
Name of the repository.
 
Name of the repository.
  

Latest revision as of 11:43, 10 January 2018

Request url: https://api.archivesportaleurope.net/services/content/eac-cpf/{id}. This service is a GET-request.

This content-service delivers all information available of authority records for Corporate Bodies, Persons or Families (EAC-CPF records) identified with {id}. A web-developer can use this service to create a detailed presentation of a search result.



Request parameters

id

Internal APE identifier of an authorised record describing a records creator (an EAC-CPF record). The identifier of the record is required.

N.B.: you can find the (internal APE) identifier of a records creator (an EAC-CPF record) which is necessary for using this service via the /search/eac service

Response parameters

Empty Response example

{
  "id": 0,
  "nameEntry": "string",
  "repositoryId": 0,
  "repositoryName": "string",
  "content": {
    "control": {
      "recordId": {
        "value": "string",
        "id": "string"
      },
      "otherRecordId": [
        {
          "content": "string",
          "id": "string",
          "localType": "string"
        }
      ],
      "maintenanceStatus": {
        "value": "string",
        "id": "string"
      },
      "publicationStatus": {
        "value": "string",
        "id": "string"
      },
      "maintenanceAgency": {
        "agencyCode": {
          "value": "string",
          "id": "string"
        },
        "otherAgencyCode": [
          {
            "value": "string",
            "id": "string",
            "localType": "string"
          }
        ],
        "agencyName": {
          "content": "string",
          "id": "string",
          "lang": "string"
        },
        "descriptiveNote": {
          "p": [
            {
              "content": [
                {}
              ],
              "id": "string",
              "lang": "string"
            }
          ],
          "id": "string",
          "lang": "string"
        },
        "id": "string"
      },
      "languageDeclaration": {
        "language": {
          "content": "string",
          "id": "string",
          "lang": "string",
          "languageCode": "string"
        },
        "script": {
          "content": "string",
          "id": "string",
          "lang": "string",
          "scriptCode": "string"
        },
        "descriptiveNote": {
          "p": [
            {
              "content": [
                {}
              ],
              "id": "string",
              "lang": "string"
            }
          ],
          "id": "string",
          "lang": "string"
        },
        "id": "string",
        "lang": "string"
      },
      "conventionDeclaration": [
        {
          "abbreviation": {
            "value": "string",
            "id": "string"
          },
          "citation": {
            "content": [
              {}
            ],
            "id": "string",
            "lang": "string",
            "lastDateTimeVerified": "string",
            "type": "string",
            "href": "string",
            "role": "string",
            "arcrole": "string",
            "title": "string",
            "show": "string",
            "actuate": "string"
          },
          "descriptiveNote": {
            "p": [
              {
                "content": [
                  {}
                ],
                "id": "string",
                "lang": "string"
              }
            ],
            "id": "string",
            "lang": "string"
          },
          "id": "string",
          "lang": "string"
        }
      ],
      "localTypeDeclaration": [
        {
          "abbreviation": {
            "value": "string",
            "id": "string"
          },
          "citation": {
            "content": [
              {}
            ],
            "id": "string",
            "lang": "string",
            "lastDateTimeVerified": "string",
            "type": "string",
            "href": "string",
            "role": "string",
            "arcrole": "string",
            "title": "string",
            "show": "string",
            "actuate": "string"
          },
          "descriptiveNote": {
            "p": [
              {
                "content": [
                  {}
                ],
                "id": "string",
                "lang": "string"
              }
            ],
            "id": "string",
            "lang": "string"
          },
          "id": "string",
          "lang": "string"
        }
      ],
      "localControl": [
        {
          "term": {
            "content": "string",
            "id": "string",
            "lastDateTimeVerified": "string",
            "vocabularySource": "string",
            "scriptCode": "string",
            "lang": "string",
            "transliteration": "string"
          },
          "date": {
            "content": "string",
            "id": "string",
            "lang": "string",
            "localType": "string",
            "standardDate": "string",
            "notBefore": "string",
            "notAfter": "string"
          },
          "dateRange": {
            "fromDate": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "standardDate": "string",
              "notBefore": "string",
              "notAfter": "string"
            },
            "toDate": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "standardDate": "string",
              "notBefore": "string",
              "notAfter": "string"
            },
            "id": "string",
            "lang": "string",
            "localType": "string"
          },
          "id": "string",
          "lang": "string",
          "localType": "string"
        }
      ],
      "maintenanceHistory": {
        "maintenanceEvent": [
          {
            "eventType": {
              "value": "string",
              "id": "string"
            },
            "eventDateTime": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "standardDateTime": "string"
            },
            "agentType": {
              "value": "string",
              "id": "string"
            },
            "agent": {
              "content": "string",
              "id": "string",
              "lang": "string"
            },
            "eventDescription": {
              "content": "string",
              "id": "string",
              "lang": "string"
            },
            "id": "string",
            "lang": "string"
          }
        ],
        "id": "string",
        "lang": "string"
      },
      "sources": {
        "source": [
          {
            "sourceEntry": {
              "content": "string",
              "id": "string",
              "scriptCode": "string",
              "lang": "string",
              "transliteration": "string"
            },
            "objectXMLWrap": {
              "any": {
                "schemaTypeInfo": {
                  "typeNamespace": "string",
                  "typeName": "string"
                },
                "tagName": "string",
                "baseURI": "string",
                "ownerDocument": {
                  "documentURI": "string",
                  "doctype": {
                    "internalSubset": "string",
                    "entities": {
                      "length": 0
                    },
                    "notations": {
                      "length": 0
                    },
                    "publicId": "string",
                    "systemId": "string",
                    "name": "string",
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "xmlStandalone": false,
                  "xmlVersion": "string",
                  "strictErrorChecking": false,
                  "domConfig": {
                    "parameterNames": {
                      "length": 0
                    }
                  },
                  "inputEncoding": "string",
                  "implementation": {},
                  "xmlEncoding": "string",
                  "documentElement": {},
                  "baseURI": "string",
                  "ownerDocument": {},
                  "parentNode": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nodeValue": "string",
                  "firstChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "lastChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "previousSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nextSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "parentNode": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nodeValue": "string",
                "firstChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "lastChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "previousSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nextSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "textContent": "string",
                "prefix": "string",
                "childNodes": {
                  "length": 0
                },
                "nodeName": "string",
                "namespaceURI": "string",
                "localName": "string",
                "nodeType": 0,
                "attributes": {
                  "length": 0
                }
              },
              "id": "string"
            },
            "objectBinWrap": {
              "value": [
                "string"
              ],
              "id": "string"
            },
            "descriptiveNote": {
              "p": [
                {
                  "content": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string"
                }
              ],
              "id": "string",
              "lang": "string"
            },
            "id": "string",
            "lastDateTimeVerified": "string",
            "type": "string",
            "href": "string",
            "role": "string",
            "arcrole": "string",
            "title": "string",
            "show": "string",
            "actuate": "string"
          }
        ],
        "id": "string",
        "lang": "string",
        "base": "string"
      },
      "id": "string",
      "lang": "string",
      "base": "string"
    },
    "cpfDescription": {
      "identity": {
        "entityId": [
          {
            "content": "string",
            "id": "string",
            "localType": "string"
          }
        ],
        "entityType": {
          "value": "string",
          "id": "string"
        },
        "nameEntryParallelOrNameEntry": [
          {}
        ],
        "descriptiveNote": {
          "p": [
            {
              "content": [
                {}
              ],
              "id": "string",
              "lang": "string"
            }
          ],
          "id": "string",
          "lang": "string"
        },
        "id": "string",
        "lang": "string",
        "base": "string",
        "localType": "string",
        "identityType": "string"
      },
      "description": {
        "existDates": {
          "date": {
            "content": "string",
            "id": "string",
            "lang": "string",
            "localType": "string",
            "standardDate": "string",
            "notBefore": "string",
            "notAfter": "string"
          },
          "dateRange": {
            "fromDate": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "standardDate": "string",
              "notBefore": "string",
              "notAfter": "string"
            },
            "toDate": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "standardDate": "string",
              "notBefore": "string",
              "notAfter": "string"
            },
            "id": "string",
            "lang": "string",
            "localType": "string"
          },
          "dateSet": {
            "date": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "localType": "string",
              "standardDate": "string",
              "notBefore": "string",
              "notAfter": "string"
            },
            "dateRange": {
              "fromDate": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "toDate": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "id": "string",
              "lang": "string",
              "localType": "string"
            },
            "dateOrDateRange": [
              {}
            ],
            "id": "string",
            "lang": "string",
            "localType": "string"
          },
          "descriptiveNote": {
            "p": [
              {
                "content": [
                  {}
                ],
                "id": "string",
                "lang": "string"
              }
            ],
            "id": "string",
            "lang": "string"
          },
          "id": "string",
          "lang": "string",
          "localType": "string"
        },
        "placesOrPlaceOrLocalDescription": [
          {}
        ],
        "biogHist": [
          {
            "chronListOrListOrP": [
              {}
            ],
            "id": "string",
            "lang": "string",
            "localType": "string",
            "abstract": {
              "content": [
                {}
              ],
              "id": "string",
              "lang": "string",
              "localType": "string"
            }
          }
        ],
        "id": "string",
        "lang": "string",
        "base": "string"
      },
      "relations": {
        "cpfRelation": [
          {
            "relationEntry": [
              {
                "content": "string",
                "id": "string",
                "localType": "string",
                "scriptCode": "string",
                "lang": "string",
                "transliteration": "string"
              }
            ],
            "objectXMLWrap": {
              "any": {
                "schemaTypeInfo": {
                  "typeNamespace": "string",
                  "typeName": "string"
                },
                "tagName": "string",
                "baseURI": "string",
                "ownerDocument": {
                  "documentURI": "string",
                  "doctype": {
                    "internalSubset": "string",
                    "entities": {
                      "length": 0
                    },
                    "notations": {
                      "length": 0
                    },
                    "publicId": "string",
                    "systemId": "string",
                    "name": "string",
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "xmlStandalone": false,
                  "xmlVersion": "string",
                  "strictErrorChecking": false,
                  "domConfig": {
                    "parameterNames": {
                      "length": 0
                    }
                  },
                  "inputEncoding": "string",
                  "implementation": {},
                  "xmlEncoding": "string",
                  "documentElement": {},
                  "baseURI": "string",
                  "ownerDocument": {},
                  "parentNode": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nodeValue": "string",
                  "firstChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "lastChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "previousSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nextSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "parentNode": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nodeValue": "string",
                "firstChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "lastChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "previousSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nextSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "textContent": "string",
                "prefix": "string",
                "childNodes": {
                  "length": 0
                },
                "nodeName": "string",
                "namespaceURI": "string",
                "localName": "string",
                "nodeType": 0,
                "attributes": {
                  "length": 0
                }
              },
              "id": "string"
            },
            "objectBinWrap": {
              "value": [
                "string"
              ],
              "id": "string"
            },
            "date": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "localType": "string",
              "standardDate": "string",
              "notBefore": "string",
              "notAfter": "string"
            },
            "dateRange": {
              "fromDate": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "toDate": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "id": "string",
              "lang": "string",
              "localType": "string"
            },
            "dateSet": {
              "date": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "localType": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "dateRange": {
                "fromDate": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "toDate": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "id": "string",
                "lang": "string",
                "localType": "string"
              },
              "dateOrDateRange": [
                {}
              ],
              "id": "string",
              "lang": "string",
              "localType": "string"
            },
            "placeEntry": {
              "content": "string",
              "id": "string",
              "localType": "string",
              "countryCode": "string",
              "vocabularySource": "string",
              "accuarcy": "string",
              "longitude": "string",
              "latitude": "string",
              "altitude": "string",
              "scriptCode": "string",
              "lang": "string",
              "transliteration": "string"
            },
            "descriptiveNote": {
              "p": [
                {
                  "content": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string"
                }
              ],
              "id": "string",
              "lang": "string"
            },
            "lastDateTimeVerified": "string",
            "type": "string",
            "href": "string",
            "role": "string",
            "arcrole": "string",
            "title": "string",
            "show": "string",
            "actuate": "string",
            "id": "string",
            "lang": "string",
            "cpfRelationType": "string"
          }
        ],
        "resourceRelation": [
          {
            "relationEntry": [
              {
                "content": "string",
                "id": "string",
                "localType": "string",
                "scriptCode": "string",
                "lang": "string",
                "transliteration": "string"
              }
            ],
            "objectXMLWrap": {
              "any": {
                "schemaTypeInfo": {
                  "typeNamespace": "string",
                  "typeName": "string"
                },
                "tagName": "string",
                "baseURI": "string",
                "ownerDocument": {
                  "documentURI": "string",
                  "doctype": {
                    "internalSubset": "string",
                    "entities": {
                      "length": 0
                    },
                    "notations": {
                      "length": 0
                    },
                    "publicId": "string",
                    "systemId": "string",
                    "name": "string",
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "xmlStandalone": false,
                  "xmlVersion": "string",
                  "strictErrorChecking": false,
                  "domConfig": {
                    "parameterNames": {
                      "length": 0
                    }
                  },
                  "inputEncoding": "string",
                  "implementation": {},
                  "xmlEncoding": "string",
                  "documentElement": {},
                  "baseURI": "string",
                  "ownerDocument": {},
                  "parentNode": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nodeValue": "string",
                  "firstChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "lastChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "previousSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nextSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "parentNode": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nodeValue": "string",
                "firstChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "lastChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "previousSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nextSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "textContent": "string",
                "prefix": "string",
                "childNodes": {
                  "length": 0
                },
                "nodeName": "string",
                "namespaceURI": "string",
                "localName": "string",
                "nodeType": 0,
                "attributes": {
                  "length": 0
                }
              },
              "id": "string"
            },
            "objectBinWrap": {
              "value": [
                "string"
              ],
              "id": "string"
            },
            "date": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "localType": "string",
              "standardDate": "string",
              "notBefore": "string",
              "notAfter": "string"
            },
            "dateRange": {
              "fromDate": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "toDate": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "id": "string",
              "lang": "string",
              "localType": "string"
            },
            "dateSet": {
              "date": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "localType": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "dateRange": {
                "fromDate": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "toDate": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "id": "string",
                "lang": "string",
                "localType": "string"
              },
              "dateOrDateRange": [
                {}
              ],
              "id": "string",
              "lang": "string",
              "localType": "string"
            },
            "placeEntry": {
              "content": "string",
              "id": "string",
              "localType": "string",
              "countryCode": "string",
              "vocabularySource": "string",
              "accuarcy": "string",
              "longitude": "string",
              "latitude": "string",
              "altitude": "string",
              "scriptCode": "string",
              "lang": "string",
              "transliteration": "string"
            },
            "descriptiveNote": {
              "p": [
                {
                  "content": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string"
                }
              ],
              "id": "string",
              "lang": "string"
            },
            "lastDateTimeVerified": "string",
            "type": "string",
            "href": "string",
            "role": "string",
            "arcrole": "string",
            "title": "string",
            "show": "string",
            "actuate": "string",
            "id": "string",
            "lang": "string",
            "resourceRelationType": "string"
          }
        ],
        "functionRelation": [
          {
            "relationEntry": [
              {
                "content": "string",
                "id": "string",
                "localType": "string",
                "scriptCode": "string",
                "lang": "string",
                "transliteration": "string"
              }
            ],
            "objectXMLWrap": {
              "any": {
                "schemaTypeInfo": {
                  "typeNamespace": "string",
                  "typeName": "string"
                },
                "tagName": "string",
                "baseURI": "string",
                "ownerDocument": {
                  "documentURI": "string",
                  "doctype": {
                    "internalSubset": "string",
                    "entities": {
                      "length": 0
                    },
                    "notations": {
                      "length": 0
                    },
                    "publicId": "string",
                    "systemId": "string",
                    "name": "string",
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "xmlStandalone": false,
                  "xmlVersion": "string",
                  "strictErrorChecking": false,
                  "domConfig": {
                    "parameterNames": {
                      "length": 0
                    }
                  },
                  "inputEncoding": "string",
                  "implementation": {},
                  "xmlEncoding": "string",
                  "documentElement": {},
                  "baseURI": "string",
                  "ownerDocument": {},
                  "parentNode": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nodeValue": "string",
                  "firstChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "lastChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "previousSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nextSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "parentNode": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nodeValue": "string",
                "firstChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "lastChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "previousSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nextSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "textContent": "string",
                "prefix": "string",
                "childNodes": {
                  "length": 0
                },
                "nodeName": "string",
                "namespaceURI": "string",
                "localName": "string",
                "nodeType": 0,
                "attributes": {
                  "length": 0
                }
              },
              "id": "string"
            },
            "objectBinWrap": {
              "value": [
                "string"
              ],
              "id": "string"
            },
            "date": {
              "content": "string",
              "id": "string",
              "lang": "string",
              "localType": "string",
              "standardDate": "string",
              "notBefore": "string",
              "notAfter": "string"
            },
            "dateRange": {
              "fromDate": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "toDate": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "id": "string",
              "lang": "string",
              "localType": "string"
            },
            "dateSet": {
              "date": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "localType": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "dateRange": {
                "fromDate": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "toDate": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "id": "string",
                "lang": "string",
                "localType": "string"
              },
              "dateOrDateRange": [
                {}
              ],
              "id": "string",
              "lang": "string",
              "localType": "string"
            },
            "placeEntry": {
              "content": "string",
              "id": "string",
              "localType": "string",
              "countryCode": "string",
              "vocabularySource": "string",
              "accuarcy": "string",
              "longitude": "string",
              "latitude": "string",
              "altitude": "string",
              "scriptCode": "string",
              "lang": "string",
              "transliteration": "string"
            },
            "descriptiveNote": {
              "p": [
                {
                  "content": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string"
                }
              ],
              "id": "string",
              "lang": "string"
            },
            "lastDateTimeVerified": "string",
            "type": "string",
            "href": "string",
            "role": "string",
            "arcrole": "string",
            "title": "string",
            "show": "string",
            "actuate": "string",
            "id": "string",
            "lang": "string",
            "functionRelationType": "string"
          }
        ],
        "id": "string",
        "lang": "string",
        "base": "string"
      },
      "alternativeSet": {
        "setComponent": [
          {
            "componentEntry": [
              {
                "content": "string",
                "id": "string",
                "localType": "string",
                "scriptCode": "string",
                "lang": "string",
                "transliteration": "string"
              }
            ],
            "objectXMLWrap": {
              "any": {
                "schemaTypeInfo": {
                  "typeNamespace": "string",
                  "typeName": "string"
                },
                "tagName": "string",
                "baseURI": "string",
                "ownerDocument": {
                  "documentURI": "string",
                  "doctype": {
                    "internalSubset": "string",
                    "entities": {
                      "length": 0
                    },
                    "notations": {
                      "length": 0
                    },
                    "publicId": "string",
                    "systemId": "string",
                    "name": "string",
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "xmlStandalone": false,
                  "xmlVersion": "string",
                  "strictErrorChecking": false,
                  "domConfig": {
                    "parameterNames": {
                      "length": 0
                    }
                  },
                  "inputEncoding": "string",
                  "implementation": {},
                  "xmlEncoding": "string",
                  "documentElement": {},
                  "baseURI": "string",
                  "ownerDocument": {},
                  "parentNode": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nodeValue": "string",
                  "firstChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "lastChild": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "previousSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "nextSibling": {
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "parentNode": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nodeValue": "string",
                "firstChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "lastChild": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "previousSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "nextSibling": {
                  "baseURI": "string",
                  "ownerDocument": {
                    "documentURI": "string",
                    "doctype": {
                      "internalSubset": "string",
                      "entities": {
                        "length": 0
                      },
                      "notations": {
                        "length": 0
                      },
                      "publicId": "string",
                      "systemId": "string",
                      "name": "string",
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "xmlStandalone": false,
                    "xmlVersion": "string",
                    "strictErrorChecking": false,
                    "domConfig": {
                      "parameterNames": {
                        "length": 0
                      }
                    },
                    "inputEncoding": "string",
                    "implementation": {},
                    "xmlEncoding": "string",
                    "documentElement": {},
                    "baseURI": "string",
                    "ownerDocument": {},
                    "parentNode": {},
                    "nodeValue": "string",
                    "firstChild": {},
                    "lastChild": {},
                    "previousSibling": {},
                    "nextSibling": {},
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "parentNode": {},
                  "nodeValue": "string",
                  "firstChild": {},
                  "lastChild": {},
                  "previousSibling": {},
                  "nextSibling": {},
                  "textContent": "string",
                  "prefix": "string",
                  "childNodes": {
                    "length": 0
                  },
                  "nodeName": "string",
                  "namespaceURI": "string",
                  "localName": "string",
                  "nodeType": 0,
                  "attributes": {
                    "length": 0
                  }
                },
                "textContent": "string",
                "prefix": "string",
                "childNodes": {
                  "length": 0
                },
                "nodeName": "string",
                "namespaceURI": "string",
                "localName": "string",
                "nodeType": 0,
                "attributes": {
                  "length": 0
                }
              },
              "id": "string"
            },
            "objectBinWrap": {
              "value": [
                "string"
              ],
              "id": "string"
            },
            "descriptiveNote": {
              "p": [
                {
                  "content": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string"
                }
              ],
              "id": "string",
              "lang": "string"
            },
            "id": "string",
            "lang": "string",
            "lastDateTimeVerified": "string",
            "type": "string",
            "href": "string",
            "role": "string",
            "arcrole": "string",
            "title": "string",
            "show": "string",
            "actuate": "string"
          }
        ],
        "id": "string",
        "lang": "string",
        "base": "string"
      },
      "id": "string",
      "lang": "string",
      "base": "string"
    },
    "multipleIdentities": {
      "content": [
        {
          "identity": {
            "entityId": [
              {
                "content": "string",
                "id": "string",
                "localType": "string"
              }
            ],
            "entityType": {
              "value": "string",
              "id": "string"
            },
            "nameEntryParallelOrNameEntry": [
              {}
            ],
            "descriptiveNote": {
              "p": [
                {
                  "content": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string"
                }
              ],
              "id": "string",
              "lang": "string"
            },
            "id": "string",
            "lang": "string",
            "base": "string",
            "localType": "string",
            "identityType": "string"
          },
          "description": {
            "existDates": {
              "date": {
                "content": "string",
                "id": "string",
                "lang": "string",
                "localType": "string",
                "standardDate": "string",
                "notBefore": "string",
                "notAfter": "string"
              },
              "dateRange": {
                "fromDate": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "toDate": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "id": "string",
                "lang": "string",
                "localType": "string"
              },
              "dateSet": {
                "date": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "localType": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "dateRange": {
                  "fromDate": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "toDate": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "id": "string",
                  "lang": "string",
                  "localType": "string"
                },
                "dateOrDateRange": [
                  {}
                ],
                "id": "string",
                "lang": "string",
                "localType": "string"
              },
              "descriptiveNote": {
                "p": [
                  {
                    "content": [
                      {}
                    ],
                    "id": "string",
                    "lang": "string"
                  }
                ],
                "id": "string",
                "lang": "string"
              },
              "id": "string",
              "lang": "string",
              "localType": "string"
            },
            "placesOrPlaceOrLocalDescription": [
              {}
            ],
            "biogHist": [
              {
                "chronListOrListOrP": [
                  {}
                ],
                "id": "string",
                "lang": "string",
                "localType": "string",
                "abstract": {
                  "content": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string",
                  "localType": "string"
                }
              }
            ],
            "id": "string",
            "lang": "string",
            "base": "string"
          },
          "relations": {
            "cpfRelation": [
              {
                "relationEntry": [
                  {
                    "content": "string",
                    "id": "string",
                    "localType": "string",
                    "scriptCode": "string",
                    "lang": "string",
                    "transliteration": "string"
                  }
                ],
                "objectXMLWrap": {
                  "any": {
                    "schemaTypeInfo": {
                      "typeNamespace": "string",
                      "typeName": "string"
                    },
                    "tagName": "string",
                    "baseURI": "string",
                    "ownerDocument": {
                      "documentURI": "string",
                      "doctype": {
                        "internalSubset": "string",
                        "entities": {
                          "length": 0
                        },
                        "notations": {
                          "length": 0
                        },
                        "publicId": "string",
                        "systemId": "string",
                        "name": "string",
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "nodeValue": "string",
                        "firstChild": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "lastChild": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "previousSibling": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "nextSibling": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "xmlStandalone": false,
                      "xmlVersion": "string",
                      "strictErrorChecking": false,
                      "domConfig": {
                        "parameterNames": {
                          "length": 0
                        }
                      },
                      "inputEncoding": "string",
                      "implementation": {},
                      "xmlEncoding": "string",
                      "documentElement": {},
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "nodeValue": "string",
                      "firstChild": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "lastChild": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "previousSibling": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "nextSibling": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "id": "string"
                },
                "objectBinWrap": {
                  "value": [
                    "string"
                  ],
                  "id": "string"
                },
                "date": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "localType": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "dateRange": {
                  "fromDate": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "toDate": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "id": "string",
                  "lang": "string",
                  "localType": "string"
                },
                "dateSet": {
                  "date": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "localType": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "dateRange": {
                    "fromDate": {
                      "content": "string",
                      "id": "string",
                      "lang": "string",
                      "standardDate": "string",
                      "notBefore": "string",
                      "notAfter": "string"
                    },
                    "toDate": {
                      "content": "string",
                      "id": "string",
                      "lang": "string",
                      "standardDate": "string",
                      "notBefore": "string",
                      "notAfter": "string"
                    },
                    "id": "string",
                    "lang": "string",
                    "localType": "string"
                  },
                  "dateOrDateRange": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string",
                  "localType": "string"
                },
                "placeEntry": {
                  "content": "string",
                  "id": "string",
                  "localType": "string",
                  "countryCode": "string",
                  "vocabularySource": "string",
                  "accuarcy": "string",
                  "longitude": "string",
                  "latitude": "string",
                  "altitude": "string",
                  "scriptCode": "string",
                  "lang": "string",
                  "transliteration": "string"
                },
                "descriptiveNote": {
                  "p": [
                    {
                      "content": [
                        {}
                      ],
                      "id": "string",
                      "lang": "string"
                    }
                  ],
                  "id": "string",
                  "lang": "string"
                },
                "lastDateTimeVerified": "string",
                "type": "string",
                "href": "string",
                "role": "string",
                "arcrole": "string",
                "title": "string",
                "show": "string",
                "actuate": "string",
                "id": "string",
                "lang": "string",
                "cpfRelationType": "string"
              }
            ],
            "resourceRelation": [
              {
                "relationEntry": [
                  {
                    "content": "string",
                    "id": "string",
                    "localType": "string",
                    "scriptCode": "string",
                    "lang": "string",
                    "transliteration": "string"
                  }
                ],
                "objectXMLWrap": {
                  "any": {
                    "schemaTypeInfo": {
                      "typeNamespace": "string",
                      "typeName": "string"
                    },
                    "tagName": "string",
                    "baseURI": "string",
                    "ownerDocument": {
                      "documentURI": "string",
                      "doctype": {
                        "internalSubset": "string",
                        "entities": {
                          "length": 0
                        },
                        "notations": {
                          "length": 0
                        },
                        "publicId": "string",
                        "systemId": "string",
                        "name": "string",
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "nodeValue": "string",
                        "firstChild": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "lastChild": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "previousSibling": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "nextSibling": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "xmlStandalone": false,
                      "xmlVersion": "string",
                      "strictErrorChecking": false,
                      "domConfig": {
                        "parameterNames": {
                          "length": 0
                        }
                      },
                      "inputEncoding": "string",
                      "implementation": {},
                      "xmlEncoding": "string",
                      "documentElement": {},
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "nodeValue": "string",
                      "firstChild": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "lastChild": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "previousSibling": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "nextSibling": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "id": "string"
                },
                "objectBinWrap": {
                  "value": [
                    "string"
                  ],
                  "id": "string"
                },
                "date": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "localType": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "dateRange": {
                  "fromDate": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "toDate": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "id": "string",
                  "lang": "string",
                  "localType": "string"
                },
                "dateSet": {
                  "date": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "localType": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "dateRange": {
                    "fromDate": {
                      "content": "string",
                      "id": "string",
                      "lang": "string",
                      "standardDate": "string",
                      "notBefore": "string",
                      "notAfter": "string"
                    },
                    "toDate": {
                      "content": "string",
                      "id": "string",
                      "lang": "string",
                      "standardDate": "string",
                      "notBefore": "string",
                      "notAfter": "string"
                    },
                    "id": "string",
                    "lang": "string",
                    "localType": "string"
                  },
                  "dateOrDateRange": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string",
                  "localType": "string"
                },
                "placeEntry": {
                  "content": "string",
                  "id": "string",
                  "localType": "string",
                  "countryCode": "string",
                  "vocabularySource": "string",
                  "accuarcy": "string",
                  "longitude": "string",
                  "latitude": "string",
                  "altitude": "string",
                  "scriptCode": "string",
                  "lang": "string",
                  "transliteration": "string"
                },
                "descriptiveNote": {
                  "p": [
                    {
                      "content": [
                        {}
                      ],
                      "id": "string",
                      "lang": "string"
                    }
                  ],
                  "id": "string",
                  "lang": "string"
                },
                "lastDateTimeVerified": "string",
                "type": "string",
                "href": "string",
                "role": "string",
                "arcrole": "string",
                "title": "string",
                "show": "string",
                "actuate": "string",
                "id": "string",
                "lang": "string",
                "resourceRelationType": "string"
              }
            ],
            "functionRelation": [
              {
                "relationEntry": [
                  {
                    "content": "string",
                    "id": "string",
                    "localType": "string",
                    "scriptCode": "string",
                    "lang": "string",
                    "transliteration": "string"
                  }
                ],
                "objectXMLWrap": {
                  "any": {
                    "schemaTypeInfo": {
                      "typeNamespace": "string",
                      "typeName": "string"
                    },
                    "tagName": "string",
                    "baseURI": "string",
                    "ownerDocument": {
                      "documentURI": "string",
                      "doctype": {
                        "internalSubset": "string",
                        "entities": {
                          "length": 0
                        },
                        "notations": {
                          "length": 0
                        },
                        "publicId": "string",
                        "systemId": "string",
                        "name": "string",
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "nodeValue": "string",
                        "firstChild": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "lastChild": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "previousSibling": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "nextSibling": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "xmlStandalone": false,
                      "xmlVersion": "string",
                      "strictErrorChecking": false,
                      "domConfig": {
                        "parameterNames": {
                          "length": 0
                        }
                      },
                      "inputEncoding": "string",
                      "implementation": {},
                      "xmlEncoding": "string",
                      "documentElement": {},
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "nodeValue": "string",
                      "firstChild": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "lastChild": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "previousSibling": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "nextSibling": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "id": "string"
                },
                "objectBinWrap": {
                  "value": [
                    "string"
                  ],
                  "id": "string"
                },
                "date": {
                  "content": "string",
                  "id": "string",
                  "lang": "string",
                  "localType": "string",
                  "standardDate": "string",
                  "notBefore": "string",
                  "notAfter": "string"
                },
                "dateRange": {
                  "fromDate": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "toDate": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "id": "string",
                  "lang": "string",
                  "localType": "string"
                },
                "dateSet": {
                  "date": {
                    "content": "string",
                    "id": "string",
                    "lang": "string",
                    "localType": "string",
                    "standardDate": "string",
                    "notBefore": "string",
                    "notAfter": "string"
                  },
                  "dateRange": {
                    "fromDate": {
                      "content": "string",
                      "id": "string",
                      "lang": "string",
                      "standardDate": "string",
                      "notBefore": "string",
                      "notAfter": "string"
                    },
                    "toDate": {
                      "content": "string",
                      "id": "string",
                      "lang": "string",
                      "standardDate": "string",
                      "notBefore": "string",
                      "notAfter": "string"
                    },
                    "id": "string",
                    "lang": "string",
                    "localType": "string"
                  },
                  "dateOrDateRange": [
                    {}
                  ],
                  "id": "string",
                  "lang": "string",
                  "localType": "string"
                },
                "placeEntry": {
                  "content": "string",
                  "id": "string",
                  "localType": "string",
                  "countryCode": "string",
                  "vocabularySource": "string",
                  "accuarcy": "string",
                  "longitude": "string",
                  "latitude": "string",
                  "altitude": "string",
                  "scriptCode": "string",
                  "lang": "string",
                  "transliteration": "string"
                },
                "descriptiveNote": {
                  "p": [
                    {
                      "content": [
                        {}
                      ],
                      "id": "string",
                      "lang": "string"
                    }
                  ],
                  "id": "string",
                  "lang": "string"
                },
                "lastDateTimeVerified": "string",
                "type": "string",
                "href": "string",
                "role": "string",
                "arcrole": "string",
                "title": "string",
                "show": "string",
                "actuate": "string",
                "id": "string",
                "lang": "string",
                "functionRelationType": "string"
              }
            ],
            "id": "string",
            "lang": "string",
            "base": "string"
          },
          "alternativeSet": {
            "setComponent": [
              {
                "componentEntry": [
                  {
                    "content": "string",
                    "id": "string",
                    "localType": "string",
                    "scriptCode": "string",
                    "lang": "string",
                    "transliteration": "string"
                  }
                ],
                "objectXMLWrap": {
                  "any": {
                    "schemaTypeInfo": {
                      "typeNamespace": "string",
                      "typeName": "string"
                    },
                    "tagName": "string",
                    "baseURI": "string",
                    "ownerDocument": {
                      "documentURI": "string",
                      "doctype": {
                        "internalSubset": "string",
                        "entities": {
                          "length": 0
                        },
                        "notations": {
                          "length": 0
                        },
                        "publicId": "string",
                        "systemId": "string",
                        "name": "string",
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "nodeValue": "string",
                        "firstChild": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "lastChild": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "previousSibling": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "nextSibling": {
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "xmlStandalone": false,
                      "xmlVersion": "string",
                      "strictErrorChecking": false,
                      "domConfig": {
                        "parameterNames": {
                          "length": 0
                        }
                      },
                      "inputEncoding": "string",
                      "implementation": {},
                      "xmlEncoding": "string",
                      "documentElement": {},
                      "baseURI": "string",
                      "ownerDocument": {},
                      "parentNode": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "nodeValue": "string",
                      "firstChild": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "lastChild": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "previousSibling": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "nextSibling": {
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "parentNode": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nodeValue": "string",
                    "firstChild": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "lastChild": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "previousSibling": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "nextSibling": {
                      "baseURI": "string",
                      "ownerDocument": {
                        "documentURI": "string",
                        "doctype": {
                          "internalSubset": "string",
                          "entities": {
                            "length": 0
                          },
                          "notations": {
                            "length": 0
                          },
                          "publicId": "string",
                          "systemId": "string",
                          "name": "string",
                          "baseURI": "string",
                          "ownerDocument": {},
                          "parentNode": {},
                          "nodeValue": "string",
                          "firstChild": {},
                          "lastChild": {},
                          "previousSibling": {},
                          "nextSibling": {},
                          "textContent": "string",
                          "prefix": "string",
                          "childNodes": {
                            "length": 0
                          },
                          "nodeName": "string",
                          "namespaceURI": "string",
                          "localName": "string",
                          "nodeType": 0,
                          "attributes": {
                            "length": 0
                          }
                        },
                        "xmlStandalone": false,
                        "xmlVersion": "string",
                        "strictErrorChecking": false,
                        "domConfig": {
                          "parameterNames": {
                            "length": 0
                          }
                        },
                        "inputEncoding": "string",
                        "implementation": {},
                        "xmlEncoding": "string",
                        "documentElement": {},
                        "baseURI": "string",
                        "ownerDocument": {},
                        "parentNode": {},
                        "nodeValue": "string",
                        "firstChild": {},
                        "lastChild": {},
                        "previousSibling": {},
                        "nextSibling": {},
                        "textContent": "string",
                        "prefix": "string",
                        "childNodes": {
                          "length": 0
                        },
                        "nodeName": "string",
                        "namespaceURI": "string",
                        "localName": "string",
                        "nodeType": 0,
                        "attributes": {
                          "length": 0
                        }
                      },
                      "parentNode": {},
                      "nodeValue": "string",
                      "firstChild": {},
                      "lastChild": {},
                      "previousSibling": {},
                      "nextSibling": {},
                      "textContent": "string",
                      "prefix": "string",
                      "childNodes": {
                        "length": 0
                      },
                      "nodeName": "string",
                      "namespaceURI": "string",
                      "localName": "string",
                      "nodeType": 0,
                      "attributes": {
                        "length": 0
                      }
                    },
                    "textContent": "string",
                    "prefix": "string",
                    "childNodes": {
                      "length": 0
                    },
                    "nodeName": "string",
                    "namespaceURI": "string",
                    "localName": "string",
                    "nodeType": 0,
                    "attributes": {
                      "length": 0
                    }
                  },
                  "id": "string"
                },
                "objectBinWrap": {
                  "value": [
                    "string"
                  ],
                  "id": "string"
                },
                "descriptiveNote": {
                  "p": [
                    {
                      "content": [
                        {}
                      ],
                      "id": "string",
                      "lang": "string"
                    }
                  ],
                  "id": "string",
                  "lang": "string"
                },
                "id": "string",
                "lang": "string",
                "lastDateTimeVerified": "string",
                "type": "string",
                "href": "string",
                "role": "string",
                "arcrole": "string",
                "title": "string",
                "show": "string",
                "actuate": "string"
              }
            ],
            "id": "string",
            "lang": "string",
            "base": "string"
          },
          "id": "string",
          "lang": "string",
          "base": "string"
        }
      ],
      "id": "string",
      "lang": "string",
      "base": "string"
    },
    "id": "string",
    "lang": "string",
    "base": "string"
  }
}

Basic Response example

For the identifier 28240:

{
  "id": 28240,
  "nameEntry": "Militaire Inlichtingendienst (Defensie)",
  "repositoryId": 2437,
  "repositoryName": "Nationaal Archief",
  "content": {
    "control": {
      "recordId": {
        "value": "489d662d-b214-4b7a-98e2-d01b253c773f"
      },
      "otherRecordId": [
        {
          "content": "https://hdl.handle.net/10648/489d662d-b214-4b7a-98e2-d01b253c773f"
        }
      ],
      "maintenanceStatus": {
        "value": "revised"
      },
      "publicationStatus": {
        "value": "approved"
      },
      "maintenanceAgency": {
        "agencyCode": {
          "value": "NL-NHDD"
        },
        "agencyName": {
          "content": "Doc-Direkt"
        },
        "descriptiveNote": {
          "p": [
            {
              "content": [
                "CC0 \"No Rights Reserved\" http://creativecommons.org/publicdomain/zero/1.0"
              ]
            }
          ]
        }
      },
      "languageDeclaration": {
        "language": {
          "content": "Dutch",
          "languageCode": "dut"
        },
        "script": {
          "content": "Latin",
          "scriptCode": "Latn"
        }
      },
      "conventionDeclaration": [
        {
          "abbreviation": {},
          "citation": {
            "type": "simple"
          }
        }
      ],
      "localControl": [
        {
          "term": {
            "content": "partial"
          },
          "localType": "detailLevel"
        }
      ],
      "maintenanceHistory": {
        "maintenanceEvent": [
          {
            "eventType": {
              "value": "created"
            },
            "eventDateTime": {
              "content": "2013-06-18",
              "standardDateTime": "2013-06-18T16:45:47"
            },
            "agentType": {
              "value": "human"
            },
            "agent": {
              "lang": "dut"
            }
          },
          {
            "eventType": {
              "value": "revised"
            },
            "eventDateTime": {
              "content": "2016-09-28",
              "standardDateTime": "2016-09-28T22:50:34"
            },
            "agentType": {
              "value": "human"
            },
            "agent": {
              "lang": "dut"
            }
          },
          {
            "eventType": {
              "value": "revised"
            },
            "eventDateTime": {
              "content": "2016-09-28",
              "standardDateTime": "2016-09-28T22:52:10"
            },
            "agentType": {
              "value": "human"
            },
            "agent": {
              "lang": "dut"
            }
          },
          {
            "eventType": {
              "value": "revised"
            },
            "eventDateTime": {
              "content": "2016-09-28",
              "standardDateTime": "2016-09-28T22:55:45"
            },
            "agentType": {
              "value": "human"
            },
            "agent": {
              "lang": "dut"
            }
          }
        ]
      },
      "sources": {
        "source": [
          {
            "descriptiveNote": {
              "p": [
                {
                  "content": [
                    "Wet op de Inlichtingen- en Veiligheidsdiensten"
                  ]
                }
              ]
            },
            "type": "simple"
          }
        ]
      }
    },
    "cpfDescription": {
      "identity": {
        "entityId": [
          {
            "content": "10648/489d662d-b214-4b7a-98e2-d01b253c773f",
            "localType": "HANDLE"
          }
        ],
        "entityType": {
          "value": "corporateBody"
        },
        "nameEntryParallelOrNameEntry": [
          {
            "part": [
              {
                "content": "Militaire Inlichtingendienst (Defensie)"
              }
            ],
            "localType": "authorized"
          },
          {
            "part": [
              {
                "content": "Militaire Inlichtingendienst (Defensie)",
                "localType": "corpname"
              }
            ]
          },
          {
            "content": [
              {
                "part": [
                  {
                    "content": "MID"
                  }
                ]
              },
              {
                "part": [
                  {
                    "content": "Militaire Inlichtingendienst (2)"
                  }
                ]
              }
            ]
          }
        ]
      },
      "description": {
        "existDates": {
          "dateRange": {
            "fromDate": {
              "content": "1988",
              "standardDate": "1988"
            },
            "toDate": {
              "content": "2002",
              "standardDate": "2002"
            }
          }
        },
        "placesOrPlaceOrLocalDescription": [
          {
            "legalStatus": [
              {
                "term": {
                  "content": "Rijksoverheid"
                },
                "dateRange": {
                  "fromDate": {
                    "content": "1988",
                    "standardDate": "1988"
                  },
                  "toDate": {
                    "content": "2002",
                    "standardDate": "2002"
                  }
                }
              }
            ]
          },
          {
            "function": [
              {
                "descriptiveNote": {
                  "p": [
                    {
                      "content": [
                        "De Militaire Inlichtingendienst heeft in het belang van de nationale veiligheid tot taak:"
                      ]
                    },
                    {
                      "content": [
                        "het verrichten van onderzoek omtrent het potentieel en de strijdkrachten van andere mogendheden, ten behoeve van een juiste opbouw en een doeltreffend gebruik van de krijgsmacht en naar factoren die van invloed zijn of kunnen zijn op de handhaving en bevordering van de internationale rechtsorde voor zover de krijgsmacht daarbij is betrokken of naar verwachting betrokken kan worden;"
                      ]
                    },
                    {
                      "content": [
                        "het verrichten van veiligheidsonderzoeken als bedoeld in de Wet veiligheidsonderzoeken;"
                      ]
                    },
                    {
                      "content": [
                        "het verrichten van onderzoek dat nodig is voor het treffen van maatregelen ter voorkoming van activiteiten die ten doel hebben de veiligheid of paraatheid van de krijgsmacht te schaden, ter bevordering van een juist verloop van mobilisatie en concentratie der strijdkrachten en ten behoeve van een ongestoorde voorbereiding en inzet van de krijgsmacht."
                      ]
                    },
                    {
                      "content": [
                        "het bevorderen van maatregelen ter bescherming van de onder c genoemde belangen, waaronder begrepen maatregelen ter beveiliging van gegevens betreffende de krijgsmacht waarvan de geheimhouding is geboden;"
                      ]
                    },
                    {
                      "content": [
                        "het verrichten van onderzoek betreffende andere landen, ten aanzien van onderwerpen met een militaire relevantie die door Onze Minister-President, Minister van Algemene Zaken, in overeenstemming met Onze betrokken Ministers, zijn aangewezen;"
                      ]
                    },
                    {
                      "content": [
                        "het opstellen van dreigingsanalyses op verzoek van Onze Minister van Binnenlandse Zaken en Koninkrijksrelaties en Onze Minister van Veiligheid en Justitie gezamenlijk ten behoeve van de beveiliging van de personen, bedoeld in de artikelen 4, derde lid, onderdeel b, en 42, eerste lid, onder c, van de Politiewet 2012 en de bewaking en de beveiliging van de objecten en de diensten die zijn aangewezen op grond van artikel 16 van die wet, voor zover het betreft personen, objecten en diensten met een militaire relevantie."
                      ]
                    }
                  ]
                }
              }
            ]
          },
          {
            "mdiscursiveSet": [
              {
                "content": [
                  "In 1988 ontstaan uit samenvoeging van de Marine Inlichtingendienst (MARID), de Landmacht Inlichtingendienst (LAMID) en de Luchtmacht Inlichtingendienst (LUID)."
                ]
              }
            ]
          }
        ]
      },
      "relations": {
        "cpfRelation": [
          {
            "relationEntry": [
              {
                "content": "Algemene Leiding (Defensie)"
              }
            ],
            "dateRange": {
              "fromDate": {
                "content": "2002"
              },
              "toDate": {}
            },
            "type": "simple",
            "href": "https://hdl.handle.net/10648/fa92c2eb-62fe-4764-bbef-387cfe53355b",
            "cpfRelationType": "hierarchical-parent"
          },
          {
            "relationEntry": [
              {
                "content": "Militaire Inlichtingen- en Veiligheidsdienst (Defensie)"
              }
            ],
            "dateRange": {
              "fromDate": {
                "content": "2002-05-29"
              },
              "toDate": {}
            },
            "type": "simple",
            "href": "http://hdl.handle.net/10648/1858ca4c-efca-4727-a3ad-2b355f71412e",
            "cpfRelationType": "temporal-later"
          },
          {
            "relationEntry": [
              {
                "content": "Marine Inlichtingendienst (Defensie)"
              }
            ],
            "dateRange": {
              "fromDate": {
                "content": "1988"
              },
              "toDate": {}
            },
            "type": "simple",
            "href": "https://hdl.handle.net/10648/94113250-940d-497b-b56e-d8048308f4d7",
            "cpfRelationType": "temporal-earlier"
          },
          {
            "relationEntry": [
              {
                "content": "Landmacht Inlichtingendienst (Defensie)"
              }
            ],
            "dateRange": {
              "fromDate": {
                "content": "1988"
              },
              "toDate": {}
            },
            "type": "simple",
            "href": "https://hdl.handle.net/10648/167c43e5-9f95-4d35-b613-ca8eafe2b70c",
            "cpfRelationType": "temporal-earlier"
          },
          {
            "relationEntry": [
              {
                "content": "Luchtmacht Inlichtingendienst (Defensie)"
              }
            ],
            "dateRange": {
              "fromDate": {
                "content": "1988"
              },
              "toDate": {}
            },
            "type": "simple",
            "href": "https://hdl.handle.net/10648/a2521656-e614-42a8-94fe-1ce7880dc872",
            "cpfRelationType": "temporal-earlier"
          },
          {
            "relationEntry": [
              {
                "content": "Inlichtingendienst Buitenland (AZ)"
              }
            ],
            "dateRange": {
              "fromDate": {
                "content": "1994-01-01"
              },
              "toDate": {}
            },
            "type": "simple",
            "href": "http://hdl.handle.net/10648/87202313-dcba-4c9a-9497-9cb0538a1b11",
            "cpfRelationType": "temporal-earlier"
          }
        ]
      }
    }
  }
}

id

Internal APE identifier of the EAC-CPF record. The same as your request parameter "id".

nameEntry

Name of the Entity.

repositoryId

Internal APE identifier of the repository.

repositoryName

Name of the repository.

content

Information in EAC-CPF-format, serialized as JSON. This part could potentially contain all the elements that can be part of an EAC-CPF/XML-document.