diff --git a/README.md b/README.md
index dd218fecf19b967364a2bbc77123186ad8f6c0ed..32cdb7aa4706530037715564f18a99db770301d2 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ Automated Pipelines and Mappings to integrate new data into the Digital Heraldry
 ## Usage
 - [ ] Add usage instructions, when pipeline is complete
 
+### Current order of mappings
+- [ ] Automate calling all mappings in a single pipeline
+* Call `map-tblBranch.py`
+* Call `map-tblArmItems.py`
+* Call `merge_rdf_files_into_kg.py` with rdf files to be merged
+
 ### Namespaces
 All namespaces must be defined in `dho_namespaces.py`. Each mapping script can bind all of these namespaces to its local graph by calling the function `bind_namespaces()`.
 
@@ -35,6 +41,11 @@ Uses the list of occurences of coats of arms in manuscripts from the OMA table `
 * `existing_ontology`: File link to an existing knowledge graph. If set, this KG is loaded before adding any new data. The old data, including UUIDs, is then not overwritten, when `map-tblArmItems.py` is run.
 * `output_files`: List of output files and corresponding format into which the results are to be serialized. The first output-object in the list is considered as preferred and therefore used by following steps in the pipeline.
 
+#### Merge multiple RDF files into one single Knowledge Graph
+Merging is done by the script `merge_rdf_files_into_kg.py`. The input is given as terminal parameters. For more information call `python3 merge_rdf_files_into_kg.py -h`. The output and if the content of an existing graph is to be overwritten is set in the configuration file `config-merge_rdf_files_into_kg.json`. This config-file contains:
+* `existing_ontology`: File link to an existing knowledge graph. If set, this KG is loaded before adding any new data. The old data, including UUIDs, is then not overwritten, when ``merge_rdf_files_into_kg.py` is run.
+* `output_files`: List of output files and corresponding format into which the results are to be serialized. The first output-object in the list is considered as preferred and therefore used by following steps in the pipeline.
+
 ## Important Dependencies
 * [rdflib](https://github.com/RDFLib/rdflib)
 * [Pandas](https://pandas.pydata.org/)
diff --git a/config/config-merge_rdf_files_into_kg.json b/config/config-merge_rdf_files_into_kg.json
new file mode 100644
index 0000000000000000000000000000000000000000..ce80799b356f08818214259c9a39c0f9bb9f61bf
--- /dev/null
+++ b/config/config-merge_rdf_files_into_kg.json
@@ -0,0 +1,16 @@
+{
+    "label": "Configurations to run merge_rdf_files_into_kg.py",
+    "corresponding_script_file": "merge_rdf_files_into_kg.py",
+    "_existing_ontology": "data/rdf-output/digital-heraldry-knowledge-graph.ttl",
+    "existing_ontology": null,
+    "output_files": [
+        {
+            "output_file": "data/rdf-output/digital-heraldry-knowledge-graph.ttl",
+            "file_format": "turtle"
+        },
+        {
+            "output_file": "data/rdf-output/digital-heraldry-knowledge-graph.jsonld",
+            "file_format": "json-ld"
+        }
+    ]
+}
\ No newline at end of file
diff --git a/data/rdf-output/digital-heraldry-knowledge-graph.jsonld b/data/rdf-output/digital-heraldry-knowledge-graph.jsonld
new file mode 100644
index 0000000000000000000000000000000000000000..0cb1cd2933ed1354d0c6e62f2b32ea2a168eb79f
--- /dev/null
+++ b/data/rdf-output/digital-heraldry-knowledge-graph.jsonld
@@ -0,0 +1,116404 @@
+[
+  {
+    "@id": "http://digitalheraldry.org/data#311b13b6-90b2-431f-a0c3-138f988af460",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#a41a882b-e4db-41b5-ba8e-1819d6b8afd9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e57819cb-90fc-47f8-888b-2b5340d5a16f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85869e93-1f47-4f3a-94f4-3403037642bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cotised"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9120ef3-e222-44ea-90de-7b11627d2d8f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002422",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6f9e355b-8969-4b17-97cd-1c81a0f1eadc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#426233f2-2d27-4ea4-934c-063fe7a31e4e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#42417a7f-34af-4447-baaa-da3e75a8bfc3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#8be2cc33-fd97-4af3-8e47-7b2cac214ef1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2422"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00422fcd-2150-4c37-9a1d-950a02833bda",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#5bad72a7-0cca-45ae-9d7f-64b6139fbdf2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ed5fc49-da9f-42f6-8031-11d9248ba241",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fcc9929a-b591-4d82-a3cf-402a1e1323e3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Erect"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b840589f-4329-42e3-9466-67169da36470",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5082480d-0e6e-4a8c-8aa5-5ac29a642d37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#76f4cf87-66fb-471b-9873-76d204001eda"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3bd94e62-f3de-4a7c-a3b0-12c62f1362b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c02ea6f5-2cda-45ba-81d4-ba27c7d2132d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd0632dc-dab1-4a38-8549-a7c8cc1ad804"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#699d9421-29b9-412b-96d0-612559e3bfdf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4ce14910-f95e-4030-bd84-80919e724969"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008755",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#630a744e-e7cd-4c15-9384-6927ee3e362f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008755_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008755_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008755_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008755_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8755"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#223eee96-7c17-42a3-a617-bf83cd7b18fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e88aec5-e136-4971-88f3-38c0aa7b9250"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0342e7d-9b43-431a-9ac1-1e32a5e8e8ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#46b7d9fd-02d2-435c-b993-52efbd02e155",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d560a9e9-9c1e-4d4a-bc7d-3fbc7e12f6de"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d50d9a17-0024-45e5-83e7-fc66288bca4e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d6418fd9-d3d7-4b57-baa8-bcc523e803ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c1c34c50-9b44-4bbb-87cf-24336d287e50",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab033c3f-aaaf-462e-be13-c99b95f46b5f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#edac58ff-6193-431f-a61c-d68a94f213f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#494594f6-7671-437f-aeeb-d5275317c7d3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2868e1b7-8224-4a3f-8977-0f5d5112d90c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002464",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002464_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6918f47f-2536-41f0-b900-8128f7fc20fb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#95b05c25-1ddf-47aa-867c-dc7b5cbe8b78"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2464"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#74f10000-dd4e-4250-988c-487afa97eeaf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4bc3e283-2ca6-48a1-90f0-d5869a72b738"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#66b4f8cb-8690-4032-842d-eb504412bc0f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d4078e33-b770-4637-a370-b919df3ce7e8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68136a2c-c22a-4ea3-9937-140c43800631",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031559",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "Tinktur von bend von B zu S geändert / uncertainty Tinktur von cross sieht eigentlich schwarz aus, ist aber sehr wahrscheinlich auf Materialveränderung zurückzuführen"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031559_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0c9bf2c7-073c-42d6-b47c-a9d43bec55d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dfcc5434-1943-43a7-b30e-a0f1021826ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31559"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4247",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 299
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003227"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "brunswiic  brunswiic"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9bf09bf7-d229-48e3-a7e6-045851c519a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d1a8bc4-a0b9-4836-9804-3cb28da303e4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4552",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 621
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002450"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "braderic"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4573",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 642
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002421"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "he van dudzele"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#(3:3)",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022974_B_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec1fb513-ac3c-4da4-9130-ea1abe98d7c3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee59d6c5-e586-4bc5-9db6-0bd0bbc1f398"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "22974_B_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#39913c2f-60b2-4ff7-b582-0dda4b326b35",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4095",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 46
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "licrs  lics"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031560",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#823aa9f3-6cba-4867-a19a-abc6bb53d045"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d206f0ef-610a-40b8-9a3e-281ae5a18c13"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e211a9ab-e98d-40af-b1cf-7e23db026409"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31560"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027524_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5fb27bb2-8989-4422-82a2-793fb65fdcbe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ebbd5e3c-ff24-4cc2-abd5-137d7a76814e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27524_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#34abed7a-9600-444f-ac33-ad8c994abb00",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c7d5981-89c6-4ebd-b86e-43ad4c681468",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c02c5493-82b6-46a6-908a-56eaaecc331f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006283",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#eeddc68d-971d-435b-97c9-c44904e521b9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6283"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4519",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 588
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004649"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004649_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "poockes"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007138",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c6bd202f-970a-457d-b5f4-d078c882621d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d88d7389-8ccb-4db8-bac3-7a97d40a7f88"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7138"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bd5dfec4-57d0-4000-bb48-af4433b2a929",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#45d9963d-fe7b-4661-bd9e-cc537aa6f060"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4f52b773-fd74-43f7-961a-fba6e12287cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a457a44-e832-4dd9-a536-7e895f3d15fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#253e8474-107d-4a04-a8c0-21d007e05e67",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6a96119f-f441-4bd6-a241-adbac4dde9b8",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crenelated",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#559bf37d-fa21-445f-a901-3e10eb4d3849",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#51ad4848-6000-471d-bb90-29a78ba015b3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad75aa1b-df71-4dc2-8b69-2d1a23bb1499",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e5dd091-4d5b-409f-8bd7-88799aedd592",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006323_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a0e38761-c361-49dc-8ba6-e7ac7acee3cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6323_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bull",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f2546c21-73b4-463b-8a35-67411171abfb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#060524a6-7dc0-4f19-bf38-81febe634757",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#640afa55-a826-4f08-874b-c9d9b4976af1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BendOfLozenges"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a56b31f6-a967-492e-96b5-5b62ae414c40",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07b534fc-48d1-4d3d-8388-68e7a23d6be9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c61d33f-67cf-49d1-a541-26418499561f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e4471a9-029a-4cb3-a1a5-0f3a51cd807e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f4feabf-d60f-4cd1-8cee-9c4583c8de26",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4559002-4e21-40da-9b07-78fc5d21f932"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#73447694-3b3d-4a63-bf36-fbca9934bdd5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#60733ee4-b0d2-4412-927c-bb270206e848"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b32f547d-32ef-4634-9722-3ab76b3e8482",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88028",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 8
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008267"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "17r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der herzoge von anhalt .viij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6cf7e54a-ccdd-46e4-a63b-1d723c2866b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2203bf49-d331-4eb0-9134-e9ced2806505"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ed34fa1c-5419-4160-8129-1adde2d67b11"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4316",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 370
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002764"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kapêllr"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b6e0e44-bc62-488f-95aa-7e134c4db20e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#37d2fc62-0735-4940-9a7e-303970a8ebf1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27a7d55c-f7f9-4362-b3e2-847bc10556e7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4289",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 341
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002688"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#13a37496-28c0-4cab-aba7-5ba08a2263d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#171b4a5a-c80a-4033-88ef-7fdb89ad5c6d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1bda68b9-6787-40db-bc11-a531097dc5ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f58c6e09-5a14-45dd-b92b-87416866a7db"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3000eaf5-0a96-438b-8192-a729681570c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#70412b0e-9775-41bb-b252-db1382daf3f6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#81d9792c-53cc-4805-9c91-bcfee0744ee5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a4639905-2101-4c41-846b-e972b174de91"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ebb50c1f-4a01-4dd0-922c-4edaabff7411"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#62b35a1e-e3ed-40c8-a7c7-aea6d64db15d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InSaltire"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16d6cb93-3440-41b6-9c95-bfaf66959a11",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#861de866-4587-4987-9259-5596f29ef6f7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f2aa72bc-e7a6-4f77-aa8e-5c6961dbab5a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb991f5c-1e8d-4a4d-af2c-98a3b4e73531",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#66bbc5ca-4976-445d-bfe0-544d9c77f099",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb3ee116-ce2b-48be-b74c-397c95fb62e8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a5ecb828-43c0-4f1a-9640-e8d13a1646d4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e01cf89e-ad35-48af-ab6d-f04d503e8240"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ed3e398-cacc-4f53-b4e8-c90a800b89e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#814ad933-42d9-48b9-a45e-9b5eccd962d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Estoile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a969c2e-0525-41df-8350-204575339a16"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e206634b-6170-4766-a1e3-dc3818d394a2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008670",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasEscutcheon": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008670_Escu"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fdbbe43c-7ba2-4d28-8b2d-24c1842899db"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008670_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008670_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008670_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008670_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8670"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#83a67588-d2ec-46e7-961a-fa6a81afb585",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4553",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 622
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006003"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "buekemeer  buekemeer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226_D_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7a1db8a-cbda-4f9f-9077-8a1525ae7e2d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002715",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7dce9add-01d2-46a6-b731-a8a89ae2bd65"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c788fce5-9351-4bee-a35a-f99f2ab42859"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e206634b-6170-4766-a1e3-dc3818d394a2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2715"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d38413e-2bcf-4ad8-9b87-4eb0bbceaf19",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007265",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tinctures"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007265_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f230bf0a-0b9f-4b04-965a-2837fa8229a7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8b53dcc1-0ad2-47c2-b71a-d733dc6a56c0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7265"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f63716b-53c3-4729-be9c-72fe8afefff4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#13ef7d8a-c209-43da-98c2-16c658500df2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0a091aaa-915a-4c10-bfda-90c1e56be732",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4207",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 256
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003176"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003176_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "blanckenê"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9a7d3f74-25b1-4fe1-83c3-383afcc2f419",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#456b4ed5-b829-49d5-bf59-a08631c11f18"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9bf18334-d93a-4eef-876f-6b6198270860",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a6633734-f17a-4142-8fea-dd2d32faf5dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gemel"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031559_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c36e30f-7df0-46cc-8cce-5e3143d7fd4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#62bc3f52-4769-41a7-8d25-3b99f2195054"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31559_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f22b082a-e9a8-4d53-a093-877c3e435119",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd4ce292-2b45-454a-9049-97972d09a31c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e94cc5f2-61e0-4adf-b415-d3e91a0362d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2ebe84f-b85c-457e-bd57-c788b177ec6b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#LineModifier"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#MarshallingType"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Mill-Rind",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee832e48-e8d4-4efe-82f0-f6cf6e3983f1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3db44ef8-b100-4135-b007-13989f56b7d5",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a77fa89-182b-4d4c-bccf-54987ce0edcc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d46f2718-c810-41e5-a971-d9869d4db5e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#42db8fdf-4b4e-4285-bfb1-76834e77f000"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69c7e149-8203-4c8d-a61d-61e3c9bc95ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0fa88f32-2f79-4e36-bdbe-b4f0de9181d6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#95eaff37-3e91-47e9-93e4-9c9d855a91c2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b57aa22-01df-42ca-8e83-a66c077de2a2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008676_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#da5a4b1d-13ff-4569-85f8-df7f07d92955"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8676_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021819",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b3d4688-2006-4877-a49a-94665584eb85"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#83c60857-836a-4ea8-b6f0-41e79dac32e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21819"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007880",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d9bf2751-7643-48a7-9ab1-b31e89e0c12a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7880"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a848950f-bad4-467e-b4f2-344fe24fc7b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016665_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a28812f-35bb-4250-ada3-3de8716b7906"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a7ee0589-07eb-4bef-afdd-3e04d80313c5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16665_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6bce0077-ed2f-4d5e-be43-cdda500b43c5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ce88e2a1-8447-46c2-9504-67497b78ad33",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f631bd96-f49a-4a58-b206-161786ae0fbc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#OrleOf",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc9c68a0-7f31-4b9f-878b-b3a82d4a8e19",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#741f4695-7c0f-4cc4-8c83-ab1f0d7e2f8f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f9fcf48-4aae-4244-848b-b2f87e711df8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b8f3440b-686e-49f0-ae47-d5e5fca2830d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4312",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 366
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002763"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "krayer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1962b1de-d420-463c-9610-21c03096641d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#10ef3ec5-2171-4dba-9263-50c9864ef1c2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb9b5b07-0d56-4c76-b823-a571e54bcd03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#deb74544-9709-44b4-b66a-125a7a2892f6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-45518",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 83
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000020687"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "253v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der püller  .lxxij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dfc4584e-3175-4cb6-9124-7eb90de42b10",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f3deed0-8a59-4c1d-9c4d-45aaac597f7f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002701",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002701_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e11a57b6-5283-45f6-99d8-9529c8ef7d85"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0bf3d058-65c7-4409-a920-4959de79b4df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8dc89bd-32ee-4b08-a903-706dc9c39300"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2701"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#48ef95f6-6dc8-4b05-8c52-a22e1ec8bb28",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#5aa25c71-4fb5-44e3-9f55-49c0ffa707b1"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#be2b2ddc-4d2d-4044-825e-ebd745ac9ff4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4ba5956d-7f10-4285-94dc-c1b6ebc8b955"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006403",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bae88e02-a272-4030-9cd7-4bef05331343"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5602c712-f47d-4399-bc5c-7611418e0b32"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#77edcba0-3473-4edf-9512-6f30315e30ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6403"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dcc904a5-e01b-4f5f-93e5-e6c9d781fdc6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e0d1f833-74b4-48af-a8ca-aa68c3498cd4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#49c93869-fb89-4379-8ab3-8fcf334b42d5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0bf7f83b-648d-4b59-babb-cdd447fc8333",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#171b4a5a-c80a-4033-88ef-7fdb89ad5c6d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#90e2e18e-f407-4c36-bb0a-c46d6b451731"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ceeece63-2bfd-437a-8c79-f434d2463e33",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88069",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 49
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031517"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "158r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der von sachsendorf   .xlvi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#165b79ce-e481-4abe-bb25-37637b16a142",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d037cfe-5a3e-419a-91f1-f01cb63d50d2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#91e1747e-76d6-43b5-b667-0aa9d4df94a3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027636_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb71ff2b-1f85-4cbe-9a0a-9c3a2bb5c917"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#91e3d5a7-0021-4d82-b162-f5a551bc0cca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27636_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#764b06fe-ed13-4800-a830-1df01814f168",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Greyhound"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9fc53351-bb83-4caa-b310-84b275509a11"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002739",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab25d145-bbc8-4455-b147-4a2c043f821b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6253d392-d798-4899-b62c-9dbcabf9f5d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2739"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f297a308-ed7a-49d5-a053-a306d62d5fa8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f4864416-53ee-4f51-98dc-098a5e6d89bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bf5bf265-6395-4210-99df-82310c0915c1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8ef14dcc-d00a-4eb8-ae7d-7a2c744e7e90",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#34a3e0a6-bbfd-419f-bad4-8cd3fc452e50",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b584636-22fb-4508-9072-b1d8b0c512e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#40d04752-2828-43e5-9c73-2b6b420bdaa3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9985c05-ba0d-45da-a66e-8072c1623cc5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#15693107-a4fc-4896-a8be-de5a0f7bbf47"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#47d141d1-db5b-463e-bdc7-33626f0bc1de"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9bdd929-e4c6-4184-ba66-ed69864acb0d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a037776-698b-460a-acf4-8bae1cfbc4d2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fa138440-d584-4072-953e-e1dcbb4becbe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee0ab143-2d0b-4bff-bf37-f239443aff06"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c6923a5-5eb4-4e79-a6ae-22198b7c9656",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#826364e2-aacd-45c7-8ba9-582fe5223e17",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004750",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d6455c5f-d0ab-42ff-8e5f-bd8fb9d18a5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5aae1cc2-53a1-49b7-bb7d-7d484c7b42ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4750"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3dbd51cd-d844-4948-80df-3bf9fa2bfa0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Birdcage"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#N"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aaba330c-eded-49c5-9922-221f5d4a7497",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f19c4e1-97ba-4d79-85dc-80b3a73ab230",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Roundel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ea9670d-ed27-4d07-b7d3-2233efe7ddf9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dolphin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#198f0046-8057-4c73-8d84-eb4acfa1462b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4c23b1a-8a8b-4ba1-9f22-5d66ebc863c8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#259275bd-ecfa-4038-9e35-4219d27ba9d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#168fa821-3945-4fb1-878c-d057bf03fb12"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006425",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006425_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a2020e39-7811-452b-bd60-9ac8c48c247d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5036b577-09d7-4e22-a886-84387a1e1e31"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6425"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021368",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#367d6534-8a82-4214-bf6a-962211d98843"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5d4bbcee-9a41-4e25-8b0b-e22c2d74b011"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21368"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6159fa29-e519-459f-b1c2-79c36352f620",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#446edf26-780a-407c-b5c3-da136ccd947e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8b93413c-8408-4282-9371-15248d9b7c18",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1de54677-4d5f-4fa6-9081-6a930e8e5733",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Of8Pt"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027636",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb850a85-774d-48a2-bb85-07613966a812"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27636"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#411a3098-2680-499d-a8ca-0a23df5513b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fd92c5b5-852e-4ab9-b2e5-6601ca6e0004"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4c20e6e-07ba-4105-96f4-d97516cb4736",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#84c50a6b-c9fd-451c-911a-96a8ca5c5059",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003744",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3baa1ad8-70b8-4c93-b156-d91ef5a910b5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d8195b74-1f76-4bfc-8b89-caa48c9d9366"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3744"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000526",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f2546c21-73b4-463b-8a35-67411171abfb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#81f0c4bc-9d44-4f50-b3e7-2a634ab53840"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "526"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab014b8b-75ee-431d-b5cb-94d98fb26297",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f9616776-008f-4274-bb2c-f2603ce58ee0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017737",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017737_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#991f2af5-ea3e-4b9c-aab8-636be450e44c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f16021a8-6f76-43c8-b459-4a3adb990071"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17737"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ccb5de5b-03b0-49a0-98ec-1a3f19de5a09",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4570",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 639
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002459"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002459_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hasbrouc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2567bc8-42ff-4859-a13e-f395c8151724",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#56edaa1f-5098-43d1-8355-5f79194b7f1c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8de0907-2559-44e1-956d-ca369b6f973c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#505aa09e-b7e9-424e-bd74-1df78f2e2659",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#be28b890-8b53-454d-9024-4bf514db69e8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dad060ab-30d5-41dc-adab-c3b479379ba3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#240143c7-27fe-4fd4-94f9-d9d3fe9c071c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54baa5e1-3695-4da2-83a0-50c5d76df908",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#57dabca6-19e0-4a8a-9f05-2f5b62a33ac7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d7e9c686-bf11-40f7-9e07-1a4a359e0133",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#03a95355-3e8b-42d9-bfd6-61fe55add16d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#83a9d83f-8137-4e7e-af92-351c9beea206"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#17de4673-794b-498c-9027-4a71418ba4df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4562",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 631
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002455"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "jan dreens"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006392",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006392_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dfc4584e-3175-4cb6-9124-7eb90de42b10"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a4d62dc-6a6f-4387-94e7-fd996e18e3b6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6392"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9462d1f-4c03-4a38-982f-a21d18df4b03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4299",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 352
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002692"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "thorel vâ baern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4542",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 611
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002422"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h colaert vâ den clite"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#93bdd024-72f2-460b-966b-8c7010c83bf4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Roundel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006296",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#14c8d953-05b1-4714-a458-4f7d6eca3bbd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f39cf98-6f15-43d3-99f3-1edbf0677f87"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6296"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pily-Barry",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db53b8e2-96a0-4fb3-bdd6-b290dd6f625e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9f8a0e63-680d-420b-9039-aa83f4de0588",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#e7653bc5-a301-4c00-8eaa-351d417d38d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e5e57cd-1182-4883-aa6e-01845acea2bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Star"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce0297e1-88f1-45cb-9184-4c2494cfa870"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3bd50f94-7099-40bc-8e2b-3b95594502f7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78706ddc-2158-4aee-9e14-6dbe153c2f97",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Millstone"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#97538f0c-a2c3-4eba-9e39-16487c26948e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Naissant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88124",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 104
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031561"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "312r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her reinmar der fidler"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c727b521-d7ad-42e7-82b0-3d3bc8152255",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#966c6bbe-3b02-4072-8c7d-3e1abb395da1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5aee989a-9804-43a0-a069-89336d6b02b6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8981e3c5-1dac-4310-b17f-08c82a04b621",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f0f25a5-8f8c-4f06-bdbd-a3b2069379a9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a2252c2-c370-4457-9174-35641bfb2dcf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#efa6b029-d432-4ac5-a3b0-6a49b9e0079a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e07b6d6-35f5-4694-84df-bb225b4f3562"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#1ac5929b-2b21-4cec-954a-0ecdc585ef23"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d7197dda-801d-4ee8-bda7-ea17473bdd94"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4226",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 277
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006238"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "herm' vâ zwalbach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c537e00e-ea4c-4118-a84b-e17dd1ce9395",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b1e0f3b6-e443-4b8b-b4ec-1d4b41f2c358",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2938a322-033f-43aa-af3c-78ef9ada9cbd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b727ab8a-4d13-43ae-a224-e20457b1ec28"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4501",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 570
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004384"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004384_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "namen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f847303-8b13-4fdf-9059-0d8c32ea02ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c45853ae-f03c-41e7-a066-32e052e0bb7c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#62d43afe-786a-4287-9488-a76612604f4d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002681",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#00bfe488-0473-419e-91a2-93ec0ee05c10"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#224217a1-48ca-43fd-aaab-700891fe328b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2681"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3e449972-509d-4253-ab3e-282aebe9323c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#007d8ec0-55cc-492e-82a7-0d9fa058f360"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ac18ae9c-b502-4c23-85c2-6dcc6d9473cc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f2843caf-6cc8-4286-9d92-65c72f5d76d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3a213788-e88b-4add-beae-e1004c6f3814"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4091",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 42
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007099"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007099_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "verson"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69763819-f676-4a96-9470-46e4f0f7d54f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#50b1653d-a675-4806-8631-6a5bfbf61b27"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a7ee0589-07eb-4bef-afdd-3e04d80313c5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#506d4856-9d3c-448b-baf1-8bd518b91c49"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4063",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 14
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000526"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bolooghien  boulogne"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fe6cb166-8837-403e-8663-3046ce932138",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c7f5f8c-f808-4576-a1db-a972e9a36095"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Fish",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#716045ca-75d6-426c-a943-54376f4262e0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#32d39680-8010-4702-8536-d79f182b2c36"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#385d7b26-bdb0-4e3d-b24c-8791d65409b5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#437a59c8-d036-4edd-a715-7a7e004620f0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#26ca2919-5cf9-4719-bc6d-1cb4f553ac88"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cf29d67a-46b4-4f4d-b561-d396cd1cda87",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dd1289b2-7f2a-4730-80bc-223335e31b27",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gorged"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002802",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added embowed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002802_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#38556fbf-859d-407d-81bc-2920e92ed546"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#48d56caf-89d2-4a87-8a6d-b2e82ee128c6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2802"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ca9384c-34ab-45d6-86a2-2feaa33763fa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#40f388df-f356-49ae-9c3c-19d870b52282"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8379e7ba-288e-4389-85c5-3cf59889aa31",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dexter"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a2002fc7-9d2c-4cbf-aba9-e7f468b98fd6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#583a6e5a-d67b-4cd3-ba21-194ffcb8f7f1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5bad72a7-0cca-45ae-9d7f-64b6139fbdf2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74162",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 71
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003820"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "graff withen zo affltel <graff von castel>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8195b74-1f76-4bfc-8b89-caa48c9d9366",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#015cebad-beb5-43a8-abfd-3242945840e1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007085",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant / removed crowned / fixed field_tinct / removed Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007085_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#004d9fdf-a435-4efe-b888-adcb52ac63bb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c95d4bbf-6946-47ff-9776-c6d95ced47d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7085"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f8d14e46-a615-4060-a722-09e1e3647e7c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3978373a-e26e-4333-bbcc-ba1de12c1cf2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cd5b2be7-d208-43c3-b2ef-469fb4618b21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006213",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fead6be0-cb79-4112-86d2-90d507430281"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#079fa361-003a-4963-91fc-bf63db850075"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#16bb511f-a925-41c7-b538-870f75caad6a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6213"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006231",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2cb3c411-71ef-4192-ba69-6cb02837021e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aa182aa-aab9-4a2b-b196-4d9c33d1d38b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6231"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#124656f7-142e-400d-96b2-dedcfc054d33",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d33c596c-467c-4bad-ac6e-0e867f77d3d1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e92845f-3564-424d-824c-4a5c3d09276a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#6117d41d-186c-4da6-b287-6d0cda5f3fbf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2d7cb291-c5ed-49cd-b570-23c9bb69d80c",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4046bb03-383b-421c-923a-6f77fdc2dea0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#90a61d9d-367e-4fbf-bf8f-bdc05d939d80"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#13625b1e-8873-4ce8-8301-57ec0ea36bb5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fish"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#90b9ed62-ed58-4d20-92ee-abeb02723cf2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ea2eb795-7bdc-4cb2-8a09-76163f74bfcf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#487fe6d6-7a79-49cc-b472-36ef45ade719"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa6a325d-4bb3-4c48-a6d0-37798e442105",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e14ca9da-2625-434c-8e41-0c1ad5e9094c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfHearts"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5d976574-662f-4b35-93a0-f491cf8782c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4c20e6e-07ba-4105-96f4-d97516cb4736"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a58b5d45-01f2-4cb5-a183-f2f247a61993",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#e62833e7-85ad-4426-999f-630de211d4c7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f7028728-be90-4a0e-a776-7c80207b3550"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1887f966-bd13-419b-bebb-c80169d23e0a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009378",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#20c101ff-7c1f-4336-8c10-75816548ea8c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0d2abd8-4984-4e36-8ed7-327a5427bc9e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9378"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88068",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 48
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031516"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031516_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "151r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von singenb'g truchseze ze sant gallen   .xlv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#851a957e-a68e-454f-b669-7a0ce1519bd3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4415",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 478
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002815"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "asscheberghe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031543_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a0a7a3e-4305-42dd-9060-73c43a256ea7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa918c26-ca77-4a1c-979a-4638f648b6cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31543_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec1a2b95-f007-4289-a646-95a77be1b8dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4171",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 216
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007206"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wertheym"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2529b550-20d5-4c90-83e2-0728a7b47ff6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4f7d7e3b-1157-422f-a3e4-a469d38ce0e1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dcd1309e-7899-40be-addb-f37fab8f2bd4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#df7a1ab5-0973-4d12-8419-6c6e11c1c479",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e2a20d93-5763-4c06-bf98-4d44594a1942"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b94a0554-d4d1-459e-9779-83bce9a07184",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c82479b-a725-46c6-b0a1-2a4d8a1db794"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ca3768ad-81fc-4c6f-b060-c6442c22398b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d75eeb6-4cba-4e78-a931-2a707be66e42"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b867645d-eb64-4c6f-8826-5e26b9aa18f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f83cad2a-ec39-4620-88c3-ae147d34f6c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#82bae744-9fa9-4302-a64c-329cb6bb4b75"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9b43027-f100-4e40-96f5-97ea6a3b97de",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07c2439c-d29a-4d71-b1bf-e6b86f152c7e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031547",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#27a6f174-6867-4981-b402-beaf054562b1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#42a6d6ed-deda-4dd2-9efe-1999b22039ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31547"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002583_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5fefbb8b-2ebc-4588-955b-4eb60147dc70"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e3d59364-f44e-4430-a072-ea22273f33c7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c6e1fe58-80b2-40db-8634-011ecc41c7ce"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f101dbd4-1f03-4791-ae1a-654c8f7e23ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2583_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c41b3a0-d208-41e0-8ecf-afc695346db5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4685222-0154-402a-8f3c-c29f6e582f61",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6415539c-5edd-45cd-afed-65eef98f214b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7b700a02-0405-4262-ad95-09b9361e5a04",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#4c23a591-1985-45f2-b045-1b6631c2774b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#7d71fe99-01bb-41e9-82eb-6097bc842a45"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7620b095-8691-4d0c-84c0-37c8a5cbd345"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f8ac1372-1003-40dd-9297-35518983ac4f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#736807dd-390e-49ee-a927-cf34324f529d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#BearsHead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f9e08582-66bf-459d-b681-c69081953e25",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d2ee19f-a355-4287-ba6f-56392e6d6d8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#50fcff88-afd3-47f5-bc89-44298ae6915d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a08c3d24-3cb1-4ca6-be84-2502cfec8240"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#28476906-c6df-4323-9771-7fe68c628014"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#56363213-75ad-4c19-9f53-414f2cedebc9"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6785045c-6c89-4396-aad6-0d12e59d0415"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6878e260-6278-4037-ac1a-ec68a96dadae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017508_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#eaa18105-ca47-486a-867f-11a869558445"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f8604cb0-3905-4877-84ad-15499e28d476"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#fd4dded1-b252-4ef5-b00a-354f7d1bcb79"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17508_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#LeopardsHead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Moorcock",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006237",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5aee989a-9804-43a0-a069-89336d6b02b6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5daa8f9-f8d7-4852-b341-070dc4fce9f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6237"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#20b4578d-0293-43ff-a71d-69c6c9002ad7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#367638f1-fe3e-4f60-b156-70273aeee7e5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#689a92e5-7664-46ca-93c1-660ebfc191f4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b05a03a7-ad43-48e1-9ed7-76299efa7cec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5580a0c4-36ee-4477-8c52-40d5abfe161d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#158dde69-9650-46f4-a273-682d0cb40aca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e62833e7-85ad-4426-999f-630de211d4c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f7028728-be90-4a0e-a776-7c80207b3550"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#741f4695-7c0f-4cc4-8c83-ab1f0d7e2f8f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Sickle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b62bd1a5-65c3-4377-9f60-c2ed2e955976",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Salient"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ba8ac3f-8bc8-47ad-aef5-3601ffb0539c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d721f477-7ceb-4c2e-bd9f-7979fea4f92b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a4a5d8a-059c-4b0c-82e2-c655124625b9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#25d4a122-bc50-4809-a2b0-697556172a01",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#000c2c72-e4d3-4332-b1da-b3a56741b5c0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9320d642-9e4c-4ce9-897b-738369286f37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006389",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006389_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a39b96f-ce90-407e-9404-278cbaa11b31"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#98a35c78-01b4-4b01-8a22-931ca58290cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6389"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4187",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 232
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007805"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "17r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vâ dacstel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fbaaec8e-4da7-4b4f-8827-992d8147b5e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb889167-288b-4dd2-b3c4-c20c27083f89",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4cd44e1-7404-42c4-b94f-d0b39af2a4b1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74129",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 38
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011299"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tolloieon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031516_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7217f4f8-82a6-457a-8e89-f436025b2cc0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a0a29aaa-4b68-41ff-87e1-30cd0b10f6db"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31516_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#216512a7-c3be-4477-bf53-f5c7b5b8ecab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#07736453-7272-49f5-9137-5376aa1e4a97"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#17fb7948-812d-4470-bdd2-670a6400568c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#742c0ff1-d1a6-4003-a89a-fdb2878c3737"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Langued",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002710",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#902e7a5f-22ec-485c-a3a6-7203a66a3e17"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2710"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FessOfLozenges",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b2447a54-364c-4efc-afac-b53d86ffe322",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Hammer",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003420_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa271d8a-ae1d-4dca-b23d-7b100785583b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb21c6f0-b2bb-4816-9f3b-f6af470fb50e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3420_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002825",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#060524a6-7dc0-4f19-bf38-81febe634757"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d763e20b-18fb-4497-8d0d-1e13eeed9d05"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2825"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006304",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#92ea7cea-661e-47ea-aa18-800320bfaba9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#372e2259-f452-41ac-80d7-0b9c8f282017"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6304"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Scissor",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#924c2451-eb4d-4e9f-af29-b83a1aca4f1b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2fdd9a72-8719-42cb-b440-9caf336e7a04",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38bd8d33-99d0-44f1-9210-5b382dae52e6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c4bb462-5b0d-4cc3-a0c1-42e19c3960f4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#EaglesHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ab5fa36-d44f-4183-a3c6-18c4c6b93c06",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Demi-Eagle",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#25c874aa-2eff-4ad9-a4ce-9e80174ad5cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f36d327f-6661-421f-a388-bf8dcb8c5537",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Tower"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008229_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#68fe5b99-6cc2-46b5-8717-fc770d8dd863"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ca3a4060-0174-4e93-80b1-0ac96ee5b6f8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8229_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002683_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4080149-d7ce-4c72-85d5-7f93fed0ad44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cdc4886a-d613-499c-9f33-a7a3b6514371"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a372e67a-7425-4cd7-93de-7908795bbf45"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2683_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dd2a5835-8312-4854-9619-b11ff4f21984",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d3021d4-71b7-499a-830d-36772ea1da69",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d78c5ffb-2413-4996-9171-f06eebeba919",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4344",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 402
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007264"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "29v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h hans vâ wenchê"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#(3:2:1)",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb7ba68b-b2fe-4178-8c52-79f99793fd9b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0acbc04a-5756-4873-b545-733d5b54793d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c666375a-3409-4cd3-b324-01cae7920b16",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#ba9ba7b0-77f6-428f-86bb-67f55abed35c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74156",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 65
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006073"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "putte"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21c74d80-105e-453c-8295-1c6395770f2a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000020385",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#93e22008-f79b-4be3-8319-a7725b405b76"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e6e73ba1-89e8-4643-b774-106d749f70ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "20385"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c3e033c-be67-49eb-886b-0fa932e6aa61",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1dc180d3-0758-4f39-b501-1089354e7ffe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008682_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dde59039-579d-4ee6-b4bb-eff647eade6b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8682_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c4d8209-5133-4d76-9bdd-881b4d2eb664",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#25ecc3b9-8eb1-49f7-9ed7-62deca382501",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f8ef029-e827-4a58-8a4a-60ef8985416b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031534",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb89975d-4451-4b4e-89be-cde70808b7df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31534"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006315",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#29232a10-d048-4c8a-a9fa-6436d4fece9a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e413b37d-ab84-4d23-bf10-043c0a6c6380"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6315"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-42974",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 47
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019621"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "149v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her wolfran von eschilbach   .xliiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d1b15b8-5b72-49be-a634-b2ec25fb5775",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002780",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9dade52-fb90-4982-898f-bb9c058d2fe5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a20549fc-7502-4157-ab4a-bc49c1c2da44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2780"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00fbe260-765d-4d48-87f1-798464aeeee6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1688a3f5-ae47-494c-b4ff-ba2f8ca35d65",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ca94abc-4f7d-4aec-ade8-672500c7154d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c2996c6-1271-48f0-8e99-67f96a22512a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007294",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b1b5568-3514-46c0-8795-98857ee694a6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#809c54e5-1a1f-49c0-a228-108311988c3e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e62833e7-85ad-4426-999f-630de211d4c7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7294"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3eb1864a-7af8-42fb-bb23-2eee9bda8a62",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#b93906a1-8a12-49fd-abbf-b9d39252ab16"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ec97bd28-0dce-41a6-a9e2-c8c38a871f17"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9d114d9-034b-4d49-b63a-f142ab5ee621"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#92e98383-e5c5-46ed-8a2c-7aec8ac7f101",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BarOfLozenges"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e2169637-724a-459c-8904-ae0c072f75f7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ImperialCrown",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d30488a0-951f-45b8-843b-0c1771b8db8f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4360",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 418
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006273"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006273_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lochou"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d9e4d6cf-6867-46c7-abcb-8bc8183309eb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PiedNouri"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e180136-51e3-4176-8c5f-60d65f0d3e30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#010491bc-8456-4bc3-b35f-9b9e63009e35"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8534e89b-03c1-4297-9bbb-63157fdc5185"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d037cfe-5a3e-419a-91f1-f01cb63d50d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mallets"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b551c9f9-5a91-4a54-ab02-63877f7d199e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Paly-Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#49591a63-c251-4fc0-97d6-dd9626f27e7a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#76d9d26e-20b7-4b21-a9e8-0ad5c74476b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021423_A_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4217e15-129e-40db-9c67-4607ba055e01"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b9d392a-6bea-4378-bfe3-421730d807fb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21423_A_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002668",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#42f5194f-56dc-4498-b513-654c227b12e3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2668"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#88eace0d-fed0-48c8-88e9-03c90fa6a745",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f37c7fd0-e2a7-4eef-8f95-5090735de1ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#75d818b1-ae34-4a52-96d6-f553c906fb1b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Castle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#67bd5d1e-86be-45ee-ab72-fad37096e010",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc2c6440-e254-45e8-b931-99e619ef79a8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6785045c-6c89-4396-aad6-0d12e59d0415",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12763",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 190
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009669"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "12r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "rosenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002698",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#800b23ea-55a3-4f12-883b-c9928e310b85"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d426862-a5f9-467c-8df2-28ffae7cdcaa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2698"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#857eb99a-efde-4968-aad4-d174c55ae759",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8534e89b-03c1-4297-9bbb-63157fdc5185",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Tree"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a36dbe1-90e1-45a1-a7b0-d46285d09645",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a3ed65cc-07fe-4fb9-bf61-569809fec1c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003607",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aeb2564-ac3a-47bb-938e-6b550aa17cb7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3607"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bfc7b55a-d9cf-4758-9dac-31723b24cb19",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#394bf06a-3f0d-46a0-bb87-bd867db17b04"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e57819cb-90fc-47f8-888b-2b5340d5a16f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e1c14ac-1412-43fd-bd9a-d7fcfbfd3246"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1f3bb0f0-d48b-4c42-b7c9-bd8cd0f2bb54",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#WheelOnPartition",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4dd50366-1ac0-4cc1-87b7-f545485511df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#85869e93-1f47-4f3a-94f4-3403037642bf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8bad8324-6929-4965-8397-85d0b177772c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ddfc5010-cb62-456e-aae3-cd9d5a056aa0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a457bf7-fdc1-4079-a413-534cb2734ddb"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#93bdd024-72f2-460b-966b-8c7010c83bf4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#03968e10-f760-4c2d-aafa-62cadc5ff3ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007265_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f9616776-008f-4274-bb2c-f2603ce58ee0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#35d1e3d3-e790-4362-aa7d-c4ea63577b1f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7265_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002426",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#da40dd43-fab4-49e4-b077-ee63ace24447"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#44f178c4-f3d3-443e-9fe1-20a95e58057e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6ae64a0-c802-41aa-8839-4679420ab696"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2426"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#162193fa-d82a-4252-b084-8d33c586220d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#5194507f-6afe-4fa1-972a-44a41f8565a8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4282",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 334
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007412"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "steyn"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Countercharged",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14372eb3-46ec-47d4-af36-89dab13aaa37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#29efe7bd-9294-4f55-bff4-2ada93298da5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fce95a58-3620-4ff8-aeaf-766fa1b9e8e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e4acad6-f116-4dbe-afcc-91da7b90e3b5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c38cf15c-8695-4134-b2d3-afe77843848e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003805_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c64991d1-329e-46f2-b18c-2b2d3cebaac9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4066573-c367-40b3-82ab-1e531a077688"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#c486fa58-a2e5-4d28-9712-45263ad6ecc8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#25b24d98-3a8c-4a2d-8848-4a431097e02f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3805_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006250",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#857ad85d-76e7-4d02-8cf4-f92aebceacda"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#91438069-8553-4648-a9f9-093388c76fab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6250"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dfcc5434-1943-43a7-b30e-a0f1021826ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b614395e-6e14-4c0f-ac89-ea5ef1a29f65"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12738",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 180
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009661"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h nyglis ghedda"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7bebcf11-5841-4221-af7f-4fc7a312fd17",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f56f78fa-563f-4018-8ad0-6b694d93bdcf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003450",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003450_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#86dc0bfa-02cb-49a1-9a00-ea18586cf322"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ece4e58d-d673-4db9-8321-d0e9858b643a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3450"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5fa90d7c-dc08-4aec-af17-7d52efc5eb0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008954",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasChargeOverall": [
+      {
+        "@id": "http://digitalheraldry.org/data#54ae55a4-ce93-48ae-b84d-49076b4c97a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#44724955-6618-4fb8-9323-0350275375ba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008954_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008954_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008954_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008954_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8954"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ea6ed709-afae-480d-b40b-0032d8f73054",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002800",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002800_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a853baeb-f13b-4b95-befe-ca11aedab33d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#be80f262-4b4d-4bad-b99d-9895e49e64db"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#87fad29c-c700-455f-8844-833af12273e0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2800"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002583",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002583_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd61127b-d31a-47b9-9451-01ebd516ea8c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#16d6cb93-3440-41b6-9c95-bfaf66959a11"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2583"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4216",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 265
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007985"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr jâ hasenson"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8323c6a9-d2e5-4e5e-9670-0e56b86188be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3daa2a3b-ea42-401a-b9a5-d07d64275e7e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab577aad-6818-4fdb-afbe-a83e1e2fc095"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3aa30458-84e8-4742-b723-168ddd10c647",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#19d91f3c-7c16-404f-a50d-df26c05526c7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#MarshallingType"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3e7edd60-585a-467a-a24d-644a0ba273a7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008220",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0359d272-db41-4f5d-99d4-68b3e78f6f8d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008220_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008220_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008220_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008220_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8220"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e21b0fb-8ae6-461e-a6ae-77d01ad1b6a7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#35ced68b-a52f-4df8-9fd8-b6eda26888df"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002440_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0f76534-940f-4fe7-a1a4-66d9ea1b8557"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#03769423-c4d6-47a3-b2a2-73afe6eb10fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4ab7bee-7000-4dbf-9185-0f7763e42be8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2440_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4549027-7690-4470-86d0-a4806fdf11f9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002797_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#16bc2694-37d9-4442-b676-2a138172b59c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a8662fb-6f66-4a18-9a40-ef32fcc9ff49"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2797_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4385",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 448
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006296"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "stenvoirt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e45a6ea-6a02-4afa-91e0-d7d88877123f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db059bdb-dcbd-430d-bb4c-de8b5aef6f3d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#297fb3c9-54c2-4dcd-b03a-c50e69c2abe0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Stringed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a2002fc7-9d2c-4cbf-aba9-e7f468b98fd6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ac8661c-2ad5-4c6f-9672-8f589a94b9ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Statant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#069b3adc-2ad4-4371-a4e5-6728ab5adf7f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b858fb00-01a0-4c20-80ee-5809d70ad6ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#08b6a2ec-2da7-46fb-a6ad-a0cdf079a39a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#0921c673-9ed3-48c2-8632-36b3fa490db2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40700",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 29
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005220"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "la bremollie <la trimouile>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ee429b3-8680-4924-8e77-ff986d26e4ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c15ebdd-f371-4736-9abb-1e77599d955d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#65d69c7e-fae5-4d0e-a1ef-626f7f06b5ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4e4ccb9c-e7af-4d93-a43a-4ab31ad3651c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fcc5688b-1ee8-49ee-b01d-aa6f4d8bae91"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9468d5ab-2e8e-4a71-a9bd-0dde4deb9ef7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#9327fafe-9dec-451e-a84c-e43a92b658c8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aa6d1b9c-a8b1-4bfb-95ae-da679cc982c3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#MountedKnight"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#494594f6-7671-437f-aeeb-d5275317c7d3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#edac58ff-6193-431f-a61c-d68a94f213f3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Direction"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b7c843e2-fd1a-4b2a-ad2d-ca2884bcc666",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027012_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#83e60e8f-160c-41df-a89b-3546647afda6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4dc81ac2-b3ec-471e-8bbf-2f6f42fc5da4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27012_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#66a7c0cd-4dbc-4913-80de-d3134ef313b5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#c39ad98c-fe06-47e4-bdd9-25791887b88f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#de1c44f3-1a25-4b5f-843a-a2468c9db87d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2bf0b362-11b1-4926-bcb4-ebb3724c7c2d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e9985c05-ba0d-45da-a66e-8072c1623cc5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29ee51a5-c671-4f35-8439-9153bf617ed8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69b84c8e-4c97-496d-b849-aab6e139efb8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24c58a2d-02ad-45b0-9384-c3f25f86776b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007388",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#90cda241-0f07-4496-a0f1-140e21386eef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9a7d3f74-25b1-4fe1-83c3-383afcc2f419"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7388"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#15213243-1952-4328-8ca4-cca11ce6c99e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007317",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0c38ff87-8fc6-4a6a-9837-11d3b2c3c8ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2b6f63a-463e-4909-9b70-5247e7f43fd3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#08b6a2ec-2da7-46fb-a6ad-a0cdf079a39a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7317"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#772c63d6-cfc2-4897-b54c-42df5892c193",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#95e8652d-9bbc-4537-a016-55dbc07984b6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4191",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 236
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002712"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "aernsberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4ebd7dd-fe19-4b51-9225-0ebf2018726a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#85b1b9f0-a909-4acc-a069-1ba4e7372d67"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87e600b8-ae4f-4f40-9df9-36d57a27dd44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e23ff7b-dbe5-45f3-8e9e-0f392d0d262f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be3c4c93-3587-406b-b199-b46cc3ab336c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88057",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 37
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031509"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "98r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her reinmar der alte   .xxxiiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006238",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#eafd0cf3-3d01-48ba-9858-dae3970cd8f9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0b32cc1e-9b20-40d9-9372-7001cf95732a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6238"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1caa748c-3dfb-4b99-9bb0-01d6ecb061ca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#da744968-b13d-4e3c-b541-3de1ec887b79"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74138",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 47
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027527"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kir berch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009818_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fae995df-487f-43bd-b380-2815c6788ac9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#80eadfd8-552c-42d7-91f5-c357b60806d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9818_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dd1ad094-031f-4a4e-a20f-0870e33e0d4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6070b970-0cb9-4e77-9e8a-60a1722de770"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7485608e-50fb-4a41-ae49-5aab249efaad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9051d455-990c-445b-8c10-8ead9e4bb7b6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a83a4b13-a124-4936-b099-724b5e40bb00",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9607a95a-531a-41d4-99dc-1a1c1431448b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c5a635b-bfb2-4d80-a96b-b02b7f42f947",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dragon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006926",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006926_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fdefcd2d-cee4-46e0-8aa0-dc56a9105e16"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb77845e-0e57-4a64-989b-dcb795dcb878"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6926"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#459f803a-3f07-43cc-9fb5-ef9ac3121933",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4405",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 468
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002808"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#70d96588-36aa-4256-9602-44d0a256a14c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa2ad633-027d-4fb2-878b-1197e6e1625e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crown"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42af8bf2-ee2d-49de-87ec-7739650e469c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e9683d7-5932-4d41-b98a-59dd4800b615"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027384_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a0fa1a1-32a3-4c72-8578-070cb574724a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#16031f6a-3eb4-4a42-8211-c0cab7b094d7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27384_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a38b7348-146c-4c14-a12f-d99eabcb4be7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f51382c0-4a77-4d6e-8538-2733d5f75ad6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e6386ec8-ed00-450c-abd6-eb8cc6cc80ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2cd8d602-74b0-4cf0-a013-054998124c03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0925bfab-ffa2-4882-82e4-cd4fcaa79422"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6070b970-0cb9-4e77-9e8a-60a1722de770",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#02f948a8-ad58-4a9c-ac3e-e9fc687cb297"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#7d5ee4c2-64fa-470f-8f7a-748412136ca0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Paly",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#292b2998-4c44-4693-a6f8-72ae777f0f26",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrestOfWings"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#23115330-d933-4eb4-b609-b3f0b6680199",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bc3bccc2-256d-40b8-80d5-74772b87426a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#3db44ef8-b100-4135-b007-13989f56b7d5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f8788ef-9a37-44bb-95a6-7874a9e445c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006040",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#99e41ebe-0dcf-4699-bbc9-9eef25684e1e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cfbd12d6-0e7d-47bd-b0a1-d9193c73cb98"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f0633ddc-4306-4897-91ca-4cd5a03c5dbf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6040"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002601",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b177228e-cdb3-45a3-a898-f8aa104539f5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e047a36-2979-4d01-ba1f-ba6f30596dd8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#1302245c-0dc7-4534-b594-41806e43367c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2601"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b3db5e1c-075f-463e-8d78-4a4488b3b5d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d6ec8a6-a817-4538-8285-5bb6d0ce5867",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003805",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued to Charge3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003805_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4c609b3f-adb8-4288-8b6f-0b3dbc24d07c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b43213d-34e4-45b5-a32b-41ea0647ba95"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#ea98b210-8cf4-4a89-b9ea-1e64b62c1cfa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#95f49756-9b4b-4770-b0e7-fdc98d0a560c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3805"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002723",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#73ff9aa1-b1f4-486d-ab9c-f2648ba57825"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#72309492-31d8-4a7b-8f87-9cddabd1626f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2723"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ElmBranch",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be5c5186-32d5-4d34-ada1-6ba7c22dcff5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pily-Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009663",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec2f40d9-faed-4b2b-b0d3-4039bf296499"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7294b75e-4088-4936-8cbd-7ffce0c7e436"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9663"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7fe81176-7669-47b0-9811-e9e59f5008fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002798",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d84a4cd7-0c20-4a2a-8142-6ec9f57496cc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2798"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f32bb63f-6ee7-424c-8c58-2f9a55efec44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fdbebaa1-43c4-4f14-9d03-d1ff07575c32"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b17f8708-c4d5-46ab-b764-6d790f02da8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee0ab143-2d0b-4bff-bf37-f239443aff06",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a037776-698b-460a-acf4-8bae1cfbc4d2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fa138440-d584-4072-953e-e1dcbb4becbe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a84d4434-0514-49a6-a745-a282ecc477a2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0b49989e-ca6e-4fc0-9a8d-3772c91f5b44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crescent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#6045855e-d108-4e2c-ad90-a76a23983441"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11e47f29-b2b3-4091-83ac-aa1c9eb10ca0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#b13d15e9-8370-42b7-b061-569f931580f6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b185a512-3380-450f-9aae-8cb2318ddf64"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#822ee67d-be8c-43d3-be5a-460ac0ac91a0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c18154a5-310b-46f2-998f-37979868c76c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#22f27269-8c01-476d-8a31-1bf4f5b9a5a5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#34e02044-4033-4856-b634-561682da87a9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc4b64cd-8952-4717-b0d0-3d1047f2b04d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#StarOf7Pt"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008152",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e9278324-ce1d-428f-abf6-bb2c1111959a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008152_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008152_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008152_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008152_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8152"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4167",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 212
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002696"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cronêborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008299",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#354bc947-a69c-4c92-929c-5c838bd90575"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008299_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008299_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008299_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008299_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8299"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#070f918d-d75e-4989-a223-6596d1acc5cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e957bdb7-fe80-474c-a235-462f08214859",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bd80ee45-cca1-4466-a286-cdcc12eaeb38",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8e5e13a-60e7-4c83-8244-a165be380b46",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f19c4e1-97ba-4d79-85dc-80b3a73ab230"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#927e7bda-5b41-421b-af01-9a7cb2f19c90",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Greyhound"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9788a31d-5bd6-49ba-bcd5-b78991173e69"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9a77963b-3045-4bb3-a492-4669ca407d96"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bbda5636-b903-42f0-b7d9-5173bea7eea4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#911fdb0e-1888-4845-a190-4e75ebf8527e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b132fce-b4b1-44ee-b1a8-6f8717e6427c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789_A_C",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a457a44-e832-4dd9-a536-7e895f3d15fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#29e9f48c-3444-4f36-9237-fc0936b1b5c6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789_A_C"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ea11d37c-8998-4b39-b70d-a72ac7cecb37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#cf29d67a-46b4-4f4d-b561-d396cd1cda87"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d25f7268-2aba-4d16-89cf-422a8a17f689"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008452_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f3298ff8-7cc4-47a4-b617-880796070775"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1eb80b41-c497-46aa-9f50-75c242ff05b9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8452_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022137",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cfb76ae3-2969-4c71-a0e4-d82d8430e1e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2bad7524-ed72-424c-99d1-a0a537a64b4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "22137"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#760d6a42-ffec-4199-8280-7036fa7d0d34",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a52de0c1-0cbf-45b4-86df-69d780db98b8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4068",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 19
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007758"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "grandpret  g..pret"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#66744c54-0688-47d9-97af-2342b29859bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#836e1a71-741f-4ad9-b585-ad503f7cf4fe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4571",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 640
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001660"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "huele"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008359",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8655246-3a37-40e2-b4f8-20d9a710c05c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8359"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006239",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bd80ee45-cca1-4466-a286-cdcc12eaeb38"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d5216fa4-a124-4f43-8c4e-d372cedccfb6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#409fb11e-0dca-4516-8498-9b087a5e7b76"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6239"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aea80545-5a14-4891-aced-ddcdf7ca7fae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Unicorn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#ed5380d7-7414-4289-b926-1a75dab0181d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4616",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 687
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002473"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002473_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wauer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4391",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 454
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003854"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die van heiden"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008452",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasChargeOverall": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c28aa1b-cf98-44ae-a2ec-66e1744cf05c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f8788ef-9a37-44bb-95a6-7874a9e445c4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008452_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008452_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008452_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008452_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8452"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4543",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 612
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008452"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h per' vâ muntaglot"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c5a139c2-801d-40cc-a14c-8686f2f86b42",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#7fb40d64-8782-4cda-9184-7b39f7ec86ab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56dbab79-2406-4aa7-a32e-9999fca6f1b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2233bb43-edea-4fff-bacf-c44b9fc0a239",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Swan"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002763",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fce95a58-3620-4ff8-aeaf-766fa1b9e8e9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2763"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27331067-80ba-4c58-a51d-36a6befbdffb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#83c60857-836a-4ea8-b6f0-41e79dac32e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c1ac4e16-b180-496a-9043-ae31fb226b56"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ae5db5f-9e65-4241-86d1-3178d6cb9da6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1cd6a07a-70aa-445c-982d-cfb1831ed8e4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c93ddcd-b089-4c06-acdd-c3d69a4d261c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#7fabbf06-805f-4527-86f4-268c53dc2292"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#736807dd-390e-49ee-a927-cf34324f529d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#356ef5e8-9439-4f41-9d7d-9608216f2e76"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#010491bc-8456-4bc3-b35f-9b9e63009e35",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8534e89b-03c1-4297-9bbb-63157fdc5185"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d7eb473f-482f-4ae8-ae8e-5667c416d782",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d322896-4e4b-4da9-b6bc-87408aa2dd60"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e55993c-b228-499b-acad-f7a2e4c43709",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8aace665-1124-4d0f-942a-0f739745b158",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4539",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 608
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006023"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "steenbeec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21d5e1dc-4cd3-408d-bb3c-828c6c67cbdb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c15b7646-4f5b-4d73-9b42-648c7c6bf5e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc343397-0ffa-490c-9640-d2297771f729",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f0db7c76-57ae-46e8-afc0-85727d63d585",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#03893a69-d803-4845-bd22-7b5672e6ea18"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#48512ff2-702c-4416-88d2-66131afa5982",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#385d7b26-bdb0-4e3d-b24c-8791d65409b5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#57dabca6-19e0-4a8a-9f05-2f5b62a33ac7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c489936-4ecc-4e9b-a629-88614aab07b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gamb"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#020477c0-3872-4259-b433-a175b72680d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02e11609-aec8-4386-8d77-f66e52e3b7fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e4b8bfb-3b46-4267-9d01-f436fec59281"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa25b5a3-4d4e-49d7-9545-5ba49ead556b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f576a1c7-9e14-4d02-978d-109c75ded626",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#723e47da-fb53-4c9e-bf84-17af1e3caf56"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f23114d-8562-4558-b95a-57b1953c8d9b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_D",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_D_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#568e33a5-565f-4fe0-af6c-b3012f94b8c1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b56e70ec-6221-4d81-99ce-e4e65e34785b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_D"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#53fa2e94-5b16-461a-877d-972ae4e481bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#067b8c09-df49-4c4e-b50d-551e2a9ef63e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74158",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 67
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027377"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "valkeborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f2d00a8-3854-497e-94b0-8a089a1328cc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b0bf4ee3-5b1a-4eaf-8886-59f554d569d7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6bdfad8c-42b3-4a6a-8781-7444b90795d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002464_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#41c34d02-2621-401e-a856-35638ee5ea34"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2bf0b362-11b1-4926-bcb4-ebb3724c7c2d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2464_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4559",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 628
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002457"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002457_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "he' vâ hekelbeec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#410f4033-a53a-4253-9794-ca6ea4f0d327",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#acd6b37f-f786-453b-bd99-1c8cf04e6897",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b14a7249-522b-419e-89a8-008331d3a791"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#18808747-7c5e-4d48-bc2d-1d65c4932a87",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tierced"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#10e1944d-4f8f-4e19-bb1d-13a947578a32",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b567e76-d8a0-4e1d-85c6-25e21f1f9d92"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#48d3b90a-060f-4b4c-9ba1-cb91ebf6e7b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#71f521d0-1055-4a49-ab09-79e66b2d4005"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0a29aaa-4b68-41ff-87e1-30cd0b10f6db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fbdd1c60-8807-4bd8-97c4-c8d76bbc0159"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4c3f72f-5f46-496c-bdf3-9ce1580ba346",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#71e16d3e-4cac-46ed-a830-8f5d9368ac6c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#266dbe62-7499-40d6-9b58-959616c93345",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#800b23ea-55a3-4f12-883b-c9928e310b85",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1830e292-439f-4ccc-b1c5-a03354bc4bd4",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a966ae15-46ad-47d8-8ebd-efa482947cd0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003818",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a6fde889-66f3-4939-ad15-66b2cbd8f7d5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8528972c-9747-49cb-8dec-a67ce78db18c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#007d8ec0-55cc-492e-82a7-0d9fa058f360"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3818"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a8353d7-534a-4465-a359-ab48e13e08d4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#079856af-66b4-4df7-baef-63f51a7fa0b9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1aa80f12-d07f-444d-a539-f91141923a08",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#831f245f-ae2c-4e01-9e75-1e05575ecb70"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a95bf355-5e5b-48dc-a9b6-c47cf94fac0a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4087",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 38
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006418"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006418_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "môbiliart"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7b64b4ef-e48e-4166-abc4-fa4090943fc8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b55e6ce7-b776-4405-9b3f-35fd35aaafa5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6bdfad8c-42b3-4a6a-8781-7444b90795d1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4061",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 12
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016114"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016114_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "stampis estampes"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9f2261c7-5e0a-4ab6-8201-095c2bf64fa8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Increscent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2db17cdb-68bc-4734-b175-abc18f51a3ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63cdf651-8205-44b6-8cf0-78a70a9b54c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b9e221f7-f14c-40d6-8c5f-bb4bb4c92182",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da744968-b13d-4e3c-b541-3de1ec887b79",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2073192f-7f59-47d0-b769-4766da44d701",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2eac7ee-376c-47bd-bc6b-3d9b886e3c24",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d2afd7a-24a2-4e2e-866e-625bf035233e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#965d3d09-14b9-4dc3-a27a-e446bd4767cb"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9857af71-d7f5-4e8f-a167-b1813feff837"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e92a3b7-9f2a-4e07-af5f-4dc438f3491f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4404",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 467
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006302"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die schecke vâ mervelt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f3f12d6-64f6-4fa1-a4c8-c149244487c2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#5cb2096d-e6ff-44b5-87c8-6ff12e18d446"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d38e398a-1c88-4e9f-b822-3eae3b8cb4bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69d5802f-0b15-46d4-ace9-331faf007bef"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8a1ad538-7082-426f-a099-28741b964924",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fesswise"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#70aab849-65b7-421f-9450-28204b597fc4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4538",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 607
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006403"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h' rogier vâ limbeec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5df84d0d-af4b-4d10-a787-77775161390e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7667aed0-41be-4b6b-bac8-03441494a456",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8a6fc4fb-0554-47d0-9220-32cdb19cfff8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e86f5251-6bce-48d8-9565-d1f340f11b08"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eed76fb0-56e0-4aa0-9a77-108506eb15fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Empty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#debc0848-67c7-44a3-a902-0d45373604b4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50b9734c-55e9-40d5-abb7-479ecd9f08f9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a56294f-00dc-459f-8ea4-3eb7dbd85f44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5ee56f23-be61-4d76-b21e-001882696f1f",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008676",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#080dd8bd-7051-41bd-a89c-9afd4dae7e60"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8676"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4bf1a83-72ec-4cdc-b9b3-d74d6acd1351",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f877d271-b268-448b-a898-7994db7795fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4944a8a-2246-4785-a79f-2f6b1e9d9c09"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002451",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#698961ca-bf0c-4146-b911-e813cd8ceefd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2451"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aed97d4e-b211-4eb1-bf3d-7e9b002bd004",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#899f5f44-51df-4b3e-8cec-91e416620c6c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a5461d8c-00d5-4383-b5bf-0320b02f430c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc58170e-663f-4304-a494-c9ee04f6b4a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1caa748c-3dfb-4b99-9bb0-01d6ecb061ca"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0c07e8b-1a41-4db8-9713-ec5eefec8dd6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0c9bf2c7-073c-42d6-b47c-a9d43bec55d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29e3ce1a-4169-4c5b-a13c-df16df538bde",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e7627448-d2be-43d6-8226-4d04eae5d8bb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004384",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued and rampant to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004384_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d21deb0-2a6e-410a-b616-7247b413fb9b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1962b1de-d420-463c-9610-21c03096641d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#5d976574-662f-4b35-93a0-f491cf8782c6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4384"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027639_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5bca011-89c3-4af7-a5c2-7eb2c7b2de0b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27639_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4ac22236-c586-4fd0-a011-d7ec23a3a738",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#a5829ce8-4e05-43bb-a293-1013d177ed4c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cac667b7-209b-492c-92f7-f576690ea6ab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a7b8a69-e5c9-4765-ac53-41988b5cf528"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9442d299-78d8-49a9-ab40-f47687ce80b6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000028763_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#201e936f-7982-4dbe-a4df-0c4501850732"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab168770-e9db-4ae9-8c7a-31372bddb944"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "28763_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4587",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 657
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000396"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "mechlin"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002910",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed field_seme / fixed tincture of Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002910_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#67826919-8fed-4acd-bf37-355fa1d0e40c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f09dbb63-5b82-4a48-a50d-f27ab52872b0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2910"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002779_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d94b7f5d-2c6a-4c99-8112-f84c50c58811"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2585afcd-1a81-403f-9a06-967b6c25eee1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2779_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226_D",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued and rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226_D_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f51382c0-4a77-4d6e-8538-2733d5f75ad6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#61ae7e0a-13c5-4288-a42f-ef54b3871f3c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8226_D"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4256",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 308
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006250"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ridberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002787",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant, armed, langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002787_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ba6fedd-4d91-465a-aa17-de985a7f8383"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#01a9f6bb-dcde-4fc0-9bff-ec86fb98860b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2787"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#WolfsHead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#274c4148-d196-4baa-a369-66f86d24d736",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#ElmBranch"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#with": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ff6eafd-dfb2-47cd-88fe-c688a2ab1e88"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009657",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#493c4b02-ca46-4afa-8031-7ec0b0395241"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9657"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a25af3b6-adf1-4591-9535-bdb5f0a31fe9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_C",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_C_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4240deb-81e8-4806-96f9-83a8e7b3b0f5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#801a8cd2-331f-4350-a4d7-7fd97535eeec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_C"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9157a1a1-9403-4e6b-942d-ca5f893715f6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cfbd5f95-c1ec-4b73-b0f4-c09acd18fd12"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4733307-0768-494b-b867-a22b6a1d5f8f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f25ec8e5-69ac-4643-897f-dda96aea6d4e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9eeb3c15-ad4a-4bae-a472-c632c0f554b7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bea0c127-13b5-45fb-bb33-cd8c6b3f7206",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016396",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added tincture fro gorged / added statant as modifier / changed talbot to dog"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016396_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#813296db-b3d5-4fac-98c1-14092e57018a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c3d58bd-45bb-4301-8a3f-bc91ceba9193"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16396"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb3ee116-ce2b-48be-b74c-397c95fb62e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escallop"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#451c199f-6a41-4c87-90d7-6ab91bdab5db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#54b09425-e547-4d15-90c3-3256ec739afa"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#210c9749-c165-4060-bc59-9c6f6de8a129",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#18d71749-9291-4362-8b3f-9f338637753e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88098",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 78
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031540"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "247v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von munegur   .lvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5a230f0-b42f-4937-bed5-07d87612de45",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5f568fa-9dc2-4d32-8b39-e8acb1ade080",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#800959d6-b2ec-4289-828e-3aef62288f59",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#35d0a682-b236-4652-bd1f-6b69f43973e8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4859526b-0df4-4f08-88a7-6953cb6750a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4cb30439-8614-4ea8-9838-cb0efe25f503",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dexter"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#815ce8d1-f7ca-472e-b109-3b38371faf7c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21d9dc09-5620-47e0-ba73-a939f5868bad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb21c6f0-b2bb-4816-9f3b-f6af470fb50e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b54fe141-ccfd-4f25-b578-87c0391fe1ff"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a74fae07-a470-48c9-a436-5e5a4ae28950",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74122",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 31
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000307"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "<bauffremont>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b794af1c-2512-4282-ab82-2a7acee02e8b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#572d0c1e-6471-45f6-a8c9-a3890724a466"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#99ae895d-e050-4925-936b-a302e8ec268d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#8bce3ae1-4319-4faa-859e-99814f2ee64f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c4cd5183-a661-41c7-b9a3-b917967d2e28"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb025e89-4ead-4ac5-8b9a-d314ecc80d5b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f46ec5f7-6bc9-42de-bd4a-810adf8dda07",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#55405f85-3aac-4274-bd11-3de20a5f053c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dcc3e5ef-2d42-4715-8322-6a1ce1c94015"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#378aa712-3bd0-46fd-b556-999d8ed0ef60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#44f178c4-f3d3-443e-9fe1-20a95e58057e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#c29ecbfb-a380-4bdf-b354-6b6d3ab71443"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f6ae64a0-c802-41aa-8839-4679420ab696"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d50176c2-f3a2-44a3-ae68-7a7d1d2deb83"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#81044dfe-63c5-4bfc-8384-055519eac875",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c7f28e5-e338-4545-980f-109da71529c9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e0aeb16-da91-4d54-b081-fe8a4cba54f4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9bcae002-eb24-4fc9-9c53-fc5fa7b40c9a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a2fa5d82-e4e2-48ed-a4a4-04ea9810dc81",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7048e67a-84bb-4cd4-a5ff-7887d5d98595",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4355",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 413
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006279"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vonerste vâ tornow"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016114",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016114_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f0338a1c-6461-4001-843f-906e33dd2577"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a12a6b9e-18f1-46a8-adde-f560c03b2033"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16114"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9f9f49be-dda4-4f56-98bc-adb5037ce060",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c5f2327-4caf-441e-affd-5c49f295ce83"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7620b095-8691-4d0c-84c0-37c8a5cbd345",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#4c23a591-1985-45f2-b045-1b6631c2774b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#7d71fe99-01bb-41e9-82eb-6097bc842a45"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a3ed65cc-07fe-4fb9-bf61-569809fec1c1"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d7ecf131-d3d5-4be9-a630-b8169bb0eb44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24b1761b-eee6-40d6-8642-3e9de0c9fa13",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#26aca2f6-8ae0-4a6c-8e37-4a1536404ee3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd8e9bda-7f22-45c6-bae1-ac86312ced84",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0c4f4760-9491-4e1d-9842-a306aa0c6490"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006610",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c55515e9-ab95-46bc-bf8e-bc67b9cd62ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bf481661-76b6-4ad8-862c-2aa693b9eed5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6610"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40687",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 16
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000018944"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "9v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes de très magnanime et puissant roy du portugal"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a285dfc2-b494-4cbd-a359-3eb98c5cd627",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee74b7a7-50cd-40e2-9809-89a540ad86ea"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c75b1f3-733b-41b2-a19b-78bf8fd47656",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4518",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 587
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002437"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hrzele"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee8c6e81-6fb4-4b1b-891d-905e754052dd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#9eeb3c15-ad4a-4bae-a472-c632c0f554b7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f25ec8e5-69ac-4643-897f-dda96aea6d4e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d06b1558-d57d-4efa-afb4-ad5830505b5a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#DoubleTressure"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#890cba66-0eab-4838-ae50-4f12dd74d8d8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016446_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a1a34f79-d0bb-4a8f-9dde-f9867e2081e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#53c4ab1f-c4fd-4f56-b246-3541be3eeb0c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16446_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f4354f2-c08f-4a08-b04f-611ee779f011",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ba52c9a7-88e1-4c9f-b37d-66670c3a9e39",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd9d9420-b68e-4efb-9bfe-10689b323ce7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6864e9f2-7615-4ea5-91e5-333365efcf79"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Harp",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031504_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bb1a24a9-f5b0-4fd9-b30c-5778c424a455"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#21785ccc-6949-4db2-8cf9-0cadcf5e871a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31504_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008677_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dba4cb21-78eb-41db-b70b-cab2951d0a92"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#603d2ed0-4b95-497c-89e2-2623109c0c55"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8677_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dolphin",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b498926e-6adf-4ae9-b528-a7ecc04e92da",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#37ed2997-b79d-4e51-9a71-de626db52b08",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4245",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 297
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002740"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der vûlnuenhord  der vulnenhoû"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dba4cb21-78eb-41db-b70b-cab2951d0a92",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#12e43ed9-f3ce-44f2-891b-5b59c806925c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Antler",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007119",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1887f966-bd13-419b-bebb-c80169d23e0a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e15ef04a-5928-476e-b5d4-9a5f637c97c1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7119"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31f68271-e286-4bbd-a6bc-7b08341f1ab6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae73a714-5f96-43d4-a01e-207852380d11"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c00948b0-ffcc-47be-8467-f8a12ffca450",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4632650-ea40-455c-a576-7a8b5273db1c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016815",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d8a56bc3-091c-4e45-9a9f-a80b22aeb153"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#54ed564d-4375-40f9-abe4-0fbc7fb61717"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#5573f87a-eb08-4982-a5c4-10975f697497"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16815"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#199c1b79-354c-4114-9630-5a5a8f46e4c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027012_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb9db552-f6d6-4b11-814c-3f947ae01279"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27012_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2e900ad-13d5-4e38-946b-514b14baae2d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Banner",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ModeOfCoatOfArmsRepresentation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002839",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#404051d2-a9fc-4dd3-8ec8-70a0257410c5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b5a6473-d23f-4d68-9621-2dc5e582bcc4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2839"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8579a530-2ae4-4c45-a48f-51cd13604e7a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f8bdecab-8e23-4a1c-8420-f2b7f5bea204"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d4136b2-28ed-48d5-9719-67e86372c7ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Naissant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4214",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 263
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002720"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "dierstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e94cc5f2-61e0-4adf-b415-d3e91a0362d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e88c6b4-d7ea-4f07-8c65-0185dc87e75f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ef6cae35-aabd-4d2e-b6b6-e960af58f401"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd4ce292-2b45-454a-9049-97972d09a31c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88033",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 13
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010921"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "26r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "graue friderich von leiningen .xiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0fc00603-1d18-4752-986d-c0b6f06b09b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ece08491-a93a-4b1d-aa21-a6e47b74e9fe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2af1bf00-a782-4e68-bb54-c5ddaa20233f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ef1294fb-f1ec-4bac-bfe4-555eb8643d6d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#70b77ef7-de1b-4376-b9a4-eeda1b195b53",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#6bce0077-ed2f-4d5e-be43-cdda500b43c5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#95075128-0078-4c96-9faa-b4d321aa187b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7bb26188-c770-4299-99dc-40fbd6062f8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f63716b-53c3-4729-be9c-72fe8afefff4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ffeacbd-3120-4b33-b7be-ec0b92b62a27",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mount"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006018_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#23a0e40a-e9d0-4275-a134-2a85b876b7d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#71b84426-6546-462b-bea3-b84a44583aed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6018_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4c5fc9e-3372-4fba-806b-04f515f084ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db9a7ba4-8660-4b0b-a867-33e29bc97ac0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007130",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed molette to mullet"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007130_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d330420b-4b59-4c5e-9a0c-99f4db70e7b9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#efa6b029-d432-4ac5-a3b0-6a49b9e0079a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#1ac5929b-2b21-4cec-954a-0ecdc585ef23"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#a621c0be-4492-4587-aa64-537347fd49d5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7130"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d84a4cd7-0c20-4a2a-8142-6ec9f57496cc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee344cb4-5ead-4f84-93e1-f3bd855e39fa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#64092b84-1e15-4569-bafe-20fb2fc41fff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fe605847-ebc9-4c82-a420-588f2abbf55c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4231",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 283
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007750"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "beyen  beyern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#48881683-0a52-4e32-939a-0e8f9cc7d6fa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#431c5f56-91af-46ff-ba43-6ac2e22a31c0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008991_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6f60f09d-633d-4a0a-a32a-0e656723aa1d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8991_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a3d7b2bf-6a28-4ebd-ac15-d10892a23fd7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#HumanHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cotised",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#04b67da6-1ee2-43ab-ab49-192dcae1b144",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eeddc68d-971d-435b-97c9-c44904e521b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Paly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29d49987-97c7-4f1e-9e0b-9e55057d2189",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e984e0a-1720-4165-b57c-3e9046d991af",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#313b8e84-ee9e-4aa1-a7a1-e66bc7b40f12"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#23f30aa2-a187-435d-bb08-b5ee271ab4d4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e45999e4-b911-4d9a-a53e-2e3795435a39"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4460",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 526
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006325"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die rauen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7339662b-e2fb-4187-b75a-febed137673a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e218973-9f73-48a9-98ad-5948ff32dceb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#409fb11e-0dca-4516-8498-9b087a5e7b76",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d31286a1-26b3-4420-84fb-20452e255022"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4287",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 339
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002684"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "arkenteel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009943_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant, armed and langued to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009943_CoAF1_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ef13599d-c189-46c3-9629-c5ed6be5a048"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#36d19cdf-1bb4-41da-9524-cb8a5b43ec32"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9943_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d819b53-f120-4791-a95f-4d0c12cb37fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#32889228-216f-4635-9e25-0d78b5a29cd6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#f11f92c1-325b-440b-a5e4-ee94fc55fc64"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fa4499c6-a677-48bd-818b-af9be5193dc6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31fb1ccb-46e5-4249-a23d-55832fd34ab9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c6654b26-edbe-41b5-ada0-6e8162c59ee0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07c6ca40-3187-42d2-ae28-736280b0cadf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#01c0f633-8e86-4a99-8ad2-919b9c79a65c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bb17025e-ca58-4beb-88d6-11537ca82bc3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#caf01eef-3e71-48b4-93b1-7739eb43ddce"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e49ad4d8-107e-41ce-a45f-4c83b6a56935",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#00854e48-ac80-420f-a451-a01f64096b4e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000118",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "switched order of Charge1 and Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000118_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#924c2451-eb4d-4e9f-af29-b83a1aca4f1b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#216512a7-c3be-4477-bf53-f5c7b5b8ecab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5daee4a-242e-41d4-9fbf-6c8aa97c124f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "118"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ac02b43-ab9e-47a5-94d3-d2d0c73b0681"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789_A_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789_A_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789_A_C"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 3
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8624a09-0c96-499f-a190-5017ab154788",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#75d8de02-0903-49a0-a77e-58a7e3741d80",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Boat",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4221",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 270
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007194"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr gheriit vâ wünsberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4230",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 282
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008668"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12725",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 175
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009655"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009655_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr mag' hokens soon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ea08f59-433c-450b-9538-b9d72fa8f615",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#29a413f1-a9cd-4a37-8b50-f006691b566a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002725",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b7cfb1de-9f61-4899-bf22-b99e59d2f4d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#96ff769b-b302-447f-84df-859ecc8377e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2725"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006039",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006039_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0448cc02-4600-4e94-8838-bd3ab8086939"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d7b78f4-c81b-4f3c-a266-5a54771cf52e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6039"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a542ef52-0205-4a69-ae96-92246c3f66a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88076",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 56
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031525"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "179v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der von johansdorf    .liij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002817",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d303518d-f9e7-4e40-be55-d409cc3f9b58"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#71876771-93db-4cd2-a055-ae9132058ebc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#9f8693a1-a248-4096-b3df-8506a3d4f340"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#798ca565-652a-42a3-af37-7e52c98a2c4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2817"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d31a938-59d1-42ce-8845-8972f14d5852",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wing"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb850a85-774d-48a2-bb85-07613966a812",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b8bb84dc-99bf-4517-9dc1-536a9b4b4429",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74089",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006531"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006531_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008517",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasEscutcheon": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008517_Escu"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e0aeb16-da91-4d54-b081-fe8a4cba54f4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008517_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008517_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008517_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008517_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8517"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4396",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 459
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002800"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002800_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bissendorp"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6267df08-7772-49d5-a8a7-ebe6821a8b7c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Estoile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4596",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 666
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006040"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vorselr"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4433",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 497
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006313"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vä rodorpe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021423_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4549027-7690-4470-86d0-a4806fdf11f9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_A_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_A_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_A_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_A_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21423_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerQuarter"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sword",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1682cbea-bc4b-4d5c-b166-555d02305b7d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8b4b6407-c87f-4299-889b-1d5c0d82f902"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c46c3949-a3f9-46a4-9a00-763996946a23",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#84c50a6b-c9fd-451c-911a-96a8ca5c5059"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#603ed39c-a86c-4d26-aabe-c28b3c436dfa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#77c6bb66-3add-458d-8175-90c3c3a97bdf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PiedNouri"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031520",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d6ec8a6-a817-4538-8285-5bb6d0ce5867"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a320a71e-112d-494c-9aee-7659f5712f8a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31520"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#32343040-4a9c-4454-9c4e-1f25bab1e782",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#defc4094-af66-4e99-9f92-32dc42085388",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d9357b8-34ec-4b74-b259-f6491bb747e4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8349ca4c-695e-4ba1-a425-bf3753a892e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002931",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#410f4033-a53a-4253-9794-ca6ea4f0d327"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c463de84-4469-45a0-ad69-c326aafd46b2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2931"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a5461d8c-00d5-4383-b5bf-0320b02f430c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#81f6482d-cdf7-4977-b1f8-41760f29a91c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4db6410b-d367-49e8-b0e6-1e7fe08ba475",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#91fca4dd-8e52-4022-bea4-cb35d8728434"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#18a23ade-971b-4633-84c1-01997e09aa39",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031526",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#adfb3df7-f3d6-4e69-9cbd-c8428161a47a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#145216e4-044c-4cd4-83aa-e4bd77eb6520"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31526"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b197222e-aa58-48d6-b29c-b46fa29ebb85",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8b4e4ad-f829-402a-b1fa-a38decfe2a0b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12728",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 176
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009656"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr bent boochs soon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#76ab2866-cb5a-4595-8129-4211ca2310d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Inverted"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4529",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 598
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006015"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006015_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jan ++will++ platteel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f0601c91-3663-4ca6-a499-370f65cf4434",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4e9ef4f-abf5-4b59-ba5e-f1e9451f4d9f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e45999e4-b911-4d9a-a53e-2e3795435a39",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fretty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031539",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed number of chevronny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031539_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ab5c32f-2d04-47e7-a912-d453b40072db"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#afa0ac32-50b3-4482-9c2e-f6d24347251b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31539"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac46e1ab-8ef6-4ab7-87d4-02bf2d0e27c2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crescent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#6267df08-7772-49d5-a8a7-ebe6821a8b7c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d0970c1c-11c6-4b26-afe0-bd2a582c5ac0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e25594ab-6ec1-4212-a436-113fedd4a5a0",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#05ab36dc-07f4-4e81-820e-cf8829dae59e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5c551e70-3cd2-4b6f-a748-11fce6b02bde",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ce67b825-b46d-4762-8c1e-b9d8d747dab2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ca527f02-d75b-47c4-9397-f638d97129b7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#70f55f66-9e2e-434a-b3bb-2f49adaf5564",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#957b4b8d-241d-4e32-ba07-4e6847307f2a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#77aa2277-0403-4ab1-8c8c-6cdc5fa8671a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#2529b550-20d5-4c90-83e2-0728a7b47ff6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4f7d7e3b-1157-422f-a3e4-a469d38ce0e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009548",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8e2c165-16d6-492e-8212-13ffdcaf9e4a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9548"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4195",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 244
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002715"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bloemeroed"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da46b44e-5cb2-40cc-8c36-d4b94544726f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5227c4b9-eea5-4ce8-a63a-420cea05257a",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#04300bd0-aebe-452b-8930-4eea91ebb82f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a18ca2cb-4b5f-4222-96b6-50df607974f4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b8ac6e44-d94c-4472-86f9-9d9723d6f010"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#085f0922-e10b-470c-b206-518bbf8909d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#2868e1b7-8224-4a3f-8977-0f5d5112d90c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#2d621030-a5d3-4602-bcf0-8f1528eeaaec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#10675ead-3b89-490a-a026-369cc946b4c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56363213-75ad-4c19-9f53-414f2cedebc9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4528efbf-3ae0-426a-85cb-8afddfd860e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c5e6039-8f6a-4604-b370-e8d85cfc5133"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12716",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 171
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009653"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009653_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "chirgillus mscak"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3bf6eea8-e03c-4b3a-8253-f592f28d9c91",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cddd7a63-a8e6-408d-9898-5cd1f4260c26"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7b0ea842-a853-4871-af9e-ea05ee126c94",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#efd817a8-099b-49bf-9c62-d37ac35d105f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5033222-303c-4eac-aa67-e07478c3d0ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e98f70b2-3f0f-4edf-9078-ca81b2a83771",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#391f1de4-5a68-47ff-bc1e-0e7091afcb29",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b084b0c4-e49b-47c2-8d6a-d7a8f05c2e83"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4234",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 286
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007804"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zalm  zalm"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14077fef-23b4-4953-8509-47fc2f17563b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004537_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1ef29dca-768a-4259-84d3-4ae7b80806de"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#494401e3-1a3e-461f-919f-96b386023984"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4537_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4173",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 218
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003818"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr petr burchg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a2cf3910-9de8-4adc-86c3-0a23067b01fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c697078b-d60b-4b37-8d4a-25aa7b8bf5d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Statant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011296_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fd19d69e-b21b-4d5e-9d5f-f09aead5b1c8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3aed932c-4648-41e4-948e-e8b0e59cdab3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11296_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006489",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1da1cf24-d842-4c1d-9978-04afe8b03f25"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#72e45422-f79c-4d58-aee0-0b9a3a984221"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6489"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a1b24f80-8f13-451c-a4a2-d99802de681d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#7bada115-2898-4441-bdd5-eb302463ae0a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003758_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#71552ad0-27b1-47d1-aff3-4fbcad134bf2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ff29d0d6-1f02-4da0-9a64-27a9aa297377"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3758_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FireBreathing",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e77653ba-cbfb-421a-85cb-b0e1ed0689e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a175062b-9a65-4c81-bd8d-f14094bbff66"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006056",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006056_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9b43027-f100-4e40-96f5-97ea6a3b97de"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#74f10000-dd4e-4250-988c-487afa97eeaf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#66b4f8cb-8690-4032-842d-eb504412bc0f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6056"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Aigle",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ea59ac4-86b9-4d2b-871b-724429033428",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#da51d9fc-77fa-4435-a4ca-ce0f275f15df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a388936-b55a-42b1-8bd2-ef40cd0b574f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a2db38d-3b8a-4b46-8133-0963d990dce7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#49736cfc-92b8-4838-bc02-5ac330e30c8c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d006d69c-341b-44c8-adbb-d2a33c728f5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#94d07f79-097b-4a07-8010-520e6eeac113",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a037776-698b-460a-acf4-8bae1cfbc4d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa138440-d584-4072-953e-e1dcbb4becbe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#18d71749-9291-4362-8b3f-9f338637753e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008268_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008268_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e1e3110-e24e-4964-8199-5677c2f2d26b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bfcbdacc-ec40-40ac-8d1f-a9c9b028f4ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8268_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002838",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f8c64bc0-7982-4b43-91c2-15bcd214060e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d1dada74-a7b8-410a-aa71-b59a9544a138"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2838"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007293",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#615e7425-0bf2-4346-8ce8-5457d5d6740b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a2ba13a-4a5e-4977-b034-aa1f4a2df197"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7293"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1bd12834-9733-4ec9-9f3b-69c029b2eaef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c17bf4c-4e16-40c1-ac83-c8cdbdb60531"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#74a66639-592b-459b-87ae-bcbecd4d112b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#240143c7-27fe-4fd4-94f9-d9d3fe9c071c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#be28b890-8b53-454d-9024-4bf514db69e8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dad060ab-30d5-41dc-adab-c3b479379ba3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9aab280-fee9-4d43-9330-c8e7a1908668",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4227",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 279
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006239"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her herrnr' scenck vâ zwêberg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b6e81bc-8b4a-4dae-a136-3d2ead1b8289",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c60672a0-44a0-4c6a-beff-a4d37f7777d7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017789",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#317396c9-d0f3-4142-9a7f-807772b1ff2c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a964d6c8-53ae-4ade-9bf2-dcb32d5b6403"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17789"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#851ab8f1-e50d-4fa9-948f-c6d759bccd86",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6225fde5-c28a-4eb3-8261-067f89b3fe68",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Statant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008267",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d69f8128-48a5-45d6-87a7-4836442fb21c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1946e14a-0fcc-4040-bc13-2c7f49edecc1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#5d99df57-b9f3-44fe-b7fb-ce207b83c062"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8267"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f0633ddc-4306-4897-91ca-4cd5a03c5dbf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d3fe9bd-d992-4a3c-a8ec-03e8d9919350"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cf0ea69e-a4ce-4338-b874-adb7926818df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82ac6de7-7696-437b-a66e-82dc79cb559e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e7653bc5-a301-4c00-8eaa-351d417d38d4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#198a7622-2e97-4a65-8bf9-d5043cd308b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4566",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 635
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002931"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die he' vâ balle"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1cdf4409-327a-42a1-8229-5c57d063f1ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e0df4d7d-2183-4c43-aa5a-04d9087effd7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#caa22cd5-0f66-4c08-a813-d6ac86e80b2c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005814",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3910dc00-d8db-4ac4-9301-937c45862260"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b7928514-9186-44aa-a4c1-6416678ba1b4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5814"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d05b39b4-69ef-4cf1-9eaa-d0ba7c87f64a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52f21eb4-abe8-4009-a5f9-264c962c1c76",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dba73f31-ed96-47c9-822a-724f61d4a503"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88070",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Banner"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 50
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031518"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031518_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "160v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wachsmut von künzingen   .xlvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6fc277fa-2b24-433b-931c-29dc7e4f67ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Statant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4413",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 476
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002814"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002814_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die kuerne"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4089",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 40
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004537"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004537_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "pegor"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16b4a30d-e6d6-4309-96e8-c783df59664f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002469",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#583a6e5a-d67b-4cd3-ba21-194ffcb8f7f1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#22e50b9a-a19d-4235-9b25-a7a797990d06"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#0845aa55-5d7d-49ab-86dc-6433b4fb89bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2469"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0845aa55-5d7d-49ab-86dc-6433b4fb89bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b3d999df-56b6-4467-ab10-cf1b7e13a10f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4286",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 338
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009917"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr' läbr' vâ ho.."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#adfb3df7-f3d6-4e69-9cbd-c8428161a47a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006326",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c617856-bfd6-4709-89e4-c973d1cc336f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#67bd5d1e-86be-45ee-ab72-fad37096e010"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6326"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031505",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#04b67da6-1ee2-43ab-ab49-192dcae1b144"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3bf6eea8-e03c-4b3a-8253-f592f28d9c91"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31505"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9fd2faf8-e05c-4216-938f-bd98eae4353e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossMoline"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007979",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#afff47cc-163d-4056-9412-afa845eaee21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#18cbe30e-b19a-42c2-bfe6-a1d6bf1fd4e6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7979"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4582",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 652
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hrt' vâ brabant"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11e86ba2-de63-417a-8ccf-1130ad42c3ca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b611786c-440c-4af4-9752-d58304d410c3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9207c46-425f-4788-8057-407cc5344c04"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1e2c79e0-7690-44cd-9634-2dd3a4f0b9fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b53a2877-2874-483e-b490-bdae79ba6785",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4279",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 331
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002680"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Direction",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74090",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "2r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes de très honorez et noble seigneur nicolas seigneur de fleville"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Clothing",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ModeOfCoatOfArmsRepresentation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8528972c-9747-49cb-8dec-a67ce78db18c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#007d8ec0-55cc-492e-82a7-0d9fa058f360"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ac18ae9c-b502-4c23-85c2-6dcc6d9473cc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3e449972-509d-4253-ab3e-282aebe9323c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa5910a4-9b9a-4f53-92db-3d32d055c668",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4f772125-7d1f-4442-b0e1-55c3025c86cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000034749",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4636ffa3-291a-49af-ad9a-81320cdfaa9b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#38ad5bd7-bc09-487f-a85a-35f2b20f3dae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "34749"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008191_Escu",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Inescutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008191_Escu_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#87681f1b-10a3-4dae-9254-9c809eec9eda"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b8be4847-d9a2-4cc8-b8ba-7a8f654e4f80"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8191_Escu"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27db0c6e-7547-41c9-8030-cf31f9e411ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#R"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4188897-6eba-4e12-a979-ccb78d0b0717",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008724_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#53c213a9-bc88-4c60-9fa4-bdb84a527d46"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d32a8ded-235d-42c0-a268-273d0f7f1d2d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8724_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Viol",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#41f9e70a-a01b-4a67-88b9-3bb0e031f106",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9f3184d7-b1c9-4850-822b-d7150ac9096f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009660",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c75b1f3-733b-41b2-a19b-78bf8fd47656"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#94f135de-7d60-434a-812b-7184e78d9452"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9660"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9595b5dd-d300-4f50-aed9-b2c4d58960bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Doubleheaded"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ba07a385-2b54-42af-aa03-db50979234f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mace"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f7d41c3b-1a1b-40a1-a49d-b777e604dac6",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82e1f03c-195f-46a7-a1dd-024bbddf340a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003689",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture order of barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003689_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c82a3093-11b6-4935-b448-2d4da935481c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e4acad6-f116-4dbe-afcc-91da7b90e3b5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3689"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8a0189e-aa0f-4205-aa61-b998b55e251a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#812e5208-4850-4d2f-8ed8-3d61b4ad8870",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4a05eb0-eb35-4518-96b6-12800244ac2a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#ddb644c2-d5ca-4683-8225-24b993d0750b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#64fe8272-4129-48e5-b770-7972d846402c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PiedNouri"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#37255320-3bc2-4a01-b632-2e980c21a23d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000028271_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#36440bff-ddef-461f-91b5-ab622b2f4830"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d819b53-f120-4791-a95f-4d0c12cb37fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f11f92c1-325b-440b-a5e4-ee94fc55fc64"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "28271_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#22cbaea4-eda7-493d-9e0d-e74e3a05d7b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d05f0b6e-c890-4bf3-9fc3-6ba17a45a39a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b9a317d8-c271-4325-881b-3ee71942d545"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2cdc3155-22f3-4c21-b01b-e05b723067a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#644327e0-27d6-40e0-bf75-06e363f3614e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f603affa-aa29-4d5f-af92-618042252f10",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#9bf1eccd-b944-4673-9eb2-d538fcf371df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1dd6e8b0-7bcc-4c38-bf20-fad7ec31284f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#9db0847f-818a-4d8c-bac5-174f664f6e20"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bdde28f4-4fc1-4f06-821d-b75002a8d10b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c54c7c4-f180-4ab6-9ce4-67c806feb508",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#48512ff2-702c-4416-88d2-66131afa5982"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71082a61-4648-4c93-9a16-fde03ec4d81c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4535",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 604
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004556"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jan vâ peen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#12aaed88-af25-4cde-a07e-46a08d21094a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4224",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 275
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002730"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002730_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "yfendal  yfendal"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb944b61-b023-48aa-b058-57595c897d74",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4fe18422-d4d0-4727-bf64-ced67b2405a8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4500",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 569
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001319"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001319_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vlaêderen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0351a53e-2b10-4d60-8eca-6c17db60a7a9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019572",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4881ab74-5d68-4a67-ae48-d136661f8aea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19572"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#-",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0ac6f78-14e2-48ff-98d5-355803daac8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f99c312-b4c0-4ec9-9a21-9bb67bc2c772",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f0d09a7-4ff3-44cc-b414-5888b2a95c37"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f8939e1-f7a3-41c8-872a-50c5b1a82cab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#45f9a4cc-8f73-4385-8ef3-5d06110d9ba0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f53eb29-0af5-471c-9ff5-085c20dfc85e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#84c2df53-151e-4990-95a3-e68ba4d037ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db48e0e4-292a-41fc-8a83-49d131119473",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#ReedMace"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#88d650c3-3fec-432b-8588-83ddcbf97614"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b2e3aba9-cd19-427f-bd46-05b28e5ec757"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7cf36f5-c0ee-4c50-88be-9d519c950cbe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f89d40e8-0421-42b0-b026-063120a88913",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008800_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc0413ad-91d0-44cf-9218-0bd7c9efc0ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a86afe8d-abbc-4cf2-862d-4b16014ec923"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8800_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63626577-d6bf-46db-9265-74039aa2b149",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Talon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#33c3080b-e9e3-4168-ae24-bc6630fbf19c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#isstSn": [
+      {
+        "@id": "http://digitalheraldry.org/data#b6318896-d0cc-4907-bc08-3b59a8c5a212"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bdde28f4-4fc1-4f06-821d-b75002a8d10b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9db0847f-818a-4d8c-bac5-174f664f6e20"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a8e50fd-dcbd-4bdd-918b-5e6fab0628a5",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Masoned"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26e0d1d8-01af-4bf1-a274-0e7521c9805d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#34d9a419-ac21-4bfa-841a-c4f9fff0b79b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6657e754-ba5e-4441-8ed6-f036c5ce801e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031557_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e953c165-a122-4b0a-ab91-faa8f0c2039a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c58204c8-5f44-462f-aca6-6ce66c7dec1f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#88d650c3-3fec-432b-8588-83ddcbf97614"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31557_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f39cf98-6f15-43d3-99f3-1edbf0677f87",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#772b3a16-d952-42d7-a906-9d95151f751c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33b0f06a-e5e2-4867-bd0b-7fbc3289fc95",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40702",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 76
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy s'ensuit lanoble chevallerie du très puissant et nobvle roy de sicilie"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031573",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed tincture of plain to A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031573_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a442b85-266f-4456-b402-5c76c14e2e44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#839a2f69-65aa-495c-aea4-99e43c95410e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31573"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#899eca30-2245-4d5a-9ad9-dd600a78ea61",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4352",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 410
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002776"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002776_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "..rert vâ grêst'"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0412847-8fac-4d6e-8b56-c17d3c812a74",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004025",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb3f3845-60cb-4c9d-9872-61c4d4eae190"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ffc1574f-c716-47a1-984a-f5e44ce78b0a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#55405f85-3aac-4274-bd11-3de20a5f053c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4025"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6f84c37-7e21-4cfd-9a34-6f5191b98df1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#965d3d09-14b9-4dc3-a27a-e446bd4767cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000023224_B_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2c97211-177a-4549-be74-5c59e8a0a1c3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#723f782c-2b42-4afc-851d-de81d9baca06"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "23224_B_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4163",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 208
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010921"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lininghen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009646",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed semy / removed crowned"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009646_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c3dadfb8-be99-40ec-83f4-8c6f89dc6f93"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8440ee56-38a1-4cae-ab18-288904ef7deb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#9cec76a2-ac48-48bd-a1f6-ab7a7abc8a21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9646"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ef032490-521b-445f-8474-ef84f8441eac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8600608-d756-4b12-ac53-3ffcfc3e8ea6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78861d38-8221-4308-9324-cc6389b44008",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003420_2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added nimbed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003420_2_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4adb44e-63e7-4817-b26a-918780bceea9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c5ed115-e213-4ccb-8e23-fc81bf15fad2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3420_2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#079856af-66b4-4df7-baef-63f51a7fa0b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004556",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#01c582b2-650c-4837-96ae-be017d6bdeec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f66628db-4b3e-4782-bea6-9352d36ae565"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4556"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002751",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e5a0dba-0c18-4106-8c01-3e2d2e213196"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c46f7867-48d5-4896-9556-58adaec6a185"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#07f5de29-b4a1-4dc1-b610-994029bcd34e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#5bec3570-5865-42df-bdb4-8edd32e054e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2751"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#df2098f3-0b3c-4986-b524-ce317f002227",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#02e11609-aec8-4386-8d77-f66e52e3b7fc"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9e4b8bfb-3b46-4267-9d01-f436fec59281"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2afc438b-8b3e-45b1-bd50-e68a302d9db2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#233814ff-90c3-4ec2-90b0-a89e41a201ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2aac0edb-8829-41d9-8a21-c711450fce3b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#93591ae3-9c0b-4cec-b771-c96e29eb9a5e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cbfccdb9-8d71-45b6-8f53-dcf3cb0bdb47"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#09729135-3d01-4ca7-947c-5b78ce0aad80",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Affronted"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c0e1e07-768d-4766-89c3-b496188846d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bd0ed1ec-a3a2-49bf-815e-ec7ef40eae73"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d67cedfe-33e4-46e6-aa43-e0dd09a2a62c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ce0297e1-88f1-45cb-9184-4c2494cfa870",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Of7Pt"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7cfd78d6-055b-4a4a-9b7d-30ab47257140",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#09bff221-97d6-4665-8da2-ad41d89e6f1e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b70784b9-634c-442e-99a8-10b39d99790c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031509",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0d4e8e6-328f-4a9e-b27d-f3ccee7c10c0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#47ff1fec-5d6d-4eba-860a-98c8c1e6d9bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31509"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002761",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b9b037c3-ee1a-4474-b922-e76cacf5fc66"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c42c3742-35ff-48a6-a519-15642ec9fa90"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2761"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bdaa45ab-3858-4778-bd53-1c55e5db4d22",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38798190-8fa0-4fb7-918e-d75a69417f6a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e88aec5-e136-4971-88f3-38c0aa7b9250",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2b29e89-350e-41bf-8b84-f0b35c723848"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b64dff0-0398-48ea-a43e-0bbd97e4af3b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#95ef2f6b-9254-46f0-8452-7c0a148f9d0e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88126",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 106
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031563"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "314v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".lxxxxi.   her gunther vô dem vorste"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f7a5372-b7a3-48a3-aab0-b459cdc1cb75",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d7b78f4-c81b-4f3c-a266-5a54771cf52e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aeea85c-06bc-4775-9f9c-ee9b45eec12d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4277",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 329
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006254"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zwaelweberg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002799",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e80350e2-32c5-40ab-ab2f-9c54d70ca6ab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c22345fe-8c5e-4fb4-b5cf-08cb65059a49"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2799"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3277c5c0-e365-488e-900c-ec0fb8f57fd3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50fcff88-afd3-47f5-bc89-44298ae6915d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fc3e7a2b-0668-4e4d-a08d-01883269250f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ca534bfd-f359-4c36-9d33-f730098992a9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4e098c00-7793-40c1-b3fe-d189b2a0639f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21a8b1ee-3d50-48e2-99f5-6166fd86a198",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#54ca1c8d-a040-4049-8043-fb40801e4552"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f54cdc1a-6708-444b-92d6-dbb3d2538ac8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004403",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tinctures / removed Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004403_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ff217c2-c8f0-466e-a7cf-5c4dc509163e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c8231e2-1283-4821-8b00-854e93900811"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4403"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#R",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crowned",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9bf238e3-2c4c-44bf-9f74-4ac037a3510e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4228",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 280
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002733"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jâ vâ g'benheym"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#(1StCh.Annulet)",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000035585",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0db09688-4b02-4480-83ba-dda39644eafe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#053464da-28bb-4977-af06-29337d1043c6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "35585"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e07b6d6-35f5-4694-84df-bb225b4f3562",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#a621c0be-4492-4587-aa64-537347fd49d5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d62ef232-10cf-4912-bc53-7a62d11f1109"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#58d94a47-b4f4-4883-9785-86e1f2c55b71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6f9fcf48-4aae-4244-848b-b2f87e711df8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c486fa58-a2e5-4d28-9712-45263ad6ecc8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#271df5cc-dc55-4e50-afca-ae9ae506efc7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#268217c8-2323-4e32-9531-35e62cdbc255",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#274c4148-d196-4baa-a369-66f86d24d736"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge2": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ff6eafd-dfb2-47cd-88fe-c688a2ab1e88"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4080149-d7ce-4c72-85d5-7f93fed0ad44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0a2f1659-87b1-4a71-aeb6-96eeba2be78b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8244f679-6273-40d1-9f34-5a7bf6a21e6b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#7048e67a-84bb-4cd4-a5ff-7887d5d98595"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a1bd7e43-5eeb-4359-8445-1f972c5fff09",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c040018e-80a9-48ee-b049-33dd52352fdd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#000c2c72-e4d3-4332-b1da-b3a56741b5c0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9320d642-9e4c-4ce9-897b-738369286f37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#25d4a122-bc50-4809-a2b0-697556172a01"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f3d1061-6b16-4b24-9e41-b7bbbbfa5e03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4ac22236-c586-4fd0-a011-d7ec23a3a738"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#51b3dba3-c0c4-4810-8c5f-776cd15c6ca8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6df439bf-cd79-4e4f-aa15-3e12c951650d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a974e9da-a2a3-4d95-9f50-324d80dac1a3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c8688d7-9a6f-4564-a962-4e3688d0c539",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#15e628b6-e326-4dca-ac05-7b7bb4e16460"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#35182144-5135-496d-943b-1d2a8c142039",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ab0b913-e418-46b9-9339-ec3593728c2e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002735",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6243933a-c25c-4b7f-8c71-68565aaaeb87"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bf7b2db9-b4f3-49e5-aa90-d2a21ecc996c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2735"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c665679f-455c-459a-b9fb-5c1535e6568c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006224",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#de9ca45e-f1db-459a-bd8f-edce844f6b83"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9618c47-fde2-4f16-a8de-4711675d5bbe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6224"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c7f5f8c-f808-4576-a1db-a972e9a36095",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000022239_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc6957a2-57bc-43ab-9274-3cdca0359697",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PairOfPincers"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4066",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 17
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006390"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "reteaus  retel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#002ba3b1-c656-493f-b7c1-3c1fcd7e6d2b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#13ce1670-bdf7-4f88-bc65-42cf5a58d5fe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb3f3845-60cb-4c9d-9872-61c4d4eae190",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4560",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 629
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007296"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ysereel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88136",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 116
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031570"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031570_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "349r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der marner   .c."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006881",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006881_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f9e08582-66bf-459d-b681-c69081953e25"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0a23dfca-4d3d-4973-8034-e810e877da2e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6881"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ec6ce5f-f43f-47fa-ae62-14a3b796069a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4609",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 680
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002474"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "gronsfelt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b3533f13-b0bd-4e50-93a3-efa0dd0e04a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021423_A_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d293fe94-6013-49e7-abbb-fbdb6e0cc20e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b3c32a10-c675-4857-a55c-a9d0091d3194"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21423_A_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ef011934-8e44-47fa-a86f-088ab97f9bae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#89f79475-2942-400c-b595-b0bc196fc52b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#615cad45-0252-4ed9-9bed-362391c05115",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d4eabbf-434e-4bab-9904-b1b0167c8e52"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#beabd168-b10b-402a-9eca-2873a144131a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cf7c84f1-4718-4b5c-9be1-1b472fbf4305",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c28aa1b-cf98-44ae-a2ec-66e1744cf05c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5781291-994a-4282-b2cb-db27a7498747"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5bca011-89c3-4af7-a5c2-7eb2c7b2de0b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fd19d69e-b21b-4d5e-9d5f-f09aead5b1c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#32d6f3e3-deac-49b0-a008-5bb325faa4f6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a457bf7-fdc1-4079-a413-534cb2734ddb"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#93bdd024-72f2-460b-966b-8c7010c83bf4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ddfc5010-cb62-456e-aae3-cd9d5a056aa0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031532",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2da89c01-6f22-44c5-a2f9-27dcefe31e9f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31532"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3808be35-1d83-4b21-8930-92134760453a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0412b501-2710-4b80-921b-4ef7a1b78646"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2bb438bb-0a7d-435a-9a59-7c3c28b16f0e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#e761cf31-5bfd-44ca-8023-bf0c7e460669"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cfbd5f95-c1ec-4b73-b0f4-c09acd18fd12",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d5eab436-0b71-430a-9cb5-8de8f1b208ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4235",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 287
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002735"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wede"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Affronted",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38ad5bd7-bc09-487f-a85a-35f2b20f3dae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7cd30342-4ea7-4bd5-9619-2c5a636f8f50"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e533660e-e7be-4657-8054-4b5b6b92d394",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e7a058a-06f4-4641-a8d7-fb94af170886",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a39665da-6412-44d6-b590-597383478593"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78c1788c-70b6-493e-b058-5b80ab6b100f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bbda5636-b903-42f0-b7d9-5173bea7eea4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Salient"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0d2176f-8c4f-44f3-a067-28ec56d33e71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db11a439-80bc-4474-9b34-6b75ad931596",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e9c3073-3383-4794-a8d8-1ca7917cd75c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88088",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 68
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031534"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "204r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von scharpfenberg  .lxi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4179",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 224
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006224"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "oudenem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006324",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ff591d19-6067-4e37-bd78-5988363252bf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2c0f16a3-2981-489b-908a-e4c1d858f28b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#800959d6-b2ec-4289-828e-3aef62288f59"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6324"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b26467cc-4918-43d1-a30f-4ff7057155ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#091c62a6-17ae-4591-ac12-14d9fd3fa560"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d5fd032-e8c5-4908-a097-6679df4db5ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#20b4578d-0293-43ff-a71d-69c6c9002ad7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#791b9019-3d6e-4574-bab6-054fe487ad86",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#861f10f9-385c-42f7-8f6d-6b62100ad75e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c0342e7d-9b43-431a-9ac1-1e32a5e8e8ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ac02b43-ab9e-47a5-94d3-d2d0c73b0681",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4215",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 264
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008220"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "boebarde"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#96ff769b-b302-447f-84df-859ecc8377e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b79a3f62-78ac-4f50-b842-70cd9d6f9998"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002443_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fbaaec8e-4da7-4b4f-8827-992d8147b5e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#caea8fe8-09fa-447d-bf9d-409400ae7ffb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#124656f7-142e-400d-96b2-dedcfc054d33"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2443_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031572",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d484a03e-3664-4e32-96ae-8ecff6b7382a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc9c68a0-7f31-4b9f-878b-b3a82d4a8e19"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31572"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88043",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Banner"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 23
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031501"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "54r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her rudolf von rotenburg   .xx."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89012211-0ef8-4d5d-bce0-695f66064ee2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Grady"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a8e50fd-dcbd-4bdd-918b-5e6fab0628a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b73c4a62-d52c-4626-9353-9eedcb8291f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#170901b4-acbf-4763-9870-2b37dbc06558",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0af17045-83d9-46e4-aea8-558b972db467",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec151993-8bc7-4d05-bc59-03e427a0c016"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e7b9c8fb-5d1e-4c65-a95b-f0c3358f26e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4198",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 247
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002702"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "coppe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#139ec96f-b8a5-46d0-915e-8fab81f99bec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#7b501715-fa12-4f44-a3a5-aa9268acd674"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa37a489-4a58-4c05-bfb0-637fb2d2ca56",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb8174b3-21d4-4529-bf5a-b8e1e6376535"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart5",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e71617fe-0cfc-4d77-9017-45060f147aab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aef9314-2bfb-416a-a097-49b987ca7276"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#2e0d6ac0-e236-4723-a7f4-68f479129ab0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d6bf6a6-4df0-411a-abd0-30b3e21d82d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f745a967-3820-49fd-a420-0a7017b6517b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#961b5a0b-3ae6-4755-86b2-636364103172",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#30c0e2de-8929-44ca-90b1-870719b5cdf7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#04b6b945-5e1a-4176-9a31-e3584d3426cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#5227c4b9-eea5-4ce8-a63a-420cea05257a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027639_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#070f918d-d75e-4989-a223-6596d1acc5cd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27639_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerQuarter"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43471e54-ab5b-4ea5-8c6c-49b3e62abeb1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#198a7622-2e97-4a65-8bf9-d5043cd308b3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#293d6750-c664-41b6-a484-ef0ffee32600",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd1f6088-47bc-4dc9-adda-9da483e0f33a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f2a472cf-0d2b-40d0-a900-f218ec0b3b67"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26ca2919-5cf9-4719-bc6d-1cb4f553ac88",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#5aa76977-729d-497c-9c7f-d3bf064149d7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cda9f204-0e2f-40ce-8db3-2aead94bf031",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Sword"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#228b8384-1e36-4b84-a23f-00d4659b8a7b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e23ff7b-dbe5-45f3-8e9e-0f392d0d262f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b5e0692-28b2-4d08-a920-3b70a5df69b7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#3d63292a-9176-4ec9-bffb-08056dfa8da2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002942",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b6354aac-39d2-44a7-b01a-bf63f2acba49"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#944537bb-c975-476e-a3da-a5c8dd4af3dc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2942"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#67fc20ea-edac-4b08-b2c7-9414d2dd6e30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f2aa72bc-e7a6-4f77-aa8e-5c6961dbab5a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f06f70eb-4e76-4ca0-bf4e-f3d37400286d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#P"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bc162372-3e9b-461e-a412-baa7b1ee1f64",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d3b64212-9a2c-44e6-8e19-ab58c2805770",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b232e858-880e-474e-bf61-b5588b6629f8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#19fde8fe-4489-45c5-b614-e3f6dbd13d3f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002814",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued to Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002814_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d5e6864-efe3-4a4b-91fa-5ccbe78dce15"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#14da3244-48e7-4be4-a52b-bc5241d451bb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f49815f-b90f-4cb8-84aa-230e2a0a2288"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2814"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002733",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a633830-c7e8-4336-97ed-7215ca1a6411"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2733"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Grady",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12745",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 183
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009664"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kuenincsmart"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4159",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 204
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002668"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "elrebach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003831",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b9ed9303-d8b7-4c73-9d7b-d2df19ed5683"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4cf16eb2-53f0-4570-92da-f3d17132bee1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3831"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001146",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7e94fd0-15de-4e23-8a1a-d8883df81646"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#60b741b1-fcd9-45ca-affc-6b853a9bca7c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1146"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6864e9f2-7615-4ea5-91e5-333365efcf79",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a5e0a3d-e1d5-4fdd-a36d-510e96135e99"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fb7850fa-2861-425a-ad5d-614f3ef864f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88040",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 20
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000029922"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "46v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her jacob vô warte   .xviij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eaa18105-ca47-486a-867f-11a869558445",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26bdbe75-aad6-47ef-ad17-f5fa268185d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002410_CoAF1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dexter"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#951117a8-e288-41c0-a3da-093a870c6003",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5ecf218-ad81-4e5c-890b-78dc86d05aca"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d32f078f-3494-4315-9b9d-373c2e0c70e6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006028_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88053",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 33
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031507"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "75v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her heinrich von d' mure  .xxx."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008359_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3afba625-d5ac-430a-89ed-0cde17f7bc44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa37a489-4a58-4c05-bfb0-637fb2d2ca56"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8359_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#235e146e-894f-47a2-aebc-fce57077dddb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mallet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fc4c607c-3875-4721-ac97-fa75d9d18911",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#85ae29c3-a225-4c79-8e8d-b1c6f99a9247"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b6092a8b-0fa3-41a5-92ae-5186453892ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4d7f9d3-91ac-4e0f-bd52-7b489b2681f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7bea29b9-543d-40e3-a55f-dcfa0746ebaa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ef6cae35-aabd-4d2e-b6b6-e960af58f401",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e88c6b4-d7ea-4f07-8c65-0185dc87e75f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78f0e1be-f067-437f-888d-16e61c03f38a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#WaterlilyLeave",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33c3080b-e9e3-4168-ae24-bc6630fbf19c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56f8e4b5-f3f7-49ad-82ad-61be0a8970cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#12495156-8b62-43e2-80a7-065734f1ab69"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#46a7c116-61ad-486e-b0ee-2cfde211a471"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a5f17017-d1bf-4ade-b816-06b01aa6aa02"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fda36aca-d763-440b-ab11-c069a1258443",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7863851-e8a8-4c9c-8426-8c7e4ed8f35b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4233135-e2ee-48a0-8932-e1cdbcfc9124",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CrossOfJerusalem",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa23073c-000b-454f-a49f-5b118ce68e3c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bb4a87ae-8c2b-4587-9258-86691539b5b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#f67e5219-c698-4199-9a84-fb28a4c1158c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74151",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 60
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027529"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "voren"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1eeed59c-f5b7-4827-b510-f0ec01fe347f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gonfanon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4d7f9d3-91ac-4e0f-bd52-7b489b2681f0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4a969c2e-0525-41df-8350-204575339a16",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bear"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#cf1b968f-65ba-4d9f-9ec4-d0bfa0fb3a8a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0bfadc14-1048-4296-99f9-9ee3efde3a8f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b22ccb85-4fb2-43df-bcd4-826e947d31bf"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cf54fec0-23a8-4d3a-811f-78ccc755d6b3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#de1c44f3-1a25-4b5f-843a-a2468c9db87d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010025",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8cc1da5e-f16c-4e0f-86f2-5e3abe021b0c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f9a31675-1e33-4322-8ae0-f969daf32121"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f25ec8e5-69ac-4643-897f-dda96aea6d4e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10025"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5f72d1fb-1802-48dc-a353-bfeb97f14c0e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#aea80545-5a14-4891-aced-ddcdf7ca7fae"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006234",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006234_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec985282-91b5-4d51-aab0-99156863f190"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d5fd032-e8c5-4908-a097-6679df4db5ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6234"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#88d650c3-3fec-432b-8588-83ddcbf97614",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2e3aba9-cd19-427f-bd46-05b28e5ec757"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dd2821bd-b025-4e33-a7e0-e6d4d50f3a57",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85ae29c3-a225-4c79-8e8d-b1c6f99a9247",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#ReedMace"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019776_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#210bb152-0d31-4692-b551-114a7a2f04db"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#82fcf923-25c6-4a18-b457-a6195f3401ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4d037e6-801d-4500-8d0c-410323be6374"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19776_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ac9d29e-b414-49d3-b85b-a38d87ff3496",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004384_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#03997ee1-13a3-4bc8-b013-daa54448c494"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1bda68b9-6787-40db-bc11-a531097dc5ac"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#60f06fd4-1cc2-4ea4-a762-f27495885720"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4384_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da5a4b1d-13ff-4569-85f8-df7f07d92955",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ed2e6d72-b6ae-4568-b457-17275cd32355",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#2af1bf00-a782-4e68-bb54-c5ddaa20233f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ef1294fb-f1ec-4bac-bfe4-555eb8643d6d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc89ea9b-9ada-4db1-9f23-11ca6647e386"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005220_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c099e3b-4eec-48cd-8d80-9983631836c6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#75c7bd38-28c9-4ed7-940a-1068a08ef615"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d621030-a5d3-4602-bcf0-8f1528eeaaec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5220_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e29b3d48-5860-4127-bb8c-0b268407d853",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb77845e-0e57-4a64-989b-dcb795dcb878",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#61bbc540-6ef4-491f-9c37-c08b3621b538"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#59fd2dae-b87a-4f5e-bfc9-9f569c8e1379",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4cf17c7-efbe-4efd-a4f3-15834dabc0de"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88078",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 58
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016471"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "182v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her bligge vô steinach   .lv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c923166-5b0e-4f88-abf4-72cf7c6b0d22",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ef6d25c-29c9-4833-9b99-e374a1060074"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4618",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 689
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002469"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "craynem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002459",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1 and Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002459_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d87fc8a-9194-4c91-8e01-02ebd5557bce"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bc658d33-d041-4e5f-a29f-ff5f3bbf3795"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f847303-8b13-4fdf-9059-0d8c32ea02ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2459"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4545",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 614
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006021"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h' robbrt die mairscale"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#556f2008-b8cf-4081-8a25-2bdd78f26340",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e206634b-6170-4766-a1e3-dc3818d394a2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a969c2e-0525-41df-8350-204575339a16"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ce9d609-1433-452c-9d03-b67417ed1aac",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Castely"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#919ae0cb-65ec-4553-9223-dd25ffd4c531",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d1adff2-70e2-46df-88fe-bdecaab23216",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#882561da-bcae-4473-ae4b-f569220f70f7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c5f27ae-3f59-400d-819a-d6f5eed0b02b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b5a6473-d23f-4d68-9621-2dc5e582bcc4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11b24a95-0318-4810-a76e-4e2e65f6d39a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5f5108b8-c40a-4822-b0b3-5218b8be90dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#81707b83-7fc1-46b7-9cb6-0bfed0e19a4b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#95b05c25-1ddf-47aa-867c-dc7b5cbe8b78",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3000eaf5-0a96-438b-8192-a729681570c6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789_B_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c6bf881-e332-4fe2-b156-d5597cf90e13"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8435b65b-e5d2-420f-8963-aaf4f11f37e7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789_B_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031545_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#83a67588-d2ec-46e7-961a-fa6a81afb585"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f458bc07-be58-4b51-8af3-e2bc31ddc1c9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31545_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c612a02-e080-4edb-8254-79d3cb41d467",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4241",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 293
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006246"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zassenhouer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56e01896-8068-49ad-8a5d-17fe02a313e7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#c00948b0-ffcc-47be-8467-f8a12ffca450"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e4632650-ea40-455c-a576-7a8b5273db1c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#477abaf6-3b72-4544-b432-0d88761392bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d1539df-925a-4d6a-a74f-29bfb5b2285c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#595d7f3e-d416-4d95-8954-6116b42322d7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d67de7c-47c2-47dc-a5c7-0e9af87194b8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Naiant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#05a4a95f-ad68-4c15-893e-a1cd3b293599",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Roundels"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f5843e8-77cd-4745-af22-f4ab3ee5bb77"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74149",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 58
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003744"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ysemborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4058",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 8
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001543"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "gasscong  gascoine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00305445-1b73-43c1-bf54-c6e67d800b27",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crescent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006926_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a354744e-77cb-4f07-ac5b-0a0576ab08e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f05fccf1-cad3-4d83-9f30-d3329ccbd96c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6926_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789_B_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e92845f-3564-424d-824c-4a5c3d09276a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fe3e8200-4195-42ee-aa36-373de2f1c7c5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789_B_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa138440-d584-4072-953e-e1dcbb4becbe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9866ad8d-0511-4258-b77d-7d01123e1087"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#caa22cd5-0f66-4c08-a813-d6ac86e80b2c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d1921b47-946a-4be1-9720-23023544814f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f88ecf6-98a9-4894-a08f-88829bf34278",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#99642122-9af6-4a5c-ac41-bf0ebed16788"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009583_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c2fe76a-99ad-47cd-a686-826a570d67ba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#86567c51-a8d5-4a64-b3b4-0d38c5c6bdfb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9583_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f11f92c1-325b-440b-a5e4-ee94fc55fc64",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa4499c6-a677-48bd-818b-af9be5193dc6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88131",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 111
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031567"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "321v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".lxxxxvi.  her dietmar der sezzer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4556",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 625
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000035585"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vaenkiin vaenkiin"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6a4bd83a-20d3-4035-864f-197291167df5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#6bae9bcb-17c0-4eb5-906f-b34592c6ffc3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006035",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#953c268b-4043-44a5-bd9c-f4a0bc8f0574"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#98822e4a-124f-4ec3-921e-41351720c96e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6035"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021423_B_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2fc7fae-0f62-42f9-990d-ba46bbb79a30"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#729fd12d-a4db-43cd-bbd2-24f28c197f21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21423_B_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#45d9963d-fe7b-4661-bd9e-cc537aa6f060",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011494",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f0b2faa5-eb4b-4320-9a92-d6b7dce0bbe5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#72042261-b9d6-40ca-834c-f1f8da34a50f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11494"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9918f19c-e142-4f7b-b5b7-d3311ff481ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#175c6a2e-3fc6-425d-ad80-c3314e7c1923"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#26bdbe75-aad6-47ef-ad17-f5fa268185d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec47f862-d358-4d34-ac60-a3c34ec8c326"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0a23dfca-4d3d-4973-8034-e810e877da2e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a633823c-ab20-4642-9c6e-b0ad2b637711"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ff8071b-e3b2-494f-b741-ba7980cb9356",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4177",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 222
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002704"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "grausse"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42e6dfce-2dce-4d03-a067-e33fa15ea2d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gorged"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a41fbb70-edfc-4e94-bd03-748154da9bd0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d5f0c1a-0308-479c-bc18-6cb3defac3f4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36440bff-ddef-461f-91b5-ab622b2f4830",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b1fe1d14-e5f6-4c0b-812d-d66c919b6bbd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Buckle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#46944245-377f-4f78-b9f5-aa763c5189e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a85c5be-96ca-4cfb-a7da-c483ac50c39b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#74b51176-750e-4ba3-8b1c-5dc47bfa2fd2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#OrleOf"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007099_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5c551e70-3cd2-4b6f-a748-11fce6b02bde"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7099_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b2f7dfa-4cff-4618-8cbd-9f2c470d81bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ef1294fb-f1ec-4bac-bfe4-555eb8643d6d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4586",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 656
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002464"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002464_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "valkenboirch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5c544611-e36a-41a0-a3ef-d4555b500b58",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a36dbe1-90e1-45a1-a7b0-d46285d09645"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b4d8b990-3600-41a8-8b8a-75093c7ae493"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerSaltire"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4591",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 661
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007968"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "polanen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24147215-b1c7-4cb7-b872-1bde61aface5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#43a2975c-51ea-4a4c-be92-d1418f801f13"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bd5e177d-ec5e-4c58-92e2-7772db3af1d3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c2cb8a5e-9959-40ed-ac33-32106235283c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1751c966-67ce-4104-8ac2-33911b195f2b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002470",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0351a53e-2b10-4d60-8eca-6c17db60a7a9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f363d9ca-e50c-4685-81cd-028fd34c69b3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2470"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Rose",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c60672a0-44a0-4c6a-beff-a4d37f7777d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Stag"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#97538f0c-a2c3-4eba-9e39-16487c26948e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d44255d5-2790-4c41-9104-916e2f797fa7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#NavarreChain"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c17bf4c-4e16-40c1-ac83-c8cdbdb60531",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006848_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#79723f86-269e-4c4d-955f-bdd6fb354cb1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#89911b91-3aec-4b59-8c8b-86e60006b0f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#0feae772-9341-4c82-a18e-e863824f44bf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#18e73dfa-e9c5-44aa-8e14-2ceaa591cdb3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6848_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003089",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6657e754-ba5e-4441-8ed6-f036c5ce801e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f4864416-53ee-4f51-98dc-098a5e6d89bb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3089"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cfbd12d6-0e7d-47bd-b0a1-d9193c73cb98",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d5b5651-94a0-451f-9d47-73c18fc78cf1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4a7ce9d-f5a5-404a-941f-457d51737127",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5c57e83-f675-45ea-94d0-a7a2d075842e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d484a03e-3664-4e32-96ae-8ecff6b7382a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4266",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 318
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003785"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".. vâ coninxeck"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#492e9485-3dda-485f-b6c0-526e9d961751",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#46b7d9fd-02d2-435c-b993-52efbd02e155"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d560a9e9-9c1e-4d4a-bc7d-3fbc7e12f6de"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3278df63-da5c-4d6a-8909-eb8ff74b563d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007206",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#791be651-fcbf-4146-9179-c5b142c6e564"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#21a8b1ee-3d50-48e2-99f5-6166fd86a198"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#54f2dd3e-9032-4690-b7b6-6299f13288a4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b001d2d-30a0-491b-b635-998903d38612"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7206"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#957b4b8d-241d-4e32-ba07-4e6847307f2a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#DoubleTressureFlory-Counterflory"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5fc93f8c-b3c9-4d50-8737-a4e76884af2a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#098a2729-3574-44d1-8ce3-701f0d5f481b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cd57d507-145b-4f42-b2d7-53260def71a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f49ec7a7-cd9c-41ae-a415-794cc067b2c8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5fc6985b-bdc6-4877-ba50-55ba1f0f1f78",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Wheel",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6833d08c-945d-4880-8b3d-ef98c5b1bc49",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cfd7e551-367c-433c-aca8-e2087284b25e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001357_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#da015860-c529-4043-9c9c-2ffafcc38760"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1dd9d802-26d3-4f04-b327-b4735deff736"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1357_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bd5e177d-ec5e-4c58-92e2-7772db3af1d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88132",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 112
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031568"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "323r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her reinmar von swet  .lxxxxvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2587c40c-5145-4fcc-a2ce-02965801a618",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fd391c6e-71e3-4143-9f17-e1313a0cac71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#00853f1c-8590-4341-80ce-536a7109c947"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bccc6212-fe40-4692-b15c-dcd3c6ed2867",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#851f174d-60a0-4b5c-98e6-a1a6118a10bf"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#88c2d888-4664-4c5f-845d-1038382e2a0d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PiedNouri",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#581f116d-5117-4ef1-b71c-036f843aead9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1e1ea293-a1ae-4cee-bef1-084bb69fa72e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a598cc9b-8348-4258-ba74-fe8c34ef382d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#94466778-99b1-4dfd-a933-de85cea5e6e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sejant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4399",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 462
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002803"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "groenenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031518_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5f9af48-7f25-41d1-a4b8-d68b840353c9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ed352ab-efbc-4cd9-980e-8517933c7b25"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31518_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0d2abd8-4984-4e36-8ed7-327a5427bc9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#df9eca59-9052-4027-a827-299613f65d3d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f9a31675-1e33-4322-8ae0-f969daf32121",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#9eeb3c15-ad4a-4bae-a472-c632c0f554b7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f25ec8e5-69ac-4643-897f-dda96aea6d4e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee8c6e81-6fb4-4b1b-891d-905e754052dd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9c4d8dd-686a-40ba-b86a-34522ddd415e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4086",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 37
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "môfort"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017415",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8719602-695e-492d-981f-a107a367f4ce"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b6ea6549-a38c-469a-be41-4d83d3b9c3a1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17415"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16e4c365-6b03-491c-a755-54419371a945",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4253",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 305
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003724"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hoye"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002476",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#68136a2c-c22a-4ea3-9937-140c43800631"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4c2f106e-3e0c-4f41-a5d1-bcdb54bed84a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c57ea45-41b3-49ae-9d2b-f0e69126ee43"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2476"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36623144-04be-4330-9518-6c05301b3558",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#954228c3-de57-4436-aaaa-e9471a500de5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da539d8d-820a-4fed-aeb9-e6091cc4b013",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8ba2bfb6-7893-4bc5-9916-bd52bbca891f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa879813-a1d7-402f-8ec7-0f9c5305ad69",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#FessOfLozenges"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e2d111a1-c355-49cd-b380-3a22bd02767b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a77b604-31e7-424c-a542-3abb807c5695"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4cd44e1-7404-42c4-b94f-d0b39af2a4b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrequerPlant"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b7928514-9186-44aa-a4c1-6416678ba1b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#37fac5fb-f55d-4540-87a7-8f12f534bb51"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab577aad-6818-4fdb-afbe-a83e1e2fc095",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4164",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 209
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006220"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "spanem spanem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4425",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 488
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002819"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vä haghenschede"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#86f0387f-c07c-4f8b-8c58-498a35d7360d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerChevron"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88125",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 105
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031562"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "313r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her hawart   .lxxxx."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac2ffb4b-f781-4c76-b004-442d6df285fb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#0845aa55-5d7d-49ab-86dc-6433b4fb89bd"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b3d999df-56b6-4467-ab10-cf1b7e13a10f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b185a512-3380-450f-9aae-8cb2318ddf64",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escallop"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce88e2a1-8447-46c2-9504-67497b78ad33"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f631bd96-f49a-4a58-b206-161786ae0fbc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002792_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#89e5bbec-3869-42f2-84b3-55417446187b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9157a1a1-9403-4e6b-942d-ca5f893715f6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2792_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12807",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 240
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006229"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "naersen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasChargeOverall",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4449",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 515
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003257"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bulendoe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e12a77d-15e8-4111-a484-00b76176d974",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#ConjoinedInPairle"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d9f13316-1cbd-4766-8b33-ee984a508067",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#11bf7a26-9a6e-48a2-8662-869a098517a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#331476f7-e92f-4137-954b-0d65620e335d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ReedMace",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002774",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ea29e1bf-1ef2-423e-8e31-346f5409c43e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#23f30aa2-a187-435d-bb08-b5ee271ab4d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2774"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016384",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b17f8708-c4d5-46ab-b764-6d790f02da8c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#09009c1d-ffc9-41fb-8b27-a1bbce9871e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16384"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4504",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 573
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001468"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "gistel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#939418d3-c491-47ca-9e12-90c7b7822f27",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a304aee-b533-4f14-a58b-ba3c620cbdb5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cf7c84f1-4718-4b5c-9be1-1b472fbf4305"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4251",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 303
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019399"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "scouenboirch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8b1664bf-4638-496f-abab-69e5d2fd3f8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28476906-c6df-4323-9771-7fe68c628014",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#41de237c-cab5-456a-9bad-45bc8c1a00a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#63dfa73b-c64a-4070-aba9-9725b4b7b3ec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11b24a95-0318-4810-a76e-4e2e65f6d39a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Indented"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#241bba3e-30ca-4d81-8e19-b2c72483a6e7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3404f258-f147-42da-9103-6a5dea152f0d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f7bd3c8e-d7c1-4b57-8b5e-561c100c64f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008134_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added Charge1_dir / added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008134_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1852c622-b0d5-43af-a3a9-54023dfb7b59"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e49c6396-a806-4d46-aed6-b61528d4cbb7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8134_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#92c1649b-a6f1-4559-bf4f-561a4369e6bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec45ab3b-5ed5-4cba-a86a-f51d545e6837",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e6a7bd9-cdd8-409f-ad7f-8e9615724d25",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ceeed29e-3c59-4ab3-a110-f32d2c03d2cf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f08c857-265d-48e8-a494-0afcff72de67"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#37ef7418-9253-4765-a2f5-98ef9fa23a5f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c29ecbfb-a380-4bdf-b354-6b6d3ab71443",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0d4e8e6-328f-4a9e-b27d-f3ccee7c10c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-52700",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 78
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008363"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "le duc de lankaster"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008299_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008299_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      },
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9442d299-78d8-49a9-ab40-f47687ce80b6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a78d394b-51b3-4e20-9662-f2f58532ceab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0fc00603-1d18-4752-986d-c0b6f06b09b1"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e591d5b3-3e44-482b-a305-34767604e8dd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8299_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29a6025c-29a8-482b-9e03-73c458c200c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mascle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#494401e3-1a3e-461f-919f-96b386023984",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#28fd5234-8334-4d68-b3f9-5712c6db8b06"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd4ce292-2b45-454a-9049-97972d09a31c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Molette"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e88c6b4-d7ea-4f07-8c65-0185dc87e75f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ef6cae35-aabd-4d2e-b6b6-e960af58f401"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027639_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e72cfb2f-e9c8-4d37-abab-df8981fa731a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#96be2aed-f7f5-458e-8ec5-d0ab9fed424f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27639_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63d4b2b5-47e9-4d38-b8b0-5caa854f28e3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PiedNouri"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d6e2a485-5b76-4378-a598-84c7032c72b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ea29e1bf-1ef2-423e-8e31-346f5409c43e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006253",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006253_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d02f03a-20a3-4e07-bbe5-cdfe6841d4f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#092daa63-3406-41d3-bb78-1eab14e4f5d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6253"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8b0bdaa-6db8-4000-a5fc-d97425c5c4b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#72ababfc-13a1-4d07-8c6e-88401bd94249",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb9c3ff2-9d54-4bc5-8b87-4951c9ef3ea6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3e9fd398-b0ca-439f-b08c-31e03ae44a2e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a24819c-bd02-423a-9c7c-a81384f244f0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#isstDx",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006258",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8624a09-0c96-499f-a190-5017ab154788"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9825c59d-686c-4d03-b41b-87b1343f7d5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6258"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008220_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52a89b35-1885-485e-b137-0d881293ba37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4246",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 298
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006866"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "saxen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005282",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fedee71d-c985-41d7-99eb-98e5449685e3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ee1c33b-37eb-4bdf-85d6-71b489f71ccf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5282"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017508_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017508_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#71a1d2c2-0bb8-41db-bd20-d6d7db9ef813"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4db6410b-d367-49e8-b0e6-1e7fe08ba475"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17508_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#809c54e5-1a1f-49c0-a228-108311988c3e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#e62833e7-85ad-4426-999f-630de211d4c7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f7028728-be90-4a0e-a776-7c80207b3550"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a58b5d45-01f2-4cb5-a183-f2f247a61993"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36e29e11-b2cb-480f-8eb7-219eecb31cfe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Castily",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e3315baf-a577-4268-a55a-63ab4b6691dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#911fdb0e-1888-4845-a190-4e75ebf8527e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4a36109f-bb83-40f7-83dd-853a59b23f06",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52354083-827f-4d61-9661-66c61a259e3b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#e11a57b6-5283-45f6-99d8-9529c8ef7d85"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002821",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed per pale to (2:1)"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002821_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2073192f-7f59-47d0-b769-4766da44d701"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#edefba0b-9b22-431f-9914-b08d9314eacc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2821"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4a545c6-1a25-4841-a734-a9af5ce96903",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#82fa5d54-c2f2-4657-994b-8993afa0a1ec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5d4bbcee-9a41-4e25-8b0b-e22c2d74b011",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2cdc3155-22f3-4c21-b01b-e05b723067a1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74147",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 56
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002723"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "valkstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Rake",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40698",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 27
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000759"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h conteer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4578",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 647
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004344"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "he vâ nevele"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#101f2c34-2c71-41d8-8c1f-fdba62fae2ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1b20d2bf-7ac7-44f4-9b69-7724eac84184",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4639905-2101-4c41-846b-e972b174de91",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ffee64f7-2868-4deb-9cbb-a2b218570120",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#145216e4-044c-4cd4-83aa-e4bd77eb6520",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#27475e5e-7ed2-4446-b745-e2298b9169e5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002909",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa4b76d3-bf0a-425d-bb32-29167ccb5b9a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b8729ce-5e48-4f8b-9faa-0faa142fa95a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2909"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000026264_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee4f6a18-05d2-48f4-9c1f-aa8f88f95112"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b475e9ff-dfc2-4a62-b1fa-4db8ffba1b15"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#5fcfb72a-fa85-4c7f-908f-b04c9561b34a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "26264_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pincers",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CrequerPlant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#86f5f370-708e-419d-8eb4-a77dae9b1ef3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e1234ce-ba05-49e7-a44f-70c275befdf6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#01051a72-6ca3-4566-b37a-833a8e5c6371"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4ce6eb2b-21b4-4f06-911d-1e54e1c1976b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d9529d3-8204-4439-9bad-72925a73de5c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031507",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a1dcc8b0-0fd6-4cc9-9df5-350017900597"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#505aa09e-b7e9-424e-bd74-1df78f2e2659"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#dad060ab-30d5-41dc-adab-c3b479379ba3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31507"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02580114-d2c1-4e72-bcc0-2d213658c34d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#65faf991-1fb8-4908-b21e-bab6434ffa6e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b8653e97-5352-43b9-8b5d-d8df9d92d93a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009579",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#34d9a419-ac21-4bfa-841a-c4f9fff0b79b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9579"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#35013c20-9e49-4b3b-9b2b-fddac7c96d30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#232ddcee-b6b1-4a78-9ed9-964aa48cd761"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d71524b5-71c4-4752-ba26-e221af8277a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8629d030-1ad2-4da3-ad1d-933a17a3f866",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88117",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 97
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031554"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "299r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von wissenlo   .lxxxiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11534484-4ed2-495c-9421-8f89fcaf9c15",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9be6c442-9259-489d-897c-218d013e3fbb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e00aad20-ce44-4380-b12e-653935fcc08d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BullsFace"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#52a89b35-1885-485e-b137-0d881293ba37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008287_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bb4a87ae-8c2b-4587-9258-86691539b5b7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#10678e82-643c-409e-b39f-2f98a56d1977"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8287_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4397",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 460
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002802"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002802_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hoorn"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dd55242b-1680-45be-b16b-3743fe6e9c6c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Helmet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6784afd-2471-4556-a103-a0121fdbc5b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002442",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b70784b9-634c-442e-99a8-10b39d99790c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#89dfad8f-40cd-4e76-b14b-d2c37df9b172"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e6d70637-84fb-47ff-9c1c-d86b9f4e32a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2442"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa918c26-ca77-4a1c-979a-4638f648b6cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc4b64cd-8952-4717-b0d0-3d1047f2b04d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a0c7520-20cb-443e-a077-64e29b503a9f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#4e098c00-7793-40c1-b3fe-d189b2a0639f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b92d4702-9734-4125-b2b6-0b9e1c99d0de",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#645c9799-979e-4bfa-a009-aea611c10186"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#734daee7-ec0d-41f7-a65b-e494c0a13b9c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#debc0848-67c7-44a3-a902-0d45373604b4",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006136_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f83df754-69d5-434d-a90f-6873cf2bd859"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#760d6a42-ffec-4199-8280-7036fa7d0d34"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6136_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dfd125ea-7dc1-48d8-98b9-feaaaedc8902",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2203bf49-d331-4eb0-9134-e9ced2806505"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ed34fa1c-5419-4160-8129-1adde2d67b11"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6cf7e54a-ccdd-46e4-a63b-1d723c2866b3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002421",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#26c66609-7655-48a5-8a05-dcbe264a60d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#356a2331-8a93-46cb-8a80-d73c4ffaa61a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2421"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0359d272-db41-4f5d-99d4-68b3e78f6f8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4632650-ea40-455c-a576-7a8b5273db1c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#2414e395-d84a-43a3-8eac-01291f721fbe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#95f49756-9b4b-4770-b0e7-fdc98d0a560c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bcfcfb54-54eb-4a3d-8427-79ff31290b61"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88089",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 69
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016446"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016446_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "205r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her cunrat der schenke vô landegge  .lxij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e228a536-ac62-49c6-97fd-d4dfb047ff76",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4f52b773-fd74-43f7-961a-fba6e12287cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#598583f8-4860-4937-9d45-85e64ff28438",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4903affd-dd81-48c0-a65d-0e366042a4aa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003450_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ba52c9a7-88e1-4c9f-b37d-66670c3a9e39"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#82e2dc5d-85b7-4b12-9b47-fbbfc73e134c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3450_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006024_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9dc883e3-c3d1-4432-8b54-cb48a6c3ee2e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d7fbea0-6fd6-4a45-a128-326e5720f335"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#ea2eb795-7bdc-4cb2-8a09-76163f74bfcf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6024_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e3d59364-f44e-4430-a072-ea22273f33c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006028",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1bb6fc21-6820-43fa-a6f6-288cc3cd07eb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1095c184-9bf4-4c92-9736-6212a198af4e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6028"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a08b8bca-da4f-4017-a345-424ee0e4994c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#640afa55-a826-4f08-874b-c9d9b4976af1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#af900d36-4fdc-4b00-a45e-20dcc503dc5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Enflamed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9d114d9-034b-4d49-b63a-f142ab5ee621",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#b93906a1-8a12-49fd-abbf-b9d39252ab16"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ec97bd28-0dce-41a6-a9e2-c8c38a871f17"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43553db9-11be-4ff6-af4b-6f39caac89aa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#5de679ec-3d6f-4981-a2ad-560501434647"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ee8507b0-cdec-491b-8b6a-4a7684ea6104"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2bf1bb6-275e-4e68-b733-23011221c907"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002722",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#11dea53f-5b81-4db9-8852-dd12b7c8a9e7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bc44e590-b1e1-489b-aad5-b0579dfc08bc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2722"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ConjoinedInPairle",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003568",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d3955f0-cbf0-4920-a14b-cb7b9551e594"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6db1e2f1-965b-4e19-9457-af872fd00b2d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3568"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#095da3a0-b853-4880-90c6-16e9b15d27d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d716171f-51ee-43a9-9b60-74d5ebefb7bb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4422",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 485
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002817"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "herfst"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2414e395-d84a-43a3-8eac-01291f721fbe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1fc2553c-2679-4534-9bce-5d1fa2ef409e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f2843caf-6cc8-4286-9d92-65c72f5d76d7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4057",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005679"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005679_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "orliens orliens"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a226316-7233-497e-a43f-9a980916fdfa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4212",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 261
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002731"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "eppenstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e62b67ed-0962-468a-934f-2c3a8d356064",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bb17025e-ca58-4beb-88d6-11537ca82bc3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a22a81c4-fdb8-4d1c-988c-42f4117f8c76",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#62ac2c02-2c94-4849-9c0c-6060a6584e63"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#473ee2ce-5e9e-423d-a705-60c408764726",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4240",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 292
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006243"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "moesbach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5881c021-2557-4fc0-bd9e-091742fe167c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#723e47da-fb53-4c9e-bf84-17af1e3caf56",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ebb50c1f-4a01-4dd0-922c-4edaabff7411",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88046",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 26
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031502"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "63r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der von kürenberg   .xxiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1de3928f-e26a-4f7f-b836-e14ad524211d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb538e9a-6eca-424d-af02-f3824998c896"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a5b62b2-acd3-42f1-b715-b7ef9d35efbf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a260ec7a-059d-4de9-9efb-a48ef70bee25"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2fd14313-ba5b-465f-8df7-a1cb5798202d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bab5686c-1883-441c-bbd3-d16151b6fe17"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ffeacbd-3120-4b33-b7be-ec0b92b62a27"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fe525302-9ba6-49f2-92a0-0fddd6425f8c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006252",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006252_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c41b3a0-d208-41e0-8ecf-afc695346db5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69b7a119-87a5-4cda-a78e-119a115b7494"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6252"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#500a14cd-766c-48d2-a82f-bfcb77067909",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#08775528-27e0-4f43-959b-8d95f10ce9c8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#afa0ac32-50b3-4482-9c2e-f6d24347251b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#21b58a73-c11c-4172-87fa-7030860b6469"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027527_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fbd5f0b8-11b6-4aae-b091-cb7b43014b36"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#586024fb-8dc8-44c5-8dce-438fd03de97b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27527_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f09dbb63-5b82-4a48-a50d-f27ab52872b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#66a7c0cd-4dbc-4913-80de-d3134ef313b5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4548",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 617
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002442"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "..boning  boning"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c3d58bd-45bb-4301-8a3f-bc91ceba9193",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a087f4c9-97bf-4f1f-b63b-dceaa18c9990"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4217",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 266
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002725"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der schenk vâ erbach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4636ffa3-291a-49af-ad9a-81320cdfaa9b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006274",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e534198a-7fd2-4d7c-b6c3-4800e770e65d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6274"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae8e2c4c-f3bf-4b84-8403-5467487008aa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88097",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 77
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031539"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031539_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "237r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her ulrich von liechtenstein   .lcvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4aaa87d-b465-4998-aab0-18815d59587b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#26ca2919-5cf9-4719-bc6d-1cb4f553ac88"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#437a59c8-d036-4edd-a715-7a7e004620f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ed352ab-efbc-4cd9-980e-8517933c7b25",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b5916b0-f750-4d0b-8c36-2d5aa9d720e9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50b1653d-a675-4806-8631-6a5bfbf61b27",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#BellFrame",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006234_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ae625f5-903c-4897-a757-5486c3278890"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#35c8a389-656e-4642-83f0-704793880800"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6234_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#777793eb-b25f-47a3-8599-1f3ed39af2df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#00305445-1b73-43c1-bf54-c6e67d800b27"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019621",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d13e23c-581e-4cf4-9186-28a737b64fe8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#164c0ede-152b-421e-9942-74380cd800dc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19621"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027530_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a72e267-1b79-47a4-a189-a11b27174ac9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#df992ccc-e2db-49e7-a188-72a3a3ab3554"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27530_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031499",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0bf7f83b-648d-4b59-babb-cdd447fc8333"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31499"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Molette",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7497bf3-5b63-4843-b6c4-4cf9a3c0a6d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Flying",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#839a2f69-65aa-495c-aea4-99e43c95410e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ecff6b7-8928-4cbb-9735-2c1267f7ab94"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016114_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#31fc057a-9d33-43f1-9a78-f02b3c1a65ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#951117a8-e288-41c0-a3da-093a870c6003"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16114_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007261",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant to Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007261_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#556f2008-b8cf-4081-8a25-2bdd78f26340"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c80ffafa-c10f-4031-99a0-52d4cbefc6c4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#834ffc09-87f7-48d1-ab0e-b919d4506206"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7261"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Mace",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#on",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1f420388-d095-4c49-9709-0803e316d5ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d1b15b8-5b72-49be-a634-b2ec25fb5775"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82fa5d54-c2f2-4657-994b-8993afa0a1ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#HumanHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Naturel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07f5de29-b4a1-4dc1-b610-994029bcd34e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f9044b2-2c7b-40da-a870-c7d727d1013f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8ef0fce4-f79f-4c0f-ba97-bbe2a814ff05",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#772c63d6-cfc2-4897-b54c-42df5892c193"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#12179827-a8a2-464a-b466-508edaf4d903"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2d3aa26-8702-4ea5-9b5e-0e8d48020743",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008378_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1 and field_seme / added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#304db03b-9592-4cb7-97b8-d3ba995b0717"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#21d0db3f-7f30-48d3-bd14-800e3df06577"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8378_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88119",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 99
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031556"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031556_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "302r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her pfeffel   .lxxxv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009649_C",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#14077fef-23b4-4953-8509-47fc2f17563b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9649_C"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b1f83f10-fbea-4b21-bf5b-c7b944b2f30d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031516",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed language of Charge1 (cerf to stag)"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031516_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f54322a-89bd-4fd6-bb7d-9e257a8f03d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b6e81bc-8b4a-4dae-a136-3d2ead1b8289"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31516"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Fess",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4b7b7aba-a66e-4013-b379-ee3b57c61d9d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#03d259ff-3df0-499b-a211-a91383d04ef5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4593",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 663
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006037"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006037_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "leefdael"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008677",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e0d54ee-5e2e-4c79-ac96-bc2b2adb1c6e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008677_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008677_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008677_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008677_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8677"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#164c0ede-152b-421e-9942-74380cd800dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1b13b887-2d0f-4ed0-b128-c6232355abde"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4310",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 364
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006256"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "mysou"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009668",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b8f3440b-686e-49f0-ae47-d5e5fca2830d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#227066a2-463e-45d0-a7b9-bcdeea70a830"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9668"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#efe2e217-f595-44ff-95d6-564b0d231100",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#168039da-ffd8-4134-813e-d84465101f19"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#91caaadc-cec2-4dc4-8f82-7f318262d49b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#eb944b61-b023-48aa-b058-57595c897d74"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7281c53f-a6b7-4f96-ad25-e7c4978710f1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5c0c5940-32e4-4dcf-843a-7732f47f4196",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#35d0a682-b236-4652-bd1f-6b69f43973e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gem-Ring"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b3d4688-2006-4877-a49a-94665584eb85",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2eaf3012-0c60-4846-9ecb-4a0e5296fbe0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#2529b550-20d5-4c90-83e2-0728a7b47ff6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4f7d7e3b-1157-422f-a3e4-a469d38ce0e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#77aa2277-0403-4ab1-8c8c-6cdc5fa8671a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a6bd5af3-e8df-4509-94bf-1f8d052b34a3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db609b5e-3b25-427e-9e3e-c6f693ca8c5d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e0b1933-1116-4a2d-9b46-453d81963721",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9af912e9-2e85-43e2-8fdc-6c6e14ee6581"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88075",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 55
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031524"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "178r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her bengr vô horhein    .lii."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#97e9d484-d910-4904-a3a3-978df7655fee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a9f4a327-1b22-4898-9b84-6c5a8307ba85"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4398",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 461
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006300"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006300_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hastvelit"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e52aff36-90e5-408a-a5eb-901e7e8a5cfa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4adc03bf-51e9-4bd4-84ba-3a080ec7ea6d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#163b2092-8180-4f24-ba02-a8dbb5281577",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Castle",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006423",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9bcae002-eb24-4fc9-9c53-fc5fa7b40c9a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#448e3bff-ef54-4737-aa95-11bcedaca601"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6423"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#QueensFace",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ea2f574b-7f48-41c1-bf40-cc554b35b071",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#c00948b0-ffcc-47be-8467-f8a12ffca450"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e4632650-ea40-455c-a576-7a8b5273db1c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#56e01896-8068-49ad-8a5d-17fe02a313e7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#501b1636-ba6d-4c4b-88aa-7bd40f3c129d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab3abc1a-2b58-4c17-bcf6-5532953040fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e416fd50-60f9-4c4e-ad7a-097672ab2941",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e9beff9f-aa28-4634-84f7-1fb58e13fb0b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031508",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#510c19b4-0200-4926-95d3-226754157a15"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c407bceb-8311-4abf-a288-edce8981a971"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#d0970c1c-11c6-4b26-afe0-bd2a582c5ac0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31508"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd61127b-d31a-47b9-9451-01ebd516ea8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74135",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 44
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003452"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "honerstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43147193-5dee-41db-bb0f-16e748ff02ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2330b8d3-7780-48e8-8f8c-2a4f1c6f47ad"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#354bc947-a69c-4c92-929c-5c838bd90575",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4390",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 453
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002798"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "nahus"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8791628-5dbb-4cbf-898a-5dce5cf83a3f",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#30974ed5-1150-49cb-a59f-d4600f24bf25",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#78bc106a-ec13-4d22-bd73-55e52558fef8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4895437b-2532-4493-bf91-fdf79fab97b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01e29964-752e-4462-ac01-72604b564a6e",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f230bf0a-0b9f-4b04-965a-2837fa8229a7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0fb9d592-9630-49ee-9ee9-55596499dc56",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4223",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 274
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002729"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "burenshê"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031578",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "Tinktur B bei Charge2 ergänzt"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031578_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7eb2859e-8be0-4a66-b5be-7f7a64fe20a6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#492e9485-3dda-485f-b6c0-526e9d961751"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#46b7d9fd-02d2-435c-b993-52efbd02e155"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31578"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CrestOfWings",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7dce9add-01d2-46a6-b731-a8a89ae2bd65",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#DoubleTressure",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4471",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 540
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007612"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007612_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "34r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8e42ecc-4d30-43b5-be35-4feeb3d66974",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#19f5e6e0-f41c-48d5-a7cf-3c6705f0169c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002653",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8b1664bf-4638-496f-abab-69e5d2fd3f8c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd0695a6-4c3f-4dac-bd87-d5fac094dd89"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2653"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000198",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#db694062-08b9-4527-ab58-543d84298cb5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7eed84c1-e198-487d-b3fb-da8eb60883cd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "198"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#643fdaf9-e9e5-4229-b7fa-8d87c5a0c91d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#6dbf6d21-31a5-4e04-8262-a5865efbc4a3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9af9f229-c479-48a6-b228-f009dd446532",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5a0589a-3af3-4182-b6c6-08d89c2b37eb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12833",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 529
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002839"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78380a7b-c2f6-401a-9533-bade80e43bb9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00854e48-ac80-420f-a451-a01f64096b4e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d1a8bc4-a0b9-4836-9804-3cb28da303e4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002764",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c239b84a-8563-40b8-bf57-31f15f1a58a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2764"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4fbe621-7a4c-4825-864e-7c97c428fd5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9a25cf42-0da1-4644-a639-1331d3c326b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#05a4a95f-ad68-4c15-893e-a1cd3b293599"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002471",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e52aff36-90e5-408a-a5eb-901e7e8a5cfa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a7294abe-8374-445e-af04-a3515e711024"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2471"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9207c46-425f-4788-8057-407cc5344c04",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4278",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 330
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006252"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006252_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "nuensteyn"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28118ff3-2c22-4148-bc8f-c8ae3aba6901",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88143",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 123
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031574"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "381r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b09b77a2-4081-4f7e-b530-177b177d289b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3a718452-c44d-4974-88bd-bca8f36720d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Helmet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006228",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006228_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b62abc0-4c48-4981-aa16-e2b345d36644"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#198f0046-8057-4c73-8d84-eb4acfa1462b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6228"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c4dc25b-5109-449e-a858-ba03a2af21cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2233bb43-edea-4fff-bacf-c44b9fc0a239"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#40a97215-687c-4f15-9aa3-d1810180c118",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d36980f4-db8d-4640-a29d-a1b4d2a45fbb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4452",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 518
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007988"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h heinr' van strandorp"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69f0b91c-273d-40d6-8f5c-f0e7e4ab9127",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b550c8b2-3884-4d5c-9c77-d0ad57e75c0f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#458f157f-30f4-4ea7-b836-1c9e1be64b77",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c890042d-7ae5-4bbe-9441-c891dd7f2924",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e228a536-ac62-49c6-97fd-d4dfb047ff76"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4d037e6-801d-4500-8d0c-410323be6374",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#27952a1c-5427-43b9-bc27-b12bcc1ce6d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f53eb29-0af5-471c-9ff5-085c20dfc85e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Star"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#eecabf1d-5baf-4f23-a435-eeca093286d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#066afacf-ac27-462e-b07d-120424893f56",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001319_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#301575f0-5de6-41c8-b2c8-b4ac4db1d945"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#68c211a5-3e3f-4c84-8923-c9f4d888ddfa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1319_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f554b623-a68c-42a8-9498-3acb5706d535",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bfdc31ea-0b5f-474d-b411-cf407b96bf39",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Affronted"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#040766a3-5a5d-4877-8e51-cbf431d62305",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfHearts"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8205ad2-62a5-464c-9991-40e0e40895c5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#WaterlilyLeaf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#76ab2866-cb5a-4595-8129-4211ca2310d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#445c8a20-94ad-408a-be50-649cb0bd4c96",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d771365-9e69-4a1b-a24f-7f48ec020624"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d771365-9e69-4a1b-a24f-7f48ec020624",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003785",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ca0fa061-15a7-4b42-972d-c75881caf85b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3785"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b754dbfd-0904-4225-9d59-0be036150bfd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#616115ec-ef57-4aac-831a-b951bb9a7f50"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d5ee6ad7-467e-4a13-9a8c-c193b32216f1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#de6b777e-3919-4e7c-9aa8-8c28b374d5b5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4549",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 618
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006028"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h' philips bastt'"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4052",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002904"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002904_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8d825cf-ebf6-46aa-b53a-19eda87bab21",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escallop"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Nebuly",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#47de9685-5389-494f-bb07-3b9e9c5ca7cc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a7b8a69-e5c9-4765-ac53-41988b5cf528"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cac667b7-209b-492c-92f7-f576690ea6ab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#655561cf-adce-42f9-be4b-48ae5f40659f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27475e5e-7ed2-4446-b745-e2298b9169e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#LobstersClaw"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#7362561f-37cc-4c91-9531-521841b88be1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6342e1a-9f02-480e-9faf-89dd8d5e56ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#17548abc-e90f-4386-adb2-e7768d38cdcc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#77612b42-0b5f-41b1-9c07-f69952ebf085",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a7b33a8f-9b2e-496c-a684-c13eee919ef7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f0a9fac-4046-417c-986c-d421cf4e628b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0feedf68-c360-4a58-b4a8-37433ddd6e85",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006294",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4188897-6eba-4e12-a979-ccb78d0b0717"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3708c662-5c9f-4b2e-b0f0-31081b1b1e62"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#34a778b4-a3a3-4dce-b509-70efcfdbf7d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6294"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#630a744e-e7cd-4c15-9384-6927ee3e362f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a3d2e2b8-68be-4097-bf28-36fb07f88e68",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e85f7902-eb0a-48dc-a765-c76b27dfcad1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Castle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4585",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 655
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002462"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "perveis"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#313b8e84-ee9e-4aa1-a7a1-e66bc7b40f12",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e2f73c85-9be4-49de-a259-e7a7cbe45523",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb5846f4-eee4-4459-8330-69625aa2329f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#80005eef-bfae-47da-a8cd-9fa427efa123"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f5843e8-77cd-4745-af22-f4ab3ee5bb77",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#OrleOf"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4337",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 394
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002773"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "29v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lansberg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8a21862-975d-4d4f-b8a5-24bc89414a58",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Trumpet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#f77a03b0-ad40-4b18-a331-d1a3705b61f6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#ff98c2cf-cabf-4887-b12b-8cd00b855c44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#000e76c8-f7db-42d2-8f26-e439ef7911ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#764b06fe-ed13-4800-a830-1df01814f168"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ece4e58d-d673-4db9-8321-d0e9858b643a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a2472cf6-cc02-4683-bb56-dceb79b26ca1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Seme",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ],
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9feaa735-a2e0-4559-bac7-4edf6d8a0f6e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#1805911f-dcfb-4e7b-99f3-dfa29b73bf8d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9a20b9fe-b85d-4b95-81bf-ac3ca4bf25d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4160",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 205
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002694"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "g' vâ tsolre  g'vâ solre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#335a9653-014a-4688-abca-95b5587205f1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1cdf4409-327a-42a1-8229-5c57d063f1ce"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#47ff1fec-5d6d-4eba-860a-98c8c1e6d9bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8ee33fe-e25b-4277-bf8b-e904d3ff911a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9618c47-fde2-4f16-a8de-4711675d5bbe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#59fd2dae-b87a-4f5e-bfc9-9f569c8e1379"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4592",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 662
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008229"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cranendonc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e89d86f-77d2-4a1c-826b-1e8bd256f0b2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b0a7878-e3ec-4ad6-a09a-e8413b6648ee"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007437",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ea59ac4-86b9-4d2b-871b-724429033428"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8099626-642e-4cf1-addd-f5745ff64eb8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7437"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c29476ef-2996-4891-8812-f7864012cf27",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008755_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008755_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#42ea188b-e1d4-4f87-a8a0-1df1ed1f38b6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8df7b2a6-e65a-4490-8776-aafa459e167f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8755_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4213",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 262
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002727"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vleckenstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d43af1b2-18c5-46f2-b681-e004c2da2bb7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031503",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d96fcbd8-c003-45fa-8791-7bfebe983288"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5f72d1fb-1802-48dc-a353-bfeb97f14c0e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31503"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91577bf0-291b-4ef8-b3b4-5ad440a672a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3e4e6afe-31df-4848-9ad5-e2dded368692",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#e2dd4d06-1628-41d4-8093-a5498ae46b2a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#99642122-9af6-4a5c-ac41-bf0ebed16788",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#a91b303a-1ae2-49ac-84a2-83c1a97b130c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2dc40cab-0550-4dbc-8857-bb2b074bdba0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#15edf4c2-c285-4c2e-8864-9d0154f0fecd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bab5686c-1883-441c-bbd3-d16151b6fe17",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cock"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ffeacbd-3120-4b33-b7be-ec0b92b62a27"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fe525302-9ba6-49f2-92a0-0fddd6425f8c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5aa25c71-4fb5-44e3-9f55-49c0ffa707b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#be2b2ddc-4d2d-4044-825e-ebd745ac9ff4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#15d67b15-b0b8-41ba-85d8-ad190a62cccc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4595",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 665
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006039"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006039_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "petershem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e0d6ac0-e236-4723-a7f4-68f479129ab0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aef9314-2bfb-416a-a097-49b987ca7276"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a368ccdc-b9fb-44f4-8375-11a392d5af6e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002457_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec7ae868-2e28-4446-b636-2ee2e394715c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#68069339-263a-4902-9f00-36ed7060f70e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#b80f3a5d-316e-4056-8b39-4f03ba09911e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2457_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b2d3f9d8-7458-4d73-aa53-81942fcce2ae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c866965-ac5d-46fc-a1bb-03ba737d4cca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006246",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d31f0536-c24c-4bb1-a247-0fc2da33c147"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6246"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007582_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2c61baad-d8f7-4b54-b473-666ef3e6f340"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fcaad719-29be-44a2-94e7-eccab91b9ff2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7582_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b16b525a-d894-468a-bb22-7ff92f5c9cb0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#36707bd5-9307-4156-b903-d0d7a801ebe8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c29476ef-2996-4891-8812-f7864012cf27"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#08775528-27e0-4f43-959b-8d95f10ce9c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a9842680-77e7-4090-906b-bf04e5c246a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#03f62b20-7bae-4f42-872d-3a83334c2f94"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006255",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab3abc1a-2b58-4c17-bcf6-5532953040fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ea5460e-de5d-4b7d-bc59-9cc801a99d73"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6255"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#46a7c116-61ad-486e-b0ee-2cfde211a471",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#8b594a52-57eb-420b-8ad4-145fc80c05e7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c1d5a44b-326a-4655-9683-bd7b3dec7a53"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#12495156-8b62-43e2-80a7-065734f1ab69"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FishHauriant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#411b826f-65c7-4c08-b785-55eca2ea6747",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ebd9893-d026-4a3b-b0f3-d03cc2203142",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec2bb514-042f-4992-a668-020edd4d002b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#72ababfc-13a1-4d07-8c6e-88401bd94249"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69e26247-7e6b-4c30-902b-0bd970b24487",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008925_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added palewise"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008925_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#647d494f-e4c0-4d8b-9aff-b874ddbe649d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8a6fc4fb-0554-47d0-9220-32cdb19cfff8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8925_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90cda241-0f07-4496-a0f1-140e21386eef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001386",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b65c721d-d8f7-48cd-8b65-15529388fb3e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#495c890d-54af-402f-a94d-902955986476"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1386"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42a67183-583e-41f8-9d8d-0b5e252074b6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006232",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f2ee8ad8-902b-4770-882e-c2581c745453"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#55d568de-e6eb-45ca-9671-87082b3734fc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6232"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#126f19bd-d1c5-46aa-b365-b5a7a8bcdbcd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Leek"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007612_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#50599937-5ff0-4776-9a65-308bbbd8ec60"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#85c4185e-1440-4621-a0ef-8ff2a000742c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7612_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_D_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1548ec1a-4e91-46da-9385-673420af10c4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#259275bd-ecfa-4038-9e35-4219d27ba9d7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_D_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008134_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8b1869d-c612-4536-8ffc-2f2c1579d817"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#38230e9c-6d86-455c-9360-fdfe920c9fd4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8134_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12713",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 169
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009650"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009650_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zueden zueden"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c1d5e024-8917-4097-bdb5-89eb11dd9f97",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#33c2b498-57ac-491b-84f8-8510b57d901d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b32f547d-32ef-4634-9722-3ab76b3e8482"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ff056324-a0a8-4344-8d52-d88ee886d06b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a22f17d3-c2ae-4150-bf18-c7046ed1d08d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa6a325d-4bb3-4c48-a6d0-37798e442105"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bcd03028-3089-4ed2-ac61-b54a891ce34a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#84b83794-20a4-473b-8c2f-8bd1d8a278af"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c627165-df47-47f4-ba9b-f2068dea4818",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Hooded"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d4cedce-c775-4b72-8f9f-03d463c76823",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#78b733b1-1774-4170-a7c9-3b0c9ea945db"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#834ffc09-87f7-48d1-ab0e-b919d4506206"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bdd0de80-286f-4a30-bf35-3c18ec4fa199",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Book"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f5bc1c7-e7ea-4dfc-a055-66a9b22ba257"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4cb221b9-32ee-43dd-878d-22054bf0b0ca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4a39b96f-ce90-407e-9404-278cbaa11b31",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009579_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#599aee53-ea52-4b5b-8fbe-176903238b8e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9eb93053-4001-4ad0-9246-8c774706d276"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9579_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4354",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 412
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006278"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ever van waert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74137",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 46
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027380"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bits"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Mascle",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5f33fa5-4650-4de1-9753-5c3833402ed1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#411da98f-ff92-4c33-8122-58a23e583b7b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d0d40b9a-a4c7-4812-ac49-5e27c2dcf98e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9320d642-9e4c-4ce9-897b-738369286f37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bluebell"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4598",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 668
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007212"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "marcshem  marcshem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#88c2d888-4664-4c5f-845d-1038382e2a0d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#27f481ac-2373-4614-b685-1caa718a2652"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#3cad9155-d905-4593-bab0-d1e26ceffb60"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f758f43e-3d38-40ca-8d54-f3a94b625766"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f8438602-b24c-48de-a4b4-c64c7af90eae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5444b4cd-e50b-448a-b533-4e2a021a145f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0e5c547-d567-44ab-b80a-3981c8a5b1fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#89204eed-4d4b-4ed4-97e2-17d6032c9b0e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb53c027-ecb5-44ee-953f-301269d2bb2a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027384",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027384_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#500a14cd-766c-48d2-a82f-bfcb77067909"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#730acdea-e26a-4daa-a293-062694337a6f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27384"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#17bf3632-a88c-40eb-a600-3b640212f55b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eabe50c1-535e-4375-a8c1-861984f35b80",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec6d566e-e9dd-4403-ba21-703f45f2cc50",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#647732a3-c095-4a61-9eb5-2db9c6dc3ae0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#910cc940-f8cc-48b0-9387-451e9621109b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4090",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 41
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003357"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003357_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cominges  cominis"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cdc4886a-d613-499c-9f33-a7a3b6514371",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#69d4088b-6ec6-4b58-a732-682dff757c2c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a372e67a-7425-4cd7-93de-7908795bbf45"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb1dec1f-e2f8-4b62-b074-d57e305d932e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74134",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 43
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000013424"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "fürstenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc042dec-6a83-4f1d-9fbe-399fd3682d85",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e66d2d3a-31e6-4e16-a855-a56a1e0d2b95",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4439",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 504
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002828"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002828_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "asselen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c22345fe-8c5e-4fb4-b5cf-08cb65059a49",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e1314e8-4f0d-4815-98d8-1998bccd451c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5888bd32-3ccb-4a83-a085-3951e75ed1eb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0eb1dc12-2e6c-4c1e-a541-5ca34544b7db"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc33f38f-fa2a-4373-9d3c-db8b0d66802f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d5d49c6e-4904-4a61-aa01-4628d6b6b5f7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac13d8f1-90ba-4e79-8789-dfe84043b3f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Griffin",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ff591d19-6067-4e37-bd78-5988363252bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d6260cc-7157-4501-95c4-0cc848569038",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb538e9a-6eca-424d-af02-f3824998c896",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0bd50a45-604f-46b3-9d50-7b2ea8ba1665",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4225",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 276
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007555"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "craft voyt vâ broenhusê"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d50176c2-f3a2-44a3-ae68-7a7d1d2deb83",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#c29ecbfb-a380-4bdf-b354-6b6d3ab71443"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f6ae64a0-c802-41aa-8839-4679420ab696"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#95f6403e-4bca-4ced-9145-64d9dc2f944d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c2b33d3-bf25-4163-859a-a525a4cfa223"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002728",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f4ce43f-5626-43bf-8434-9480cf6c8405"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb889167-288b-4dd2-b3c4-c20c27083f89"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2728"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd57d507-145b-4f42-b2d7-53260def71a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#DoubleTressureFlory-Counterflory"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#286abdc9-f1ec-4e40-9bb3-057f6bfcc165",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#01cf6142-4f5d-469d-a1ec-b1c4c6b16497"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e7692d3-bc5d-4443-be83-f54792e91a6d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6cedc869-2659-437a-8080-910c79d81dbd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#961241b6-293d-4c6b-897e-f4ac78d3cbb0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3274346c-703c-43c6-925c-69f3df0a49fb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a6f17bba-a766-44de-bf51-d2c3b5eaa925",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#80fd27b6-2271-4c45-8ab1-f215a6ad9124",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000020908",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b0597e23-03fc-41c0-81f5-b64c072fc3c2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#73447694-3b3d-4a63-bf36-fbca9934bdd5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "20908"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ef67d6e-9f88-4954-8c48-b9226a39965f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#27952a1c-5427-43b9-bc27-b12bcc1ce6d0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b4d037e6-801d-4500-8d0c-410323be6374"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e746dfed-12ff-4473-b74e-173922d054f3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031554",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c1e53b3e-4ddc-48e3-9731-9803367fee9e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1e317c46-098a-4242-a81d-be345d98d11c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#36707bd5-9307-4156-b903-d0d7a801ebe8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31554"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Statant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12737",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 179
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009660"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h joon oddes soon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4520",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 589
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009943"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die haze"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d9c9067-c212-481d-a0ac-c89e60c29f36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e62b67ed-0962-468a-934f-2c3a8d356064"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InOmbre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008991_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of field to missing"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0d2176f-8c4f-44f3-a067-28ec56d33e71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8991_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0bd1ec44-20a6-487d-af5f-d299ed6f0bbe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4c389bf-d9bf-469c-a933-006bc43131c1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1e58a2cb-cfce-4096-b9dd-b8ac89f4bc9a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031528",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9cdd0ee4-ba3e-42da-b494-742ea39077a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4ccb1c3-c062-4f37-851a-6e54caf97b71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31528"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd879d6a-17e7-4e01-b1bb-d1b089906bb7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#19f08229-5642-4346-b76a-0be2744d1fa2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4920ac21-3f18-4175-a5b2-fb46d19cb7d8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#14a27566-f0a3-417d-a9b0-09bdf9e7de75"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#da6bbe9f-a0fd-4954-898e-a833beacad15"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f62777cc-630f-494b-8743-0bba0a0a1cb8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#09729135-3d01-4ca7-947c-5b78ce0aad80"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d94305c-864c-4af4-81c5-e61cbcb32dc2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#679428c7-9e0e-4762-9d93-d070a885d33e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#db7a08e9-9d05-4257-8c5f-caaf3aef81f3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006307",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#11e2d6b4-8cc8-4462-ab55-62bd3f6a8b9b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#df2098f3-0b3c-4986-b524-ce317f002227"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#02e11609-aec8-4386-8d77-f66e52e3b7fc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6307"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f236928f-56f3-4f6f-99e4-5e8dc6d6718a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fdbebaa1-43c4-4f14-9d03-d1ff07575c32",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#TalbotsHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#18b5106b-8155-4679-953a-9fc336bcc937",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1548ec1a-4e91-46da-9385-673420af10c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a95bf355-5e5b-48dc-a9b6-c47cf94fac0a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#831f245f-ae2c-4e01-9e75-1e05575ecb70"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36d19cdf-1bb4-41da-9524-cb8a5b43ec32",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#86492c0a-c957-464b-a7ca-45644631b357"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e86f5251-6bce-48d8-9565-d1f340f11b08",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec59f2b9-be0b-47e5-adae-bfb9a76cbfcc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#37255320-3bc2-4a01-b632-2e980c21a23d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4b32748-c29d-4215-af3f-3a92ddbb82ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2755f5a-ee7b-46df-9044-4ec350073afe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6672d6ee-e147-4774-b52a-de11681124c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4457",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 523
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006323"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006323_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "van der lue"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#088ddb3d-7274-4558-a178-d01c89b91e4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85e962f6-83e3-4852-bb72-235076e22211",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb4a37f8-2eec-428c-90c4-14d6a29ea315"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78698577-2601-4c0a-81d2-c28dc3dcf268",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d54faad-359f-4715-812e-482f86db969c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Increscent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#6aa2102b-5e1a-4f83-a5a1-a1c346e87e17"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac6c0575-29a2-4166-a2a8-13e656ccc393",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#7426d7f8-3f11-4583-965a-d501cc7eebf8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb0a8962-fb76-4795-9560-f16405a6936a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e22b7963-666b-444a-b54f-f7648fcbd74c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#afd328e4-a974-4385-b19e-dcbfb8933f29",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8099626-642e-4cf1-addd-f5745ff64eb8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac13d8f1-90ba-4e79-8789-dfe84043b3f5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#836026ad-c2c9-49e4-9a8b-a37812edf53c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Paly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000018944",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c460dd31-4c6a-41dd-8db1-84705d00ff9e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#24b1761b-eee6-40d6-8642-3e9de0c9fa13"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#8579a530-2ae4-4c45-a48f-51cd13604e7a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7305205-d663-42d1-91d7-06ca3840dd3e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "18944"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4429",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 492
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007410"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die stecke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2b5b147-46a9-47c2-aec3-247b94ffd23d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#952823a7-40c5-4cc0-b4eb-40b4c9ba4d15"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006303",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0011dbc6-c779-4566-88f5-5a40431bfbc1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6303"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7ec8905-2a1f-4637-85e7-6eea63e9e1dd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#636fb490-9c4b-404c-a30b-b3be619790a1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4dfd7ed-1d0c-4a56-9b84-8041e49dacf9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#55f2366e-95c8-4589-8e3c-f966640cf429",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27b74d7d-733e-4f0a-8000-69cdcc7dec6f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fdefcd2d-cee4-46e0-8aa0-dc56a9105e16",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#83e60e8f-160c-41df-a89b-3546647afda6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88113",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 93
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031551"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "281v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006228_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#33e51637-37b3-4788-98f0-50d6c660778a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#aeebca0e-1088-4186-8d5d-ae46f8c51789"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1fc2553c-2679-4534-9bce-5d1fa2ef409e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ec990e0c-07a5-4f95-9250-cd21ee20dcef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6228_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#WaterlilyLeaf",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#575819af-102f-45b9-89ff-b944bf928b8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4438",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 503
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007609"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4c609b3f-adb8-4288-8b6f-0b3dbc24d07c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aaddd78a-ea9a-451a-a8da-6ebf18cb25db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Empty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#27c28020-7df4-4c2f-89bb-364ba33e857a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7080d165-7dcc-4252-b85c-7a239d19a413",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000384_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4fe18422-d4d0-4727-bf64-ced67b2405a8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1682cbea-bc4b-4d5c-b166-555d02305b7d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "384_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d1dada74-a7b8-410a-aa71-b59a9544a138",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b87f4a66-36a5-4027-b3e9-d59a505978a4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4193",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 242
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003803"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003803_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lanscroon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e5cf1d1-1b1b-4dfa-868a-8f97a2b007bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88083",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 63
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031530"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "192v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8655246-3a37-40e2-b4f8-20d9a710c05c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4da7419-aaa0-42a6-b95d-2f1ed8fdd0be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00209af9-723f-4deb-9262-4ff351b531d4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#OrleOf"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90cb08b8-bf5b-437f-8392-a7e2af8a65ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b5f6adf-3b0e-4155-8ea0-80977f7a70b1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7225aae-6f75-40f8-808f-e2bd1b0f9a78",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2447a54-364c-4efc-afac-b53d86ffe322"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec3c5eb5-dfc3-45b8-bd8d-2767192345b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#80d7223e-a3ce-468a-a378-c1a69e017a11"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0636ace0-2d14-4532-9fcc-0a740a755c8b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3023c5c4-06df-4bbd-8132-13fc8e95eb4a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#317ef0f2-db76-4909-8d19-757d4458c4d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74148",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 57
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009692"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hanou"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4218",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 267
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002722"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "klingenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#P",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#883669cb-dfef-4d66-9460-db2938629511",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6fddc2c7-4655-4731-be2f-557f2b8008b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#764552bb-fac8-432d-9e17-6efd76869e65"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5786d9f-c2ea-4e94-be56-53fa2ef7ab76",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#ReedMace"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#36953cb2-c08d-4e09-aab3-17620d196b49"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6679bac8-9dcf-4efb-b8ac-05427d0f505c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002805",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d19b9bb6-6195-432b-bfc6-9c784179eea8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b72be04d-a6eb-4b38-8e4c-c4eb22b8cf73"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2805"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74155",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 64
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021368"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "liniyorch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6799c9e8-2a2e-44eb-815b-c5b563f5d323",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#58520cd5-97fb-47e7-8c91-41a49d4dfc4b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#60b741b1-fcd9-45ca-affc-6b853a9bca7c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#17de4673-794b-498c-9027-4a71418ba4df"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c36e30f-7df0-46cc-8cce-5e3143d7fd4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74157",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 66
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027530"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "meer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4cf17c7-efbe-4efd-a4f3-15834dabc0de",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008363_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#aca78db0-de7a-4afb-9c02-cf54c341a4c1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d553f8f0-9560-4ac1-bed4-9ff9508a9cb2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8363_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9866ad8d-0511-4258-b77d-7d01123e1087",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9874a588-a662-4e90-9b97-cc72dec409f0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc0413ad-91d0-44cf-9218-0bd7c9efc0ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5194507f-6afe-4fa1-972a-44a41f8565a8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011299",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b322dff9-8fbc-4119-9ae3-a18f514794fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011299_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011299_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011299_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011299_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11299"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29e9f48c-3444-4f36-9237-fc0936b1b5c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c36ca057-5159-4413-a9cd-300fb881b9d9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28fbad36-876c-4493-89ff-d6badb1a61f0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b7d4f9c1-cdae-4382-a57c-0a1813b2783f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Embattled-Counterembattled"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bf7b2db9-b4f3-49e5-aa90-d2a21ecc996c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d44334c0-ee05-41cb-b171-e9cd2bd9478b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d92f936-4786-4cda-b34d-ba62fd01ec46",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac297f8a-4232-4301-9d77-718e031cc9ad"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2c7227da-f7e4-4b2d-83ac-43a8f038a4c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dove"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d984ad2b-4689-40e3-b323-15676cf16f1b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1e1ea293-a1ae-4cee-bef1-084bb69fa72e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12710",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 167
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009649"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "rex aelbrt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd0632dc-dab1-4a38-8549-a7c8cc1ad804",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Talbot"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#42e6dfce-2dce-4d03-a067-e33fa15ea2d0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001319",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001319_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#55f2366e-95c8-4589-8e3c-f966640cf429"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5ca96c2-ed0e-4646-91f0-e407fe319e30"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1319"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016665_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0c72ab8d-7582-45a9-a870-d8e6d7744b31"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d79537a2-0e20-46e1-8779-7d19e39ff69e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16665_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c407bceb-8311-4abf-a288-edce8981a971",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#6267df08-7772-49d5-a8a7-ebe6821a8b7c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d0970c1c-11c6-4b26-afe0-bd2a582c5ac0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac46e1ab-8ef6-4ab7-87d4-02bf2d0e27c2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02223037-37f9-4623-a56b-0ff5e2fdf4be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendwise",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007261_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#63cdf651-8205-44b6-8cf0-78a70a9b54c4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a5f43989-9acf-4cf1-b0ac-27e9f9a558de"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e191fc4f-3186-4d28-8420-f2cbcfef6faa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7261_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12731",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 177
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009657"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h steen bents soon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5781291-994a-4282-b2cb-db27a7498747",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88123",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 103
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031560"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "311r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her alram vô gresten  .lxxxiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007294_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d33788da-7d88-4b06-866d-5f69a24e5fcf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#75d77f16-0e67-4438-9dcc-ce1fee4a8421"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7294_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89dfad8f-40cd-4e76-b14b-d2c37df9b172",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b666901c-9438-42b4-a581-d0d7c560f8bb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#954228c3-de57-4436-aaaa-e9471a500de5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#5881c021-2557-4fc0-bd9e-091742fe167c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#603ed39c-a86c-4d26-aabe-c28b3c436dfa"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6e29227b-611e-41b9-ad25-115e58067768"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d2f9bc65-93cc-4695-b9d7-5a3ea25b1298"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e2dd4d06-1628-41d4-8093-a5498ae46b2a",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5912866c-9b91-43a8-b314-2aa89cf8245f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001543",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c480d54-6ed7-4839-9319-ae494df09ea1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2b5b147-46a9-47c2-aec3-247b94ffd23d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1543"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d1e349d-60d2-4d48-8177-48b41e981055",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01a9f6bb-dcde-4fc0-9bff-ec86fb98860b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b20b0a1e-1aac-4419-91db-b0cd374ee71f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c7f28e5-e338-4545-980f-109da71529c9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#bfdc31ea-0b5f-474d-b411-cf407b96bf39"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pily-Bendy",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007212",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4b14630-c706-4f96-9bea-f4ec1a93b49d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fcb5da6e-75f8-460a-b4b8-8a7917b988ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7212"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2d1f6ea5-a3b4-4c34-a039-84001b5aa579",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1cc110f5-4d43-4bf4-ae2a-a065a8c440cf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12715",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 168
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009652"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009652_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zueden zueden"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bf0b0ffd-08b4-4869-9e01-a3173a19416c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a991877-8afb-4426-a165-7824e4b37694"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bc658d33-d041-4e5f-a29f-ff5f3bbf3795",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e1976dd-9293-4b38-8712-4a00805ce896"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008682_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d599dbe-073a-40a4-89e7-bdc64b0991af"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6dc2893-dbb4-4542-8aca-7f2b0e904432"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8682_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006316",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#89e69369-c9ac-48f2-b32f-b1aeac796ee8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#38709dbd-b2d7-409e-a5bf-3f10ef00e8a4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6316"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4244",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 296
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007265"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007265_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h hans vâ wenchem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#60f0e65d-b06b-4e42-b754-e057af7372c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a6633734-f17a-4142-8fea-dd2d32faf5dc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Of8Pt",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fdaeef2b-f00c-4a15-a511-4e9715d8572a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-52699",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 77
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008363"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy s'ensuit la chevallerie du royaume d'angleterre et so(n)t ycy les armes du roy d'angleterre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d572c165-f519-4fd0-aec0-909257556b99",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0580a7d-ede7-4e08-809d-cb367f1ff98c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#81d9792c-53cc-4805-9c91-bcfee0744ee5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43739fdb-bf20-4b79-ab53-86ac44ebc391",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d155be4-3d73-41d2-b1bc-fac7ad79f714"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a541f095-75cb-4902-9ca9-7465e09edb28",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#32008379-a05b-4874-a8e5-b1b23f7ed321",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc9c088e-c75f-4e57-ad30-676e3f422dd4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011299_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce8739d0-79b2-4dcb-bb4c-245c79368d30"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9324d958-3357-4dbe-9d77-a495876d70a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11299_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4222",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 273
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007334"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007334_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bier birs"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ceca649b-445c-41b3-8b60-b4b558e898d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009664",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a32c04df-cefd-4132-b6f8-c54038ac740b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9664"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerBend",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ce98750-8cbf-426b-8fb4-39218f97d531",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae5f2241-cea0-40b2-8867-70ae23d3ab1c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cushion",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11c6fd39-39ad-4b59-9a29-80a51d1bb70d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#52f5c95c-af83-49a7-8bce-3cba5f035355"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1587236d-1097-492c-a90d-2bf872c47627",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#814ef4cc-bc26-4930-9c22-65020f8f94f9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa40d88c-9af3-4561-a45f-832255139f3f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40683",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 12
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "7v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes du noble et puissant roy de honguerie et de behaigne"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2bad7524-ed72-424c-99d1-a0a537a64b4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa879813-a1d7-402f-8ec7-0f9c5305ad69"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f7fdc4bf-dc4c-4c76-b1e6-ed180308fda0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008800_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008800_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1df48dc3-69a9-4bfd-a097-b0e89058fb83"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#223eee96-7c17-42a3-a617-bf83cd7b18fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8800_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d599dbe-073a-40a4-89e7-bdc64b0991af",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#681c793a-2770-4292-85d4-41e665143626",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#152da188-eb1d-42ad-a9e1-d2333c1f4839"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9fd9a1e6-ed85-4ab4-850d-5c9b129dadc4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027097",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c9f0fc2-2026-4d45-ad6a-e8607fecbce4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dfd125ea-7dc1-48d8-98b9-feaaaedc8902"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#ed34fa1c-5419-4160-8129-1adde2d67b11"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27097"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arm",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02714f3c-6c35-432f-a808-25a50b5593e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d32a8ded-235d-42c0-a268-273d0f7f1d2d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#41f9e70a-a01b-4a67-88b9-3bb0e031f106"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88063",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 43
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031512"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "120v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her milon von seuelingin   .xl."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1db108ce-82df-4075-8623-89c8021759ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2187c446-39b1-4a3d-80ca-10c46d2bda99"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cbd31a4a-f2be-4e24-ac76-d16be7aa97ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#547fa6b7-679d-4b02-8f0c-14e4f0b3ee45",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fe525302-9ba6-49f2-92a0-0fddd6425f8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ffeacbd-3120-4b33-b7be-ec0b92b62a27"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009652_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#af80fb18-3ccd-44b3-b28d-2a2d46a04e15"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f84f7458-dd9b-4c8e-b736-27bd165f83fc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#6799c9e8-2a2e-44eb-815b-c5b563f5d323"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9652_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002455",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#210c9749-c165-4060-bc59-9c6f6de8a129"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#15535b98-9760-4faf-8f90-0fbdf6ffd097"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2455"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88044",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 24
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016389"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "59v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her heinrich von sax  .xxi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28bc10eb-f7ed-4a5c-b35b-7dc0f74e50f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6fadb2a2-2db9-42fc-9218-ce39d0c8217b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f7da47a-c1ac-42c0-89b2-eb17f94f192b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b8653e97-5352-43b9-8b5d-d8df9d92d93a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0a7ded0-9672-4579-9aec-96cfa4e4941a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ebd9893-d026-4a3b-b0f3-d03cc2203142"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006003",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#20bfe8cf-f49d-4090-8a83-7733bb8b7efe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11e47f29-b2b3-4091-83ac-aa1c9eb10ca0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#b13d15e9-8370-42b7-b061-569f931580f6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce88e2a1-8447-46c2-9504-67497b78ad33"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6003"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#342512c0-8faa-4b61-9391-0f87bd873705",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#286abdc9-f1ec-4e40-9bb3-057f6bfcc165"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017508_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#N",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8013901f-89b0-47dd-ad7a-17cad6f493ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#39a650ef-872d-4a10-856d-d73f5e333ad9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bcfcfb54-54eb-4a3d-8427-79ff31290b61",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#23f00718-68c4-4494-af87-59f22ad4e25c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d32c881f-9ec7-49cb-9393-10d044f0dac0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dfa31216-8c0e-48fb-8d16-1bfe7a4e8dbd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#947e5e2b-083c-46e7-9941-ea2cca05a12f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5acc9d2d-1b97-47e8-b4b0-07c20c6dc3a8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e381b72c-10d3-4de9-8cd8-911e86fa6098",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006418_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#061c2894-5ca2-4f33-8008-94d53d80b4af"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d100e7c3-3bc3-4836-ab5b-b121d165ea86"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6418_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#62bc3f52-4769-41a7-8d25-3b99f2195054",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69585874-636f-4fdd-bd90-02c00fb9467b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a81d7007-d919-416f-9ee3-8d5897d8c34b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c6eb72db-94a0-4db8-94bf-0fd5344b2dc6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#97c954f3-b813-4e76-bb10-4ea539bb2268",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006230",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e09ad538-c316-45a9-97c2-ba0ae64c8bae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3521b9bd-eca1-437a-9baf-e006c8a0aa83"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6230"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#358ed3d1-c4bd-48a6-b7c3-a437232b6a3a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a0bceaeb-2504-4e9e-9d34-7ad010d96251"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c50258a8-d53a-4ccb-bed8-b5c0b5b58642"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#007d8ec0-55cc-492e-82a7-0d9fa058f360",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac18ae9c-b502-4c23-85c2-6dcc6d9473cc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90776b47-9fd2-4063-adca-83bc067934c3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#124656f7-142e-400d-96b2-dedcfc054d33"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d33c596c-467c-4bad-ac6e-0e867f77d3d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a28812f-35bb-4250-ada3-3de8716b7906",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#58520cd5-97fb-47e7-8c91-41a49d4dfc4b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#84bb94d9-c14a-441d-befb-78d90e44672e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#127fe41a-9820-4b2d-82fa-cfdf0693bc43",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f15a25f3-36be-41d3-b2fa-55656fe97fca"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#210bb152-0d31-4692-b551-114a7a2f04db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#487fe6d6-7a79-49cc-b472-36ef45ade719",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da51d9fc-77fa-4435-a4ca-ce0f275f15df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003227",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f7fdc4bf-dc4c-4c76-b1e6-ed180308fda0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#48881683-0a52-4e32-939a-0e8f9cc7d6fa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3227"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e42add9c-430e-459d-9406-8bdd5f1ae024",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pouch"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031502",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2db17cdb-68bc-4734-b175-abc18f51a3ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f1f8ca6-f346-4f8b-b25f-7e8ab1a0a59f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31502"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d13e23c-581e-4cf4-9186-28a737b64fe8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#53e21391-0baf-4569-b4e6-b7580521c161",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#467e5fa7-511d-49c5-a94d-ca148121b1e3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c1ac4e16-b180-496a-9043-ae31fb226b56",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Axe"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#9cb641b7-537e-403b-80dc-b2b6c5db254b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4410",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 473
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006303"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "menghede"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cf0fb809-f32f-4bff-979a-088c1387c4e6",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4446",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 512
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006848"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006848_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ruyen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4430",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 494
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002821"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002821_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "gael"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4554",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 623
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006032"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "viic  viic"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eae548ab-2e30-4d73-a56e-a50b627ffb10",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab168770-e9db-4ae9-8c7a-31372bddb944",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d7af994-9385-4057-a4b2-7dcc324a667b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002815",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a9177675-e6e8-4910-be26-6b8ef8321986"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#32d6f3e3-deac-49b0-a008-5bb325faa4f6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a457bf7-fdc1-4079-a413-534cb2734ddb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2815"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002706",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d186a1e-c7c9-4f57-a974-6ff881011060"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#59ece75d-b374-413d-877c-d4e6ff1398ce"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f83cad2a-ec39-4620-88c3-ae147d34f6c7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2706"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002935",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#16e4c365-6b03-491c-a755-54419371a945"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#814ef4cc-bc26-4930-9c22-65020f8f94f9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2935"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4f7d7e3b-1157-422f-a3e4-a469d38ce0e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4419",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 482
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006307"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "stroomborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dd1bf738-f2c5-472c-b7d3-8b56968e49d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#39d28f88-15db-4711-ae46-fb9685029685"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#68eaa634-e9c8-48c5-a070-65e3fe4739a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7bf0c122-611c-4606-85ce-5503a47c7039"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#df43376e-5172-4ddb-aca7-4593e3115281",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f9d08e4-b5f7-4bc4-8dfe-f73682059bce"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031561",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ab59708-9bf9-47ba-a9d6-feda08eaee75"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e89d86f-77d2-4a1c-826b-1e8bd256f0b2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31561"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pouch",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#46909ff1-2e77-47a0-81b4-a18aff41c8c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#547fa6b7-679d-4b02-8f0c-14e4f0b3ee45"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40676",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007582"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007582_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "4r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes de très hault et très puissant empereur charles"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c5d284f2-cfbc-4ab9-aca4-46894d54818b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Heart"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 9
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da81ee2a-f986-442d-8dac-95bd3a8c6d95",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d6a3459d-2f61-43dc-949d-df7ee88e86a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#21fb11ca-5a34-473a-aa96-abcf11b72274"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4a638ba2-b8e7-4d8e-bd3a-b7887480e2be"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#83acf55c-cb0d-4dae-a31b-014a6e5f8042",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#edd55354-60c9-4521-ba7b-0bb021c17a4b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027527",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027527_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d29f5fd-69e2-4f6f-b4b3-c87670bb0763"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2132b9ff-5f42-4024-90bc-388fd0748253"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27527"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#10ef3ec5-2171-4dba-9263-50c9864ef1c2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#553a6d0c-42a5-40d9-a31e-77937c30242f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#68e4a345-ec43-463b-ba4f-d11e14641c78"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b8bb84dc-99bf-4517-9dc1-536a9b4b4429"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ee832e48-e8d4-4efe-82f0-f6cf6e3983f1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f08eb5e0-ecd8-4494-9287-82ecb5be402b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#ad4b28d4-d75b-4722-84e5-e68a7a101bb2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#287672af-8c6a-4dad-98be-55eca710768c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#857eb99a-efde-4968-aad4-d174c55ae759"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f5c34f03-b61c-41c8-9ea4-0f370e476f4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Fretty",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dcad71fd-60ff-4b68-8e6c-22b5d43a74d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12771",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 193
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009671"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "12r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "waertenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#74ee341e-2150-46a6-98d4-5431076beac3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rake"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#a74fae07-a470-48c9-a436-5e5a4ae28950"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006301",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d613827-dc54-43ba-aef8-35641e825bd1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7ec8905-2a1f-4637-85e7-6eea63e9e1dd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6301"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ba95de6-734c-4e09-8e02-0046b062b87b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019557",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#80fd27b6-2271-4c45-8ab1-f215a6ad9124"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19557"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5f690a0f-e33d-4b98-ae75-b2598bb55fee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#d5eab436-0b71-430a-9cb5-8de8f1b208ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e413b37d-ab84-4d23-bf10-043c0a6c6380",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#023fa488-8a1d-4a25-be3d-7687cb75117a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b0ec19e-fb18-4e8e-a7a5-cc37c93b3c18",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ad6c356-20ae-4bae-8ef6-442390bcbeea"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d3b2bb0-3a56-47da-9ce5-dd60374a6bc0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#74b5b652-3354-47a2-8fd7-bea9a595fffd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009649_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#400a0ac7-641d-4819-9917-1563be204c3b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ce98750-8cbf-426b-8fb4-39218f97d531"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9649_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009649_D",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "Added segreant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009649_D_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d015222-0c0e-4687-91a0-0448fdc40ad3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4a7ce9d-f5a5-404a-941f-457d51737127"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9649_D"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8c60415-879b-4ff4-8eee-96d6da4baf87",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f8d14e46-a615-4060-a722-09e1e3647e7c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d29427b6-b698-45e5-8e53-01d487fa916c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88059",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 39
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006228"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006228_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "113v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her hesso von rinach  .xxxvi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74146",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 55
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002596"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "doun"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4292",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 344
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007602"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b2456b4-8fb4-4bb8-861c-c71727e32aeb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4b5c2741-1cc1-4e90-ad8b-933c81c45f1d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24ad1d78-fd5a-4c58-b7a3-fa9dd982aff8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa2ad633-027d-4fb2-878b-1197e6e1625e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008134_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removoed crowned / added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008134_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e45a6ea-6a02-4afa-91e0-d7d88877123f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a9842680-77e7-4090-906b-bf04e5c246a1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8134_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6679bac8-9dcf-4efb-b8ac-05427d0f505c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#36953cb2-c08d-4e09-aab3-17620d196b49"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c7bce5e-3017-416b-ab97-9b33b2f9dace",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6880adef-ba3c-4472-a578-e03cef161721",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ea9670d-ed27-4d07-b7d3-2233efe7ddf9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2c52552-3f60-4425-8cd0-8d4763dd08a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa3e52b7-bf96-4105-8d22-4c561f4d1dcd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027012_Escu",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Inescutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#583df9f8-f930-4ba5-a186-91cbbdece82c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9fa0835-7314-4511-9c23-7a041ada8ba0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27012_Escu"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PosedBendwise",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e709fd99-6707-4e70-bbea-a205e0b43591",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f9c303f1-3ef1-414f-b859-a7553ea7b648"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b1ed0b9-b30f-42e9-8a44-d432a66c52d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Curled"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3352c75e-f3d1-486d-a180-9aa84aaab4a8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d037cfe-5a3e-419a-91f1-f01cb63d50d2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#91e1747e-76d6-43b5-b667-0aa9d4df94a3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#165b79ce-e481-4abe-bb25-37637b16a142"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005997",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b6092a8b-0fa3-41a5-92ae-5186453892ac"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2938a322-033f-43aa-af3c-78ef9ada9cbd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5997"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db609b5e-3b25-427e-9e3e-c6f693ca8c5d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#WaterlilyLeave"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d98ecd6-c1af-4f83-b079-d7aed6532b23"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002700",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d7d90297-577f-47b6-8fe1-3341f3722c04"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#abb61e8e-00fe-4211-ba47-f8cf6087fa5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#8eeda9bf-0823-4bf5-82da-3753b4133da7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2700"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8301ef18-f86f-4091-aae6-978663923a4f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eae548ab-2e30-4d73-a56e-a50b627ffb10"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28a8fe54-4ea6-487a-aab3-663c635a6b92",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007985_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#816a34f2-10d4-4bbe-b030-681877298650"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0bdc9756-2d4d-4589-8832-5063a6101d2d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7985_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Naiant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4e2491a-5ca4-4ebe-9ed0-c8090b639f74",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88021",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003420"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "6r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "keiser heinrich .iii."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5fb27bb2-8989-4422-82a2-793fb65fdcbe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006646",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#083c4138-0fa2-4e6a-b251-1dee6bb91109"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#67d77168-9a01-45a6-ba6d-3138ea0a4f48"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6646"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d560a9e9-9c1e-4d4a-bc7d-3fbc7e12f6de",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bluebell"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae3e6c9b-1711-438d-ac20-ae5b69d0b2a7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4605",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 675
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002468"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "heesbeen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006844",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#03968e10-f760-4c2d-aafa-62cadc5ff3ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db0bf0fd-fa05-4ffd-ae81-e7878d83a5e9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6844"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008299_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ccb355ad-1417-453c-b1e0-72958a358a04"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8299_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d526a1bf-4e92-43d1-aee1-050b779102d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7a89970-5e47-4325-99e5-3b461699a1a1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9371dad-9545-4c4a-ac17-81c7d2a3101c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24ddf71a-295b-4e59-8a55-f92a56494db2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#RoseLeaf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2032a3a1-ae46-43f0-8e58-f2f76e0f75c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#aaddd78a-ea9a-451a-a8da-6ebf18cb25db"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5553fada-d98d-479f-89e0-c6401ae7509c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ba0c62b7-11e5-4118-afea-86a2c74b298f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4594",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 664
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005967"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "rotselr"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88032",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 12
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019557"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "graue chunrat vô kilchberg .xij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7e94fd0-15de-4e23-8a1a-d8883df81646",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0c38ff87-8fc6-4a6a-9837-11d3b2c3c8ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008837_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed field_tinct"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3e7edd60-585a-467a-a24d-644a0ba273a7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#09725bb8-2d54-4977-bd6a-0e6a616ce4c1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4c5fc9e-3372-4fba-806b-04f515f084ce"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#31f97a25-37d6-47ee-8556-3c0c5b303f5d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8837_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b1fdeafb-d49b-40c3-9590-9623504e753f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027636_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4b7a9c8-80a3-4b52-aa37-660339272dfd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#46944245-377f-4f78-b9f5-aa763c5189e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27636_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031558_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#01c49ce3-74e3-4370-a503-29510e5a3c6f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#86142f29-fbbe-4cb1-9ce7-3665d85695be"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31558_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#af80fb18-3ccd-44b3-b28d-2a2d46a04e15",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#e14ca9da-2625-434c-8e41-0c1ad5e9094c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1260073b-bfe0-449d-bb47-92258b5ccea5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008668",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cea22275-fcc7-4b02-98af-421510775ff4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008668_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008668_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008668_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008668_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8668"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b93906a1-8a12-49fd-abbf-b9d39252ab16",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Buckle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01cf6142-4f5d-469d-a1ec-b1c4c6b16497",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fesswise"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031550",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "tincture für letters hinzugefügt"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031550_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e87c1e2a-7c8b-48af-89f2-b94069d181d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b754dbfd-0904-4225-9d59-0be036150bfd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#d5ee6ad7-467e-4a13-9a8c-c193b32216f1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31550"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85e697f9-2eda-48b9-abaa-28dc6a8b59b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f9ad07b-1ed5-4cf5-853b-0065fd15517e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c590ea7c-d99f-49dc-9c19-9aa81915a088",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e55993c-b228-499b-acad-f7a2e4c43709"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#P"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3cf53d1a-9982-4646-88f0-1f650b492560",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wing"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Passant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#97da1b8d-355f-4dde-88f8-f061bb8cc805",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#208f1598-28c7-4791-a6c8-d8ce775a5c73",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8f9b322-2617-4035-a6aa-c32a36155991"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-52701",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 79
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009583"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "le duc de beffort"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bird",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#729fd12d-a4db-43cd-bbd2-24f28c197f21",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#414ba82c-7957-4e06-b198-0ef989b2c234"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d71fe99-01bb-41e9-82eb-6097bc842a45",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11671afb-c733-420c-a468-054fe459a745",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4583",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 653
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006034"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lotryke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#32666b22-537f-4f7d-a8da-33b0cd8785be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#053e47a9-e118-46c4-9d25-dd089e0f4bcc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#de984b4e-cda2-402e-903c-371cd7664ee6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab988331-5966-4de3-a11c-03aa0c29f160",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#051b653c-135d-40f4-9485-3009292a25c0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#0d2263b9-0bf6-41d5-b6c1-a163ac836604"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f446b1ec-c20d-46ce-a13e-99204c86dd14"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b0a208e4-852a-48a7-8106-3434c49dc22b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69763819-f676-4a96-9470-46e4f0f7d54f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b60022d7-556c-4320-b691-fd3e6fd1182d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f0b2faa5-eb4b-4320-9a92-d6b7dce0bbe5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ca25ef4-ec66-4367-8e04-715706966846",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0bb5d7a3-77b8-42fe-8cbe-322e37659f57",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pincers"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#755c0d06-facb-4468-9d70-cd26596a9236"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dexter"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#281db7b3-f2e2-4be9-bf89-59bf67ccba31",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#43e68ee9-124c-42b0-b18d-db3f1071fc94"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006680",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7fe81176-7669-47b0-9811-e9e59f5008fc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0f3f5e8-a98d-4fbe-879c-0fc09dfce4b4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6680"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f8604cb0-3905-4877-84ad-15499e28d476",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#1ce18a99-ce37-4397-8272-27ba75ad140b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fd4dded1-b252-4ef5-b00a-354f7d1bcb79"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#87a5cef0-1dd9-4413-9539-547a43fef463"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002769",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4b7b7aba-a66e-4013-b379-ee3b57c61d9d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b13fd191-3de5-4778-b993-8bbc4a46fac9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#4528efbf-3ae0-426a-85cb-8afddfd860e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2769"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8b53dcc1-0ad2-47c2-b71a-d733dc6a56c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#06362f69-0cf6-4c2a-b8e6-e86fef92c8ba"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33ef677e-d7cd-4e81-a156-76d16ae53d13",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#decoratedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#292b2998-4c44-4693-a6f8-72ae777f0f26"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d9f80d5e-6086-4fbe-9cad-dc69be6a4afd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1aaeca88-2bd6-473e-bd9e-f192fdf08ca4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#62ec65f4-0361-4c54-9530-8321e4714918",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0916fe8-9dc5-4ead-b5cf-aa91ea59ab5a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aa3e3c47-4367-4a6c-86d3-d24ea242bde8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e1efa49b-5778-4083-81e6-57c6f03981f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#304b04a2-e145-4d5f-a95b-18be7e399cd0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5a394ee-8e19-4f07-9568-d11e7a4aca03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bea0c127-13b5-45fb-bb33-cd8c6b3f7206"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4dcc8dc1-54a7-425d-b800-8ade69b7da86",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#525b490c-265e-435f-8411-a932cf4ce11b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006848",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed crowned from Charge3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006848_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9de67952-0c98-4faa-a7d5-8877833f7b8c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2616c493-31b6-499f-83cc-8d116e273a60"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#4bc736ef-7422-4f33-a86d-d930138069c7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#bbcae323-5c81-4fe0-a2ee-25b03cc47221"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6848"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007037",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#61abdd6c-a433-428e-8a91-99ffd7a66557"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9386a8d4-4149-4ed6-881b-35279e3c8b6c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7037"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9c61d33f-67cf-49d1-a541-26418499561f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Slipped"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bb1e6a72-a222-4c8e-a347-cdcd910d2240",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Nimbed",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#052e31c2-5389-4d12-999f-d43e9e27be50",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#859d5cc8-0618-4019-81d0-27b10e45043f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4233135-e2ee-48a0-8932-e1cdbcfc9124"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2d613827-dc54-43ba-aef8-35641e825bd1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#49d7bc59-bffd-4248-8819-8eef0132c526",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#431c5f56-91af-46ff-ba43-6ac2e22a31c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c1794ae-b4af-4792-ae8e-72a59c5db30a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c665679f-455c-459a-b9fb-5c1535e6568c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91a6098f-c4f3-45b6-9026-eed2802ecccf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006402_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#70f6a598-3a07-4e53-9951-c2a738c595f5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6f3f12d6-64f6-4fa1-a4c8-c149244487c2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#5cb2096d-e6ff-44b5-87c8-6ff12e18d446"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6402_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52a02d9b-e544-45af-8def-0f93369f62be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Doubleheaded"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9bb303f1-94d5-46b5-8346-617b173ce68e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007334",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007334_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0bd50a45-604f-46b3-9d50-7b2ea8ba1665"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b05a03a7-ad43-48e1-9ed7-76299efa7cec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#ad1d484e-ef64-465b-b820-fe5a56a9c76a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7334"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b001d2d-30a0-491b-b635-998903d38612",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3e2475e9-8e62-4b3c-a6b7-22ea533f756d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29a94907-5c10-4bca-abc4-3dcb01909a36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006329",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d1846d7e-1832-449d-9636-baf3566d1a77"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b12835fa-a10f-4fe2-945d-974c65dcb8a4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#bdde28f4-4fc1-4f06-821d-b75002a8d10b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6329"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0b0b1ca5-eac2-4d18-8725-69bfbf58f89c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#66bbc5ca-4976-445d-bfe0-544d9c77f099"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#eb3ee116-ce2b-48be-b74c-397c95fb62e8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a42606dd-915f-44c6-9b9c-a32d764e5d13"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gonfanon",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031524",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#13267515-f01f-430f-8b34-371724a64545"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd8e9bda-7f22-45c6-bae1-ac86312ced84"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31524"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d96fcbd8-c003-45fa-8791-7bfebe983288",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5c483600-563c-4e3b-aa5a-c1e88c642327",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e7692d3-bc5d-4443-be83-f54792e91a6d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#79716488-f503-46c8-a9fe-414d41d44cda"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4628cceb-a7c7-4a06-a897-759f28334241",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#951062fb-a4e1-4877-ba50-c8b674db56a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006037_CoAF1_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#58352dc1-84e7-4e3c-bec3-7a8e62c212e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Stringed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009649_D_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e8b8588-8afe-4d84-809c-225c90a99a4a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Boat"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#ff2a95e4-7dac-44e1-87e1-49873914ca9e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4353",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 411
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006275"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "coenr' dem toere"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88101",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 81
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000020538"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "251r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her bruno vô hornberg   .lxx."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007988",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4e2491a-5ca4-4ebe-9ed0-c8090b639f74"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ffcfe389-d1d8-4a31-98cf-6690b18efb71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#77612b42-0b5f-41b1-9c07-f69952ebf085"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7988"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e047a36-2979-4d01-ba1f-ba6f30596dd8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#1302245c-0dc7-4534-b594-41806e43367c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#1642657e-10c9-4393-a5ec-1b32f3631910"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2003e01d-4010-466e-8517-a09ba88e1550"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1805911f-dcfb-4e7b-99f3-dfa29b73bf8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9a20b9fe-b85d-4b95-81bf-ac3ca4bf25d4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4365",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 425
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003689"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003689_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "..  vâ hessen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#426233f2-2d27-4ea4-934c-063fe7a31e4e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#42417a7f-34af-4447-baaa-da3e75a8bfc3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ad850498-2462-45a8-a9a9-a0afb00bb68d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b8c7601a-34a7-43f4-b1eb-57ce00baab33"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a9177675-e6e8-4910-be26-6b8ef8321986",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9936827c-6067-4af2-ad5f-f536853bab6b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#efe2e217-f595-44ff-95d6-564b0d231100"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f77a03b0-ad40-4b18-a331-d1a3705b61f6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InSaltire"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031501",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#832ffaaa-5750-4f5b-b841-4233947db36a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#52adecac-1667-440e-8e93-6d03627268b0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31501"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88122",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 102
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031559"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031559_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "308v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".lxxxvij.   steinmar"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c57ea45-41b3-49ae-9d2b-f0e69126ee43",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f9d7a0c6-0e0f-4a9e-9d76-81411559504a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#afc66d19-ddfb-46e1-9f30-c551f12e67e4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e5e57cd-1182-4883-aa6e-01845acea2bb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4448",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 514
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007365"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "moltcke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Indented",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009678",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7339662b-e2fb-4187-b75a-febed137673a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a306bf6-2349-463b-b695-85fded62e238"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9678"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#BendCotisedPotenty",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9c866965-ac5d-46fc-a1bb-03ba737d4cca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008677_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#db059bdb-dcbd-430d-bb4c-de8b5aef6f3d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8677_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6cedc869-2659-437a-8080-910c79d81dbd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bodkin",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021423",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#448466b4-b198-4012-ac75-9e2adff99ced"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21423"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002828",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued to Charge3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002828_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7119652b-7e9f-49e0-84d0-02925590b4be"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#df7a1ab5-0973-4d12-8419-6c6e11c1c479"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#bb983a81-dfbf-4e79-abd0-a4aad198701b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#f82e6ecb-086b-4f90-8e3a-813866f57df6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer4": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d495c75-821f-4f20-8742-25aa9c203b52"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2828"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a875f6c9-944c-41da-b96b-b40be59fbe24",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb9b5b07-0d56-4c76-b823-a571e54bcd03"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69d1e3cc-691c-49c9-8fae-19fa8c1f0a90",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#70f55f66-9e2e-434a-b3bb-2f49adaf5564"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#957b4b8d-241d-4e32-ba07-4e6847307f2a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26c66609-7655-48a5-8a05-dcbe264a60d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f94cf23f-8926-4e07-a8e0-7e0a57a3d542",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fec9b431-3393-47e6-af76-b8632744d401"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4cc54f60-e672-4f41-a9dc-f6519e799b01",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9fc53351-bb83-4caa-b310-84b275509a11",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Salient"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#09725bb8-2d54-4977-bd6a-0e6a616ce4c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9000aebf-3ef7-4e22-807f-0a968262f1b5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002447",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#78c1788c-70b6-493e-b058-5b80ab6b100f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#233814ff-90c3-4ec2-90b0-a89e41a201ec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2aac0edb-8829-41d9-8a21-c711450fce3b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc8af3d3-7495-4961-bc9c-9983b4498c3a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2447"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0bf3d058-65c7-4409-a920-4959de79b4df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#52354083-827f-4d61-9661-66c61a259e3b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e8dc89bd-32ee-4b08-a903-706dc9c39300"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a5f8eba-bf54-4515-bfd8-a5c2af1b9ec2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87fad29c-c700-455f-8844-833af12273e0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a83a4b13-a124-4936-b099-724b5e40bb00"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006039_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c93ddcd-b089-4c06-acdd-c3d69a4d261c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c727b521-d7ad-42e7-82b0-3d3bc8152255"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6039_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f0a7305e-2f69-49e3-a146-ec4752371848",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#618a9ad8-dc6f-4c12-b219-3cea9498aea8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40685",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 14
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "8v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ycy sont les armes du noble roy de castille"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dexter",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Direction"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb33e1ab-2542-4f02-ad5f-95fe2bdd94c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Moorcock"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#DonkeysHead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4176",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 221
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002703"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr symô van gontem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Millstone",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aea97d30-b7a5-47e1-96dc-34d12f252b2f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0f25073-d8df-4dea-a865-c899fb0a4446",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4264",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 316
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007317"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "g vâ saghêhaghen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Empty",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb1a279b-0091-43b3-bc2c-4ec3aad2f816",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#d68e663d-8403-4cab-b0a4-61ddd9b236ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#342e5205-ad3e-4884-9b49-32acdb857e94",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009579_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c5b57f7-2da4-487d-ab8b-19e3563bb289"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#93612e03-25f5-4aaf-b6a0-e1d19c6ce5b2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9579_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38556fbf-859d-407d-81bc-2920e92ed546",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Martlet",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031578_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#38bd8d33-99d0-44f1-9210-5b382dae52e6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c040018e-80a9-48ee-b049-33dd52352fdd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#000c2c72-e4d3-4332-b1da-b3a56741b5c0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31578_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0665a14-e8a5-4347-86a3-844562692c0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge2",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a95a9158-4184-44bb-ba16-793ee7152bdf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Scissor"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be0b3348-7537-4087-bf2d-72b68fb170a2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#7cc1a0c7-509f-4974-a4d5-d86f96f9a305"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d155be4-3d73-41d2-b1bc-fac7ad79f714",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dolphin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#37791b1c-462b-44f4-bf0a-ceae610b8365",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007831_2_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c04330d7-fc1d-437a-a026-a4273a1401a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f0eaf662-567a-4900-813f-cdba98c7c483"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d3f21e5f-e238-4113-b6e9-35406e6448e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b3a9629-5c12-4361-aa9b-b16e3241bfac"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6666824a-88ae-4ec8-b84c-c98e6bb87eca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#df2a483c-769a-4fc8-bdd7-2425246326b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InSaltire"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#74635799-7d1a-4e59-bcc3-e586c83b5ff9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d7e5569-e7b7-495a-be23-2becb3a63b82",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#70dca9d8-7d7e-449b-b139-bc8f6c7bf707"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78dbe038-7c19-4fcf-93d7-26629a0f19fb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InSaltire"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4315e859-7c8a-44f6-9bff-692771592ba0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#63af998c-3eab-4ed4-932e-fdd343272970"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dancetty",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tower",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4263",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 315
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002752"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "g' van helremôt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ad38da6-d6a8-4b75-bf42-cab0b8205d41",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#5c0c5940-32e4-4dcf-843a-7732f47f4196"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4478",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 547
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006329"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "34r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "remlo"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87458584-5d77-43d1-959a-137fe88dd554",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#44311cf5-cf73-4322-afbe-499ffcb94655",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4b530ef-b439-4ea3-83cd-27ed78052c6b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e027fe30-4583-4164-b3fd-6c5e8ba33608",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#74b5b652-3354-47a2-8fd7-bea9a595fffd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#c6f84c37-7e21-4cfd-9a34-6f5191b98df1"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d888a42a-12f6-48ef-98f3-f82d48090604"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b065cde-7a4c-4c02-8ab4-35324df883f4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7cdebfe-82ca-42fc-86ff-78078a3904b8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d7ecf131-d3d5-4be9-a630-b8169bb0eb44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4185",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 230
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002710"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "17r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "gbenheim  gbenheim"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad2e7de8-e903-4c9e-b415-836aa9393a7a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9eeb3c15-ad4a-4bae-a472-c632c0f554b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9595b5dd-d300-4f50-aed9-b2c4d58960bb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec97bd28-0dce-41a6-a9e2-c8c38a871f17",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b93906a1-8a12-49fd-abbf-b9d39252ab16"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#684328be-3a7e-4107-a59c-b4897c26524f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#506d4856-9d3c-448b-baf1-8bd518b91c49",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#943a95d1-0121-4cbd-8c0e-c351aff1c689",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008676_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued to Charge1 / added compony to Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#49d7bc59-bffd-4248-8819-8eef0132c526"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d97c22d-ee2d-4cf2-bdf3-282dd728450e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#49d2aed1-7af1-42bd-abbd-e94389eb981d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8676_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4196",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 245
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006231"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tyen  t'yen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d3d01aa-b4f5-4c5b-a9cf-57a750417f30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d9c9067-c212-481d-a0ac-c89e60c29f36"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63c9c3fb-df58-4e36-8d55-76245a839c08",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031553",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a2891cc-416b-4210-9c11-cab7dba139a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31553"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8a0a787b-46e4-498b-858d-130cdaa02e9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4550",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 619
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006029"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "burchgûe vâ vuerne"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69d50d6f-d9fd-488f-9a30-236cc31f1a3d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d9357b8-34ec-4b74-b259-f6491bb747e4"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#defc4094-af66-4e99-9f92-32dc42085388"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#13a85dd3-91dd-417c-a760-340f26be4ee1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#06362f69-0cf6-4c2a-b8e6-e86fef92c8ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wing"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c38cf15c-8695-4134-b2d3-afe77843848e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a0122a1b-1f48-4a0a-b187-123c992660b0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#01e29964-752e-4462-ac01-72604b564a6e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#704fabc8-c2ed-4ecd-8db1-488822c1bfea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#48df4f5c-2508-4d40-9554-c90a622a75fd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9dade52-fb90-4982-898f-bb9c058d2fe5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002816",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added tincture for Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002816_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#58f0ff35-2ce3-44cb-b820-e00866260a86"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#26502381-b11c-4650-8c3c-91555f2610f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#861f10f9-385c-42f7-8f6d-6b62100ad75e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2816"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74140",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 49
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027384"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "<honstein>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009917",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3e9fd398-b0ca-439f-b08c-31e03ae44a2e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#53fa2e94-5b16-461a-877d-972ae4e481bf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9917"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4047bf52-fbdd-4974-ba47-adeef6a015fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Leek",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ef13599d-c189-46c3-9629-c5ed6be5a048",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#75cba396-db31-4d6d-9b61-368e7c1ca0cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b4a8a15-22f4-4193-b90b-445e74725da3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b3ebdf4-ec7d-4bb3-b834-8007eddc7839",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fish"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#db590100-fed8-40f8-9539-c79ae40285af"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38709dbd-b2d7-409e-a5bf-3f10ef00e8a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8555fff0-bba7-4743-b663-b2f27a7ce12f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6df849fb-d5ba-4325-84cd-da33dd22bfdc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#27e3010a-e2d0-497e-933b-ecfe67dbc6d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5cd5cd5-0b69-4ace-adde-2d4646ca2054",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4b81cc75-7419-47df-b127-d9144791716e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#67f0d4bb-487d-4ecf-bf99-ecac69206d71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7539ee47-c3e7-460f-a643-c1c1cb24a011"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002736",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b1aa63ab-5878-4427-803c-5c84afca145c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0edf9277-9d14-4249-8e1a-4149c6796337"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2736"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5aa12049-4667-4750-bf4a-d2920b093762",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ecd496d3-a45c-4078-9bd3-7804cc45df94",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002475",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c527b3a-af61-432b-b6c8-25e2b164d236"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4921d759-cf99-48b4-8e4f-8ea85a582a3e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2475"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3404e5b4-1698-400c-93f1-1154966eaed5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07f5a821-32dc-4b6e-aab1-2d2645503e06",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#199c1b79-354c-4114-9630-5a5a8f46e4c6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8ef14dcc-d00a-4eb8-ae7d-7a2c744e7e90"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a56b31f6-a967-492e-96b5-5b62ae414c40"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8da788f8-c69a-4b18-954a-a9280c0e8f8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4685222-0154-402a-8f3c-c29f6e582f61"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031570_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#190f1308-42b6-46da-ba0e-e05ccf6b641a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#045ffa26-124f-47bd-80bb-c5bee6615483"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002444_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e027fe30-4583-4164-b3fd-6c5e8ba33608"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#66724687-c115-4ab6-96ed-1ce8bea75489"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2444_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c5e6039-8f6a-4604-b370-e8d85cfc5133",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007758",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c21bb91b-25d9-4dcb-adb2-5649683975a8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7758"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027545",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8c36af8-ca12-4100-ad83-24fddcc2cf71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27545"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4bd2ebd-a60a-46dd-bb78-203ac28ff891",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a89b9031-f05a-44be-9f57-cd3c696f2f2e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002938",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#20b8a686-9a8d-487d-bd94-c029eaa8eb90"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2938"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12758",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 189
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002583"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002583_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "12r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "behem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006392_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b37f2f86-41d4-476a-a24f-91b96c4868be"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d721f477-7ceb-4c2e-bd9f-7979fea4f92b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6392_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ff0a3b98-42ca-478a-916c-ab177b237cc9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#61619c83-ceb8-4047-a0a3-700553753684"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d203c7a1-1a11-4d5c-ba94-0e57df19e78a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022273_B_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#95eaff37-3e91-47e9-93e4-9c9d855a91c2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e547db0c-68bb-499e-9801-576f1718c659"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "22273_B_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85b1b9f0-a909-4acc-a069-1ba4e7372d67",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#03997ee1-13a3-4bc8-b013-daa54448c494",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789_A_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f08eb5e0-ecd8-4494-9287-82ecb5be402b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#aa50bd27-1d7b-4146-a0cf-5f8ec5bcae7b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789_A_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027012",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasEscutcheon": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_Escu"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0a091aaa-915a-4c10-bfda-90c1e56be732"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27012"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#20b8a686-9a8d-487d-bd94-c029eaa8eb90",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vairy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e213d400-517e-4a3f-b1b5-769647344d40",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#883669cb-dfef-4d66-9460-db2938629511"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4683fe7e-b967-4c36-a258-cf709d7fbf6e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031570_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008517_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e75c1f6-9bb4-4199-a3d9-2c6bbcc24f4d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f74484da-c5d6-4f3a-ade6-82f675484e21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8517_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9db0847f-818a-4d8c-bac5-174f664f6e20",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Estoile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006278",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bcf207bd-220d-44b6-b6cc-41fa69d1f3f9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc2a32ee-43b3-45b9-91fe-f0239be91275"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6278"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8547a1f3-68c2-4e41-9782-afe879d9573f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#55d568de-e6eb-45ca-9671-87082b3734fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#12e43ed9-f3ce-44f2-891b-5b59c806925c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006306",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae8e2c4c-f3bf-4b84-8403-5467487008aa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6bbc3b5d-a0e8-4927-87a2-720722b0d4e8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6306"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#baaf72a7-bf4f-4b6f-a8fb-4175f3c2fe6b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#de4092b2-64a7-4bf2-8c36-42a5587c580b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4bc736ef-7422-4f33-a86d-d930138069c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d7c3cf34-3838-49f6-90fa-ac89bb7c45ac"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4524",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 593
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000384"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000384_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "brghen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd262791-eb0a-4749-a618-2c6c95aeac91",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#598583f8-4860-4937-9d45-85e64ff28438"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11f71840-92db-4d31-91f7-c45333809781",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#1805911f-dcfb-4e7b-99f3-dfa29b73bf8d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9a20b9fe-b85d-4b95-81bf-ac3ca4bf25d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9feaa735-a2e0-4559-bac7-4edf6d8a0f6e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#572a9752-7260-47b8-b9be-df585796369b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Countercharged"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Inverted"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerChevron"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aef0216c-0962-4b05-9440-a94337a52a9a",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031556",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed tincture of human head to Naturel"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031556_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cfcbcb2a-475d-43d8-9a7b-d5be67f15625"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4a545c6-1a25-4841-a734-a9af5ce96903"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31556"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54315cbc-c617-44d6-b4a7-fdae60582b22",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031579",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dd9cff80-e207-4838-bbdd-0e7723a3e211"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#33ef677e-d7cd-4e81-a156-76d16ae53d13"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#d9f80d5e-6086-4fbe-9cad-dc69be6a4afd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31579"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee59d6c5-e586-4bc5-9db6-0bd0bbc1f398",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d85702a5-86c0-4899-8f38-f14b852f565f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e49c6396-a806-4d46-aed6-b61528d4cbb7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4cb30439-8614-4ea8-9838-cb0efe25f503"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1852c622-b0d5-43af-a3a9-54023dfb7b59",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003452",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added second tincture to Charge"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003452_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8de0907-2559-44e1-956d-ca369b6f973c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6697c25-1f85-434d-b744-9a452a339e39"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3452"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#46eb6c90-b807-4497-88b2-091115fd7ff5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36fb13b7-1adc-49ea-a046-e356ac545a7e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#052e31c2-5389-4d12-999f-d43e9e27be50"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005679_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d607e28-87b3-4fff-bade-05da44698881"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#77ffdd6e-f090-4bfe-b898-88e783f59bc2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5679_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#66b4f8cb-8690-4032-842d-eb504412bc0f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4078e33-b770-4637-a370-b919df3ce7e8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88086",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 66
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031532"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "201r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der von wiltonie   .lviiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4321",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 375
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006259"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tietel  tietel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#456b4ed5-b829-49d5-bf59-a08631c11f18",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f9ba5989-95ca-4cb8-8dea-51cf09c55d41",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dee55b5a-a3f5-4943-8c43-5dbdb9bcf671",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#184cf8c5-d692-4c16-9a54-b74f10615c98"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#96be2aed-f7f5-458e-8ec5-d0ab9fed424f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f36d327f-6661-421f-a388-bf8dcb8c5537"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4502",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 571
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002445"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002445_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h henriic van vlanderen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8a5f38e-1355-4b35-90e9-d8c65120e9af",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002727",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4f772125-7d1f-4442-b0e1-55c3025c86cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5a394ee-8e19-4f07-9568-d11e7a4aca03"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2727"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#03893a69-d803-4845-bd22-7b5672e6ea18",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#d78c5ffb-2413-4996-9171-f06eebeba919"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006275",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#650996ab-f809-4b66-b675-8a5a104ece6c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#deae5433-b93d-4b1c-8b1e-d594bb9a125f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6275"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4ead5a3-2202-4c8f-b6db-4f89fd29e099",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#a57baaa8-0b6a-4139-b01c-3a80ab731e52"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e8d825cf-ebf6-46aa-b53a-19eda87bab21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4cb221b9-32ee-43dd-878d-22054bf0b0ca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Letters"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasText": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031567",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ad8f35b3-ac13-439b-a2a3-5e2e121871fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#961b5a0b-3ae6-4755-86b2-636364103172"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31567"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#616115ec-ef57-4aac-831a-b951bb9a7f50",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Letters"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db2ccedd-15d9-4c1d-8bdd-084be1ad1470",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d19b9bb6-6195-432b-bfc6-9c784179eea8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00bfe488-0473-419e-91a2-93ec0ee05c10",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8919d6e7-a07a-44ca-b3cc-c611b9411a21",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#568e33a5-565f-4fe0-af6c-b3012f94b8c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#72e45422-f79c-4d58-aee0-0b9a3a984221",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#45bfb15c-d78a-4779-a0c0-6609e66b96d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d9424923-4bdf-480a-8b84-ba34f180a776",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3a213788-e88b-4add-beae-e1004c6f3814",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Hooded"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ffaa90a-0658-456a-a960-184f82450085",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b4fdf37-a26a-468f-963f-cb34447054a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9fd0c746-2d97-4fd9-ae2f-dd182d98a194",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12714",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 170
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009651"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009651_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zueden"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#13267515-f01f-430f-8b34-371724a64545",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d69f8128-48a5-45d6-87a7-4836442fb21c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9fa0835-7314-4511-9c23-7a041ada8ba0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b354e30a-3ed7-420c-9916-8a7ff299e53f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#98d04924-644c-440e-91ef-92f3d9a47b5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4202",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 251
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002718"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h henne vâ kêtenich"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb724c9f-8269-4e4b-aaca-701864945c6d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossOfAvis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006866",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1db108ce-82df-4075-8623-89c8021759ec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cbd31a4a-f2be-4e24-ac76-d16be7aa97ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6866"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#81d87acf-cbe9-47df-809d-17352f1b4cbd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#905138de-12bc-46cd-bbff-d02959720b9a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#618a9ad8-dc6f-4c12-b219-3cea9498aea8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b8c7601a-34a7-43f4-b1eb-57ce00baab33",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#42417a7f-34af-4447-baaa-da3e75a8bfc3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ad850498-2462-45a8-a9a9-a0afb00bb68d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9db1838f-e740-4d28-920f-246e8828f9eb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#857eb99a-efde-4968-aad4-d174c55ae759"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f5c34f03-b61c-41c8-9ea4-0f370e476f4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#287672af-8c6a-4dad-98be-55eca710768c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e4bfd1b-7ee9-4d1a-804a-b654591da55b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52712c18-e1f3-4990-9e60-a6560fdc723e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f876c98b-4be7-4a15-8049-a24378513df7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12832",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 528
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002838"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "geerstorp"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002776",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002776_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#13a85dd3-91dd-417c-a760-340f26be4ee1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#efc02ac5-c0f8-496b-ba19-568e2fba8b40"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2776"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002724",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d6418fd9-d3d7-4b57-baa8-bcc523e803ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#28ccdd8d-ad3c-4c92-aeaa-9db53a2940c8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#79716488-f503-46c8-a9fe-414d41d44cda"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2724"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9051d455-990c-445b-8c10-8ead9e4bb7b6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ebbd5e3c-ff24-4cc2-abd5-137d7a76814e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#53b4204e-1da9-424c-b56a-eaa8ea9f8a98"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1ce18a99-ce37-4397-8272-27ba75ad140b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crescent"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d0bdbb5-27ae-4ec2-a817-7f9c816d175d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#c586d23e-8aca-4f85-a722-9e37da34f333"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cd879d6a-17e7-4e01-b1bb-d1b089906bb7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#10081058-36f1-4df7-90db-48560c51216c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#61619c83-ceb8-4047-a0a3-700553753684",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e98f70b2-3f0f-4edf-9078-ca81b2a83771"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f19b22d9-fc3a-4ca5-811c-9c7144c33d67",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Demi-Gironny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#34a778b4-a3a3-4dce-b509-70efcfdbf7d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d73df04-dfb8-4643-bbac-b1d7f7d8bebc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90a6a79e-0c9d-45da-99ac-3bd9d07c56f6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008517_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e1922758-d7b1-494d-b8d0-df0c2bf74c7d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#61523da3-5a51-468b-a73c-e7773f6fdeb2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8517_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#317396c9-d0f3-4142-9a7f-807772b1ff2c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b867645d-eb64-4c6f-8826-5e26b9aa18f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d75eeb6-4cba-4e78-a931-2a707be66e42"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4417",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 480
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002816"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002816_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "deriit krawinkel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006418",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "field_tinct missing"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006418_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b65f62d-91ea-46c9-84d6-2ec50e246063"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f0db7c76-57ae-46e8-afc0-85727d63d585"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6418"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1b989f6b-745f-4eb7-9016-ee43f750ef3b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002741",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#66a26e8b-01e4-47c3-9c50-fa3ec200c8b5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#433a6927-9309-4944-a358-7a3f4214a578"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2741"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2203bf49-d331-4eb0-9134-e9ced2806505",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#FireSteel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7132f6c6-8094-45c8-9ba3-5c1c12780b4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vairy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bluebell",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b22ccb85-4fb2-43df-bcd4-826e947d31bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FromEdgesInwards",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4248",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 300
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008670"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her aelbr va lûnenburch  htg aelbt van lunenborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#isstSn",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14a27566-f0a3-417d-a9b0-09bdf9e7de75",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a442b85-266f-4456-b402-5c76c14e2e44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002443",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of field"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002443_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#52712c18-e1f3-4990-9e60-a6560fdc723e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3eb1864a-7af8-42fb-bb23-2eee9bda8a62"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec97bd28-0dce-41a6-a9e2-c8c38a871f17"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2443"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e912475-3221-447b-ba07-623e88eba670",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e3d701f-d5ef-4a21-9eab-a69bd73bd6e5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d6c75375-4fab-47e7-aaf0-6cd43228af16"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab52b0d8-d1bf-4d71-a873-66d5d34cef82"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bc2c9db1-3c68-4bdc-b416-5a62c2b6010f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#62ac5419-60cf-4a58-86ae-985379dad027"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b322dff9-8fbc-4119-9ae3-a18f514794fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e5a0dba-0c18-4106-8c01-3e2d2e213196",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d6e00f3-1f6b-44d7-84f0-d325b2c2072c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aaecfff-2762-480e-9fc1-a7bde6abcd8d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e238d16-156c-451f-951c-738567bca3b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#P"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d760b14a-f2ea-4389-8cb0-e7e58e3ba97b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d78194a6-0ed2-4a07-adc0-7da4dc5494ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d05f0b6e-c890-4bf3-9fc3-6ba17a45a39a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0d1f833-74b4-48af-a8ca-aa68c3498cd4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dancetty"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4237",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 289
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002736"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "holoch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88114",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 94
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031552"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "285r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002910_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#91d147b9-4a6a-4646-baa6-add944405673"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4fb3adbb-23ea-4882-8237-cbf313631fa0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2910_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21b291e8-dcea-486d-b6c9-5040b6490c34",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#18e73dfa-e9c5-44aa-8e14-2ceaa591cdb3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#70d53290-e14e-4b3e-aa2a-e4f8a606ea5c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e65cdab-3ec7-4a4e-aea5-30f94ad1ac9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4474",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 543
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016983"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "34r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "woelgast"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cffab53d-60bd-4261-b657-dc5c01756dfb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#734daee7-ec0d-41f7-a65b-e494c0a13b9c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2c61baad-d8f7-4b54-b473-666ef3e6f340",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0bbb46c9-8a30-480a-846c-3e1b73def2b6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc733d2c-1ad3-4af2-a98d-8e610bfb9cfc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Buckle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#753de681-7263-4f62-8392-890947c04d54"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9a9ae262-d313-45af-923f-2eaefada29d6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c10d4890-5ffb-4dde-b672-10c79c6749fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Doubleheaded"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43a2975c-51ea-4a4c-be92-d1418f801f13",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8770a4e-bcf8-4d2a-929c-0c8a2509c962",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd09bf02-c2b4-40e6-ae07-93611e96e7ab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027004_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9bf238e3-2c4c-44bf-9f74-4ac037a3510e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc58170e-663f-4304-a494-c9ee04f6b4a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#10e1944d-4f8f-4e19-bb1d-13a947578a32"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27004_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dde59039-579d-4ee6-b4bb-eff647eade6b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#085541ea-93a9-4340-bfd6-7be8bbab16a3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4265",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 317
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007014"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die hêtge vâ teck"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9cec76a2-ac48-48bd-a1f6-ab7a7abc8a21",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#951062fb-a4e1-4877-ba50-c8b674db56a5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9f56a21-88f1-4316-a1bd-65891ae59712",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f39adf2-6b31-4c07-a86d-cd2134f1c621",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb64c13b-71a3-4c2e-b095-6fe33cbec7d9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006673_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dee55b5a-a3f5-4943-8c43-5dbdb9bcf671"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#19f4f63b-0616-4680-9279-6ba0a98efd7b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6673_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88056",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 36
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000018397"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "84v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "schenk ulrich vô wintterstetten  .xxxiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#37ef7418-9253-4765-a2f5-98ef9fa23a5f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006259",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e247af82-78a0-4ca8-8a48-5c4f2f7368d0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6259"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4088",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 39
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006710"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vâ orge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002911_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2901c5b4-cf20-44d3-82f1-b15d725a5161"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ff39e57f-fbcd-4139-993c-3822605f8e71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2911_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19fde8fe-4489-45c5-b614-e3f6dbd13d3f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ec4562b-05e2-4e64-b179-ff22df8a1cb2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c627165-df47-47f4-ba9b-f2068dea4818"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28ae5b0f-e917-40e0-b004-3eaae299e878",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerSaltire"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0bdc9756-2d4d-4589-8832-5063a6101d2d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9f2261c7-5e0a-4ab6-8201-095c2bf64fa8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#495c890d-54af-402f-a94d-902955986476",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9120ef3-e222-44ea-90de-7b11627d2d8f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000029922",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#28ae5b0f-e917-40e0-b004-3eaae299e878"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "29922"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f67e5219-c698-4199-9a84-fb28a4c1158c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003783",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e030ef44-d712-4a1a-af5d-149d5bb5c429"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6686d32a-19ba-48f0-8fac-af44b4b8a407"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3783"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#659467d0-2ff4-4b1a-95ac-aa72914396ab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#7edd355b-7097-43f0-acea-5c57ae93151a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e1c14ac-1412-43fd-bd9a-d7fcfbfd3246",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#394bf06a-3f0d-46a0-bb87-bd867db17b04"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e57819cb-90fc-47f8-888b-2b5340d5a16f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008359_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c5a139c2-801d-40cc-a14c-8686f2f86b42"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b6113838-0b50-452c-bae5-cbccbe204e85"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8359_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89f33a2f-de91-4b44-a881-b87c2b96488a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wolf-Hook"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#f537f967-1ac2-4e8a-8ad1-cd8aa92388da"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#86492c0a-c957-464b-a7ca-45644631b357",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#4adc03bf-51e9-4bd4-84ba-3a080ec7ea6d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#64c62677-3601-4cdd-83f1-c9f575b361b3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e533660e-e7be-4657-8054-4b5b6b92d394"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d1c1aae0-ce61-4669-bc95-6d3f673b413f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007076_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0b262c37-6968-4335-9d86-21bd9069509a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#13d25d29-3aa1-4ef0-801d-6927c4ea1bb9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7076_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CrossOfAvis",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#80eadfd8-552c-42d7-91f5-c357b60806d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9607a95a-531a-41d4-99dc-1a1c1431448b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12830",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 501
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002811"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "jã vã brocke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0968495c-03e5-4fed-9616-ae19375e76a9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#085541ea-93a9-4340-bfd6-7be8bbab16a3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9dfe671-1e23-4fea-8073-43551d732720",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dd55242b-1680-45be-b16b-3743fe6e9c6c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4584",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 654
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001113"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kwc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4324",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 381
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006423"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "26r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "savoye"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b83c2bb4-daf4-4780-9481-fecde8d80440",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Demi-Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#84027c30-e394-4e6a-b51e-401d21e89b82"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006028_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant, armed, langued to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006028_CoAF1_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b174d265-00d0-4b50-ab60-f057f883b5ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8234ac1-bb7a-4ebf-aad5-074a7401d138"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a08c3d24-3cb1-4ca6-be84-2502cfec8240"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6028_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Talon",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#75a8221c-c92d-4bfe-a253-314fa1988689",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#52b8699c-1574-46a0-910e-f0c1bec300d6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5ea5bf4e-bf57-4967-ba8f-9a1f1fdc5818",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0aaa9e20-ce82-4543-a545-6cdc27d22401",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6f427c00-f442-431b-a6d6-259760e5e9ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88030",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 10
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031496"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "graue rudolf vô nuwenburg  .x."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc697ae7-c981-4c28-b3bd-59637be02d8f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bluebell"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c858ebd7-6a9b-4e84-9368-0f2485ec3410",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a377b004-03e9-424b-a004-dce8fe445b29"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002684",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5011f3a-c90d-4b2f-9003-c5f19e16e665"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab988331-5966-4de3-a11c-03aa0c29f160"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#051b653c-135d-40f4-9485-3009292a25c0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2684"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5ca96c2-ed0e-4646-91f0-e407fe319e30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#14341838-a7f5-44b0-8bea-f134b30b41ab"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a354744e-77cb-4f07-ac5b-0a0576ab08e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#263cd106-1d61-427d-a281-4f687748de7c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8df7b2a6-e65a-4490-8776-aafa459e167f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#83bde37f-0c76-4aeb-954d-5c48e1083720"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4257",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 309
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007414"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "sternberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#32a94b07-c309-432c-b9d4-262b535430bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Salient"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27914c1d-c212-493e-8dfd-a9712f4b7e71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#887e2cd9-c133-4fd6-bb34-af1268cb7995"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002444",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture for field / added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002444_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#912df5f7-32fc-44a7-b184-6805abb15a1c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb2aab27-e067-428c-b491-c56e494bfe71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2444"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Mallet",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008724_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a533aa15-7b0f-4981-8f76-075661e29b27"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8724_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12734",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 178
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009658"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009658_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h yrek"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vairy",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#de27b0a2-01e3-4a7d-82b8-c63e7a8f6d00",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#a57baaa8-0b6a-4139-b01c-3a80ab731e52"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e8d825cf-ebf6-46aa-b53a-19eda87bab21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4ead5a3-2202-4c8f-b6db-4f89fd29e099"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e3d701f-d5ef-4a21-9eab-a69bd73bd6e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d6c75375-4fab-47e7-aaf0-6cd43228af16"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8719602-695e-492d-981f-a107a367f4ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8b04b55-bbc2-48ea-a70b-fa0a63cede98",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#790f6351-cf7f-4076-bf91-ef7940596e71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoveredCup"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36707bd5-9307-4156-b903-d0d7a801ebe8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c29476ef-2996-4891-8812-f7864012cf27"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dog",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#137e5bdb-b862-4d71-9886-5324b5b7e5b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9dee223-321e-4a4c-a015-8e727a29d1e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a3f2ae49-8c76-4425-badf-b1fd3db651cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2abbabd-a4a8-41ad-a701-72899e1a293d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d061b94a-2bc6-410f-9a54-c2f1a7438de7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007822",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e18973bb-68a6-4319-93a7-14ddf424eedb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e6c384fe-238e-446a-ac4e-29fae25e74a1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f7df0e9a-cca4-42a6-b086-26e39a071e41"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7822"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009656",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#56912108-3715-4d4f-b8af-b1d12906c08d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#27dd1c87-8759-484b-954b-d0eaaf4e42ce"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9656"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bbc39769-4d08-44a6-884a-a66c556ab6f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#82ac6de7-7696-437b-a66e-82dc79cb559e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c5b7f1d-5476-4a4c-a571-71a5367991fb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4597",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 667
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000022239"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000022239_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "he vâ boutershê"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02dfe060-8a30-4c58-b8a7-c416cd166e56",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1bd12834-9733-4ec9-9f3b-69c029b2eaef"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4343",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 401
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006270"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "29v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "slewen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f7da47a-c1ac-42c0-89b2-eb17f94f192b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e90fd0fe-2016-4a81-bc91-4a05948d019e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4423",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 486
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002818"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "beveren  beveren"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027012_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasEscutcheon": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_Escu"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#17641f38-79a3-4b76-a349-f5f91836ac0f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27012_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#34453bee-1ac6-48de-a7e9-873a9a2a7bb9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4394",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 457
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002799"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hrdenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3afba625-d5ac-430a-89ed-0cde17f7bc44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d6b42b5-a7ab-42ee-bf12-c02aa160a660"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e1314e8-4f0d-4815-98d8-1998bccd451c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008229",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#94466778-99b1-4dfd-a933-de85cea5e6e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008229_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008229_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008229_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008229_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8229"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bear",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#df9eca59-9052-4027-a827-299613f65d3d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#51d8c71b-cbef-45b3-b2aa-4fbf0fd8ef0f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#45f7f1c7-8bf0-4101-bec3-95e3472718e9"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#708e9e5d-ef36-4807-900c-e0054ffaf2ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#01872712-9419-4d0f-8e79-7da4e5d21ae6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fc6ff887-c940-4e7a-a50f-0a2793405da5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Flory-Counterflory"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d33598a-0165-4e4d-b5d5-0d736eeedac3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#29a413f1-a9cd-4a37-8b50-f006691b566a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#2ea08f59-433c-450b-9538-b9d72fa8f615"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#60b457af-bda2-42dd-8e5c-87add0652808"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006227",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a5a47b25-b7c7-423e-8faf-027f0a64cb81"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#647732a3-c095-4a61-9eb5-2db9c6dc3ae0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6227"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa4499c6-a677-48bd-818b-af9be5193dc6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mount"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4401",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 464
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002804"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "daverenberch <daverenberch>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#daf74272-2f83-4b00-b19e-434d5b3a5152",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Salient",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Mirror",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#de079183-7bc2-4f51-bb8b-6d4b5aa143b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#WithLionsClaws"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11b767e6-c9a6-4d8d-841c-0a78d2530a19",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3e0b7201-7fac-4995-9ee5-56753398d14f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006210",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dd2821bd-b025-4e33-a7e0-e6d4d50f3a57"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69f0b91c-273d-40d6-8f5c-f0e7e4ab9127"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6210"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1dad8964-926e-4515-a126-ce6e066fbbd5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#323d7daa-a8f9-49df-8692-ad82b6f485f6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c3b1ce58-71aa-409c-8073-e6dc7ef938bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gironny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000384",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued and armed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000384_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4f38d5c3-8ecf-4ceb-8e21-ffcaf4c6fd89"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae5a7421-ac2e-4c2e-8b69-89cd8521bfaa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "384"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4530",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 599
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002410"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002410_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jan vileyn"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006266",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006266_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2d3aa26-8702-4ea5-9b5e-0e8d48020743"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#66744c54-0688-47d9-97af-2342b29859bc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6266"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006281",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a1b92e76-ec01-4279-aebe-c1a2ffff0e9e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#52f21eb4-abe8-4009-a5f9-264c962c1c76"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6281"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d0970c1c-11c6-4b26-afe0-bd2a582c5ac0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6267df08-7772-49d5-a8a7-ebe6821a8b7c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91b5da78-920b-49e3-ba8b-eff090a17630",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#17548abc-e90f-4386-adb2-e7768d38cdcc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4c3f72f-5f46-496c-bdf3-9ce1580ba346"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002793",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5a230f0-b42f-4937-bed5-07d87612de45"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#95f6403e-4bca-4ced-9145-64d9dc2f944d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2793"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ba867b87-d1d2-40e8-b0bb-f78dd4523175",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29a413f1-a9cd-4a37-8b50-f006691b566a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88037",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 17
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031500"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her gotfrit von nifen  .xvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000028763",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000028763_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#997336c2-9668-4a06-8685-3e28bfa49ee3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#48d3b90a-060f-4b4c-9ba1-cb91ebf6e7b7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "28763"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d9567ac-e66a-4e38-8f21-2dfdfa555b17",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#905138de-12bc-46cd-bbff-d02959720b9a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2867e610-9ff0-4c52-b563-d72a3a909c28",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrequerPlant"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#629839eb-3e71-4da8-a8f5-a9439bf0057b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88060",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 40
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031510"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "115r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der burggraue von lünz   .xxxvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d9bf2751-7643-48a7-9ab1-b31e89e0c12a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50a82b82-5c36-4b5d-8ea1-4a50bbd38468",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aef9314-2bfb-416a-a097-49b987ca7276"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#2e0d6ac0-e236-4723-a7f4-68f479129ab0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e71617fe-0cfc-4d77-9017-45060f147aab"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#84bb94d9-c14a-441d-befb-78d90e44672e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002904",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002904_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d057d4e0-23df-4372-9051-bc027e1dfc90"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2904"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1cdfb90d-238d-4337-af8c-510c471fbea9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a4bd83a-20d3-4035-864f-197291167df5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f631bd96-f49a-4a58-b206-161786ae0fbc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006003_CoAF1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#20bfe8cf-f49d-4090-8a83-7733bb8b7efe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4555",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 624
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002452"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "jan vâ caedlant  caedlant"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5fb4248a-4583-4512-8376-9dc94862e04a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#559bf37d-fa21-445f-a901-3e10eb4d3849"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d9529d3-8204-4439-9bad-72925a73de5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Unicorn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#32a94b07-c309-432c-b9d4-262b535430bb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12721",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 173
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009654"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr eeren ghisel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002911__2_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#12c39f63-5d8b-491d-a2b4-9f0dac5f2324",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#297fb3c9-54c2-4dcd-b03a-c50e69c2abe0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a9f42386-fce0-4ba0-a367-d3d64ea3d7fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2330b8d3-7780-48e8-8f8c-2a4f1c6f47ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#beabd168-b10b-402a-9eca-2873a144131a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4513",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 582
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007294"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die burchg vâ ypê"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4962e54-64c4-4814-a9a9-b049c9dbd0d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002824",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec275156-7dc7-4e6d-b4d5-644fcf06ecc4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e61f4ed-783c-41ae-8ccf-bc56489954b9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2824"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc2a32ee-43b3-45b9-91fe-f0239be91275",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#87f18be0-8a5d-4cb5-a009-9caff3efa3d3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c3f509a5-684f-44a1-b34a-2eceadc3cc64",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#1830e292-439f-4ccc-b1c5-a03354bc4bd4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3dc2df51-5b35-4085-931f-76ef382ff5bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3404f258-f147-42da-9103-6a5dea152f0d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5bc2e986-a265-47c7-b0ad-05ebe0245844",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5ecf218-ad81-4e5c-890b-78dc86d05aca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#d8791628-5dbb-4cbf-898a-5dce5cf83a3f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#41c8b4bf-2a96-4aec-a8ab-4ad17743395c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db9b0ff9-65c3-4c55-8707-aa85fd0348be"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d553f8f0-9560-4ac1-bed4-9ff9508a9cb2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#623c30e0-7cb9-4b5b-8431-f10d0984ac8d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#holding",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0943e133-e436-49b3-afe8-c52e05b44dd1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006305",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2de8c0cd-37a7-4d24-8a17-e24a489563d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9a25cf42-0da1-4644-a639-1331d3c326b4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6305"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002813",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#81cc9ac8-7a9e-4e85-8eb1-ceb97e7d29e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#890c40dd-26b8-41e7-b32e-0dc71a8bab7a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#58d94a47-b4f4-4883-9785-86e1f2c55b71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2813"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db9a7ba4-8660-4b0b-a867-33e29bc97ac0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7eed84c1-e198-487d-b3fb-da8eb60883cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9daad17f-a7a8-4323-9eeb-2ed6f67e6d9b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5460845e-eb1e-4ca4-96e0-55bdd74b5e07",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bc55ccfc-326f-442f-a160-07ff1ed53e3e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#39d28f88-15db-4711-ae46-fb9685029685",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002410_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#caacb3a5-aa68-4612-8645-28b821e20d43",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8f9b322-2617-4035-a6aa-c32a36155991",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a087f4c9-97bf-4f1f-b63b-dceaa18c9990",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dog"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6225fde5-c28a-4eb3-8261-067f89b3fe68"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dd1289b2-7f2a-4730-80bc-223335e31b27"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crampon",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#79716488-f503-46c8-a9fe-414d41d44cda",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e7692d3-bc5d-4443-be83-f54792e91a6d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016471",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#11cc47bb-d702-4d80-80d9-b25a6625b8b0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c95a214c-a107-42b7-b800-f69f4e2c820a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16471"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8be2cc33-fd97-4af3-8e47-7b2cac214ef1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d89acb6-76de-4b88-92f2-7bc6aebb4751"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4517",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 586
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001458"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001458_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lidekrke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4607",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 678
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002476"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "herpen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031550_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#094f9a92-4793-4391-83fb-af03aaba726f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eeab05de-f056-4e39-81c6-fcddb9e55dfe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f5bc1c7-e7ea-4dfc-a055-66a9b22ba257"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31550_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fd964e4b-0bfe-4304-a600-1e0c3102f779",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cf4c04d3-594d-4687-a780-c746bd901b8b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bc2c9db1-3c68-4bdc-b416-5a62c2b6010f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88077",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 57
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031526"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "181v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "endilhart vô adelburg    .liiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54b09425-e547-4d15-90c3-3256ec739afa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Roses"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8026dbc9-c618-4fc7-8c6f-3f1920c1fe3b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc5a39c5-abe9-46ef-9c13-fed47577cf93",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011299_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5acc9d2d-1b97-47e8-b4b0-07c20c6dc3a8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b05d0ca5-e6a0-4843-9a86-1976e1ccb6ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11299_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1f08c857-265d-48e8-a494-0afcff72de67",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4463",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 532
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002829"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "34r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "babben"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006041",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a461302-0f38-4410-9337-daef5fd2a35e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e64aecad-7303-40d5-8ed2-9c9d7fd5ff2b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#b867645d-eb64-4c6f-8826-5e26b9aa18f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6041"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b43213d-34e4-45b5-a32b-41ea0647ba95",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#10675ead-3b89-490a-a026-369cc946b4c8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4330",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 387
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005412"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "26r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "voserie"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5de679ec-3d6f-4981-a2ad-560501434647",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fae995df-487f-43bd-b380-2815c6788ac9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006318",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5161747e-92d1-4e2e-80d9-e8b9d23a7547"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6df849fb-d5ba-4325-84cd-da33dd22bfdc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6318"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#313a7f1c-f98d-4416-8448-9919e5e59934",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ca9384c-34ab-45d6-86a2-2feaa33763fa"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006020",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#aea97d30-b7a5-47e1-96dc-34d12f252b2f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1477e836-3ce3-4bcd-a672-bcc6b477b6d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6020"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4601",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 671
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002946"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "berghen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#faf9e929-4599-4567-a444-292c42de86b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e734c97b-eb2c-46a3-92c4-0812e1415dd4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cfd3b7e0-bf89-449b-b6a8-b80b7f8feb24",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a6e7935-6251-443a-9bcc-8329b9c148c0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88099",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 79
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031541"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "248v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von raute  .lxviij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d273e55a-8c68-40b3-9646-8b696be960a2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008837_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e29b3d48-5860-4127-bb8c-0b268407d853"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8837_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#045ffa26-124f-47bd-80bb-c5bee6615483",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Talon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40699",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 28
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006425"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vuirone"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fedee71d-c985-41d7-99eb-98e5449685e3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c5d5095c-0071-4457-9b27-a2a8bae10014",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bee8db2a-d047-405e-bd19-e74e7f4342e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#baaf72a7-bf4f-4b6f-a8fb-4175f3c2fe6b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#de4092b2-64a7-4bf2-8c36-42a5587c580b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b85a43f-3533-4756-b355-ed250b913cd9"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#7a47f59a-92be-4fd2-ae54-8996f23c4491"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8e86060a-d960-436c-8c19-04a26fffcc2d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b872f810-057e-455a-86d8-be6b4b32428d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12797",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009678"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "anjou"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6ce9b69e-694d-45e9-a04d-c645a0cd3e02",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae6f1fe8-6aef-438a-9f44-3131deac8adf"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bd5dfec4-57d0-4000-bb48-af4433b2a929"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#22233c9d-c1bc-49b9-8089-bd615dbb202d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#091c62a6-17ae-4591-ac12-14d9fd3fa560",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f49ec7a7-cd9c-41ae-a415-794cc067b2c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#098a2729-3574-44d1-8ce3-701f0d5f481b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cd57d507-145b-4f42-b2d7-53260def71a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3e0b7201-7fac-4995-9ee5-56753398d14f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b3db5e1c-075f-463e-8d78-4a4488b3b5d2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19f4f63b-0616-4680-9279-6ba0a98efd7b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e9462d1f-4c03-4a38-982f-a21d18df4b03"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#09089a0f-c091-4e62-a2e1-9a752fadd46b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b3d999df-56b6-4467-ab10-cf1b7e13a10f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#583a6e5a-d67b-4cd3-ba21-194ffcb8f7f1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ladder",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31ccdda7-f558-41cd-b7e5-e46c2ec0a81f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2245b2ba-8e8f-45cc-a44c-29a7496286e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f3b9f2c1-5554-441d-a073-58b8d3c524c9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d7cb291-c5ed-49cd-b570-23c9bb69d80c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87859db9-3b4d-473c-b1e7-daff13d25733",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5a0589a-3af3-4182-b6c6-08d89c2b37eb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gamb"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#e2538558-6aef-42c7-a455-43d4439fb66f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#isstSn": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4dfd7ed-1d0c-4a56-9b84-8041e49dacf9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9000aebf-3ef7-4e22-807f-0a968262f1b5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5033222-303c-4eac-aa67-e07478c3d0ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bfb4426c-3f0b-489d-8c0a-0892b12da2f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031571",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "isst entfernt, da Füße sichtbar sind"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031571_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dfee6dde-38f8-4323-8fdf-c896849db80b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0af17045-83d9-46e4-aea8-558b972db467"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31571"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#22734b6b-ea35-42b3-ba4b-b7712d901a47",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#01051a72-6ca3-4566-b37a-833a8e5c6371"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5e1234ce-ba05-49e7-a44f-70c275befdf6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#243162d9-6b89-4fdb-b8ab-e863f1f047db"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ModeOfCoatOfArmsRepresentation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#35de3e35-60d9-47d0-a849-28dd0a12d7ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0aeb2564-ac3a-47bb-938e-6b550aa17cb7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0a7c9cb-067d-4d13-a765-f7741e8ec577",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Erect",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4b7a9c8-80a3-4b52-aa37-660339272dfd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f66628db-4b3e-4782-bea6-9352d36ae565",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c703171-3057-4f4a-bd3b-23e9c8d3f697"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31fc057a-9d33-43f1-9a78-f02b3c1a65ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#02714f3c-6c35-432f-a808-25a50b5593e1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#47f9ee9c-6ec8-4a1f-9634-d09aa49bb640",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#17d4167a-fc9c-4d02-b533-c0a5510f5c1c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#37d2fc62-0735-4940-9a7e-303970a8ebf1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dancetty"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4217e15-129e-40db-9c67-4607ba055e01",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#548c001b-f483-4ee7-b634-a976b78cd737",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b79a3f62-78ac-4f50-b842-70cd9d6f9998",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#06dd0da0-215c-40b3-8667-e9d5a497d079"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6cb7201f-f5cd-4803-b81b-6a0b44ef1d69",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(3:2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#553a6d0c-42a5-40d9-a31e-77937c30242f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4414884-83f4-4bfe-a6af-cc6af8c9fb10",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#4ac22236-c586-4fd0-a011-d7ec23a3a738"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8f3d1061-6b16-4b24-9e41-b7bbbbfa5e03"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007365",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc9c088e-c75f-4e57-ad30-676e3f422dd4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ed314160-8d78-429d-981e-d468b169e54c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7365"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#323d7daa-a8f9-49df-8692-ad82b6f485f6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ed4bced-2d24-4e92-b0d8-06211a409f3c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f9ad07b-1ed5-4cf5-853b-0065fd15517e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e2fd799-f419-4e83-b8e8-58a645ea6730"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0921c673-9ed3-48c2-8632-36b3fa490db2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5d0cbb4a-24a0-47d3-b59f-b5badb915415",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#994e55c0-5d1f-4b1d-ad96-923f0b0f83d9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006302",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#63ad9e74-f90d-44e7-bdbc-d47ea0138a35"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e45e67eb-0e45-47dc-8657-0d0866a15c64"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6302"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011265",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c97c3874-f199-4433-b5ad-3edc95b67b5e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#67fc20ea-edac-4b08-b2c7-9414d2dd6e30"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11265"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4c2f106e-3e0c-4f41-a5d1-bcdb54bed84a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c57ea45-41b3-49ae-9d2b-f0e69126ee43"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f9d7a0c6-0e0f-4a9e-9d76-81411559504a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7734c31d-32ef-44dd-9e93-3da73b29f979"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027377",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6672d6ee-e147-4774-b52a-de11681124c7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a88fcbf5-1d84-43ed-86de-68407be5f5a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27377"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ddd4c5c-5563-40bd-8c6a-1d43cfc31b89",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dolphin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8435b65b-e5d2-420f-8963-aaf4f11f37e7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0fec2275-b111-486e-a286-4a25e0c062c4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8cc91c01-aa63-4fed-bc45-cc751cc32893",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#3845e4b8-2cf5-4273-9bcf-eb1921b68799"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8892d1dc-1809-4e6f-935a-db796f6effa4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#79723f86-269e-4c4d-955f-bdd6fb354cb1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e262d5b0-d162-43d5-9696-544d1bf8414d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9a50c45c-60b7-417f-96a2-9bb6b66808b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#92e98383-e5c5-46ed-8a2c-7aec8ac7f101"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4069",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 20
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007076"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007076_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vaudemont  vademôt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#59ece75d-b374-413d-877c-d4e6ff1398ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee021dc7-e59b-4905-a130-aa9fba6e244b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3759b952-6f8b-4a76-b1be-170f00dcebc7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5360aa6a-56da-4298-9b78-5a2064dbb96a",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78779be4-d393-49c7-a28b-5360438dc52b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Text",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#955343e1-7711-4a48-9f5e-bd7903462778",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2d962ff-67eb-4c53-81a2-a1ab8d4d20e9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4366",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 426
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007717"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "arberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3e4e81e7-9a57-41e6-8596-5628568b27a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9bf18334-d93a-4eef-876f-6b6198270860"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#88f328b2-ea1d-45aa-9622-52f299641293",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Arm"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#35d0a682-b236-4652-bd1f-6b69f43973e8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#800959d6-b2ec-4289-828e-3aef62288f59"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c02c5493-82b6-46a6-908a-56eaaecc331f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#a541f095-75cb-4902-9ca9-7465e09edb28"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71fcf44c-1e9b-4471-a0ab-9fe2da93d163",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b0bf4ee3-5b1a-4eaf-8886-59f554d569d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b9b152c7-1994-427d-a89a-46fcc36b40a7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9a2b6597-45eb-4aaa-94f2-9e91bcc4852c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#170901b4-acbf-4763-9870-2b37dbc06558"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3aed932c-4648-41e4-948e-e8b0e59cdab3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cf0ea69e-a4ce-4338-b874-adb7926818df"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#170f61bc-7de0-486d-a3e7-63787a3b1fee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1619be77-a900-4906-beba-30936b25475e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c35930e2-8d8a-444f-91c9-3b735de2714f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006312",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8aace665-1124-4d0f-942a-0f739745b158"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d822b60-1377-472c-8030-66d699be8057"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6312"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74133",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 42
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027524"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "solouis"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c5f004bc-8dec-4044-be55-221e947834e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4273",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 325
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002758"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ymmichhusen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c3ffe50-be92-4f52-9148-24d05abe2e0f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db53b8e2-96a0-4fb3-bdd6-b290dd6f625e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c460dd31-4c6a-41dd-8db1-84705d00ff9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4fb813fb-5169-4694-968c-8b73ed7e498c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d9357b8-34ec-4b74-b259-f6491bb747e4"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#defc4094-af66-4e99-9f92-32dc42085388"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69d50d6f-d9fd-488f-9a30-236cc31f1a3d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#411ed28d-6c4b-4b04-a536-2e887be414b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Sword"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4615",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 686
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000001"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "grymberghen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4054",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002905"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002905_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "borbon  bourbon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d2afd7a-24a2-4e2e-866e-625bf035233e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e20682c0-d4c4-464e-aeee-df7b9d48692c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#040766a3-5a5d-4877-8e51-cbf431d62305"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f7028728-be90-4a0e-a776-7c80207b3550",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007294_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4210",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 259
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002724"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "helfens..  helfensteyn"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d2263b9-0bf6-41d5-b6c1-a163ac836604",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escallop"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4307",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 361
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002767"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cyli"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ee1c33b-37eb-4bdf-85d6-71b489f71ccf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#49591a63-c251-4fc0-97d6-dd9626f27e7a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40689",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 18
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019341"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes de très illustre et haultz prince le roy de frize"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e09ad538-c316-45a9-97c2-ba0ae64c8bae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14e0670b-2ee1-49b1-b049-157c799f83b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f9d49eb-ce3a-4dc9-91c2-2756bdb3738b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b14a7249-522b-419e-89a8-008331d3a791",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#TalbotsHead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#079fa361-003a-4963-91fc-bf63db850075",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d409c6b0-a3c5-42e3-a1ff-712a62bf17a9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31831aa2-6445-4c96-8824-31c471a22e5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad1d484e-ef64-465b-b820-fe5a56a9c76a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#67d96f02-883c-4aab-9758-1bc744119d84"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b25105c9-577e-465a-95d2-508344091d1d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d63292a-9176-4ec9-bffb-08056dfa8da2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#efe31c16-a9fc-4d7f-a4ee-d0c2c26bba03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7759f7df-5018-43dd-9608-abafb3d61d3c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crescent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005965",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005965_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a84d4434-0514-49a6-a745-a282ecc477a2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5965"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c5370765-c7b0-4f70-8d12-fd6bf6b67da9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2c97211-177a-4549-be74-5c59e8a0a1c3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89204eed-4d4b-4ed4-97e2-17d6032c9b0e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d3a6d40-fd32-453f-a964-986d736f9622"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#994e55c0-5d1f-4b1d-ad96-923f0b0f83d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#c640bdc2-08b4-49f7-bbb6-695d7e10fbe2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4379",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 442
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002792"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002792_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "haeffboirch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee4f6a18-05d2-48f4-9c1f-aa8f88f95112",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002752",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc042dec-6a83-4f1d-9fbe-399fd3682d85"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e813b14c-63e5-471a-99c4-3c7561568baa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2752"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4459",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 525
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006324"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vuerste"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4250430-5e80-4e0f-9688-7d91e5ca69c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002906_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d7c3c22-780d-4ef2-8763-9d8803788947"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#02d163e1-6ba2-4cbe-b9ef-41d673826256"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2906_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Masoned",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4527",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 596
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002439"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jan van a.."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007985_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#30d4342b-df74-4937-b739-b23f4c563360"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7985_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6878e260-6278-4037-ac1a-ec68a96dadae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9bf8bbb9-c42f-4cb3-8de7-00f15757bcc8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12812",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 278
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009505"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009505_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hben"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12707",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 166
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009646"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009646_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zweden zweden fb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88082",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 62
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000028271"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000028271_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "190v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a78d394b-51b3-4e20-9662-f2f58532ceab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#745a5bc9-ba63-4af0-8d8d-44b423fc1923",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dice"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#99aa62a8-50be-4f4f-bae5-59d13aa7bd5f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6697c25-1f85-434d-b744-9a452a339e39",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9de623ee-f401-4d3b-85e0-c989cc6afe1f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002803",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8d779d6-031f-4d7d-b53f-74cc6b5eaad0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#47f9ee9c-6ec8-4a1f-9634-d09aa49bb640"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2803"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74128",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 37
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027523"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tyst"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007130_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b9ad33d-1334-43f7-a3e2-8a04af9ecf4d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f22b082a-e9a8-4d53-a093-877c3e435119"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e94cc5f2-61e0-4adf-b415-d3e91a0362d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#ef6cae35-aabd-4d2e-b6b6-e960af58f401"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7130_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8a56bc3-091c-4e45-9a9f-a80b22aeb153",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4432",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 496
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002822"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vâ hamer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031537",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed number of roses"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031537_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#71fcf44c-1e9b-4471-a0ab-9fe2da93d163"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#58830c24-b585-4803-957b-bef06301c395"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#3845e4b8-2cf5-4273-9bcf-eb1921b68799"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31537"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031548",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b3081f97-a0b4-4ef0-aabc-d84c40a5abfe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#85e962f6-83e3-4852-bb72-235076e22211"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31548"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007831_2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007831_2_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a2cf3910-9de8-4adc-86c3-0a23067b01fe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5fc93f8c-b3c9-4d50-8737-a4e76884af2a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#098a2729-3574-44d1-8ce3-701f0d5f481b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7831_2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54ca1c8d-a040-4049-8043-fb40801e4552",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002776_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#21b291e8-dcea-486d-b6c9-5040b6490c34"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b0a208e4-852a-48a7-8106-3434c49dc22b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2776_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#95f5c72f-e9b8-4a46-a887-6d940211017c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000759",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#33b0f06a-e5e2-4867-bd0b-7fbc3289fc95"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2eaf3012-0c60-4846-9ecb-4a0e5296fbe0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2529b550-20d5-4c90-83e2-0728a7b47ff6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "759"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11bf7a26-9a6e-48a2-8662-869a098517a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#318ba74a-2ffc-45be-b73c-1de3532eac37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tierced",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4602",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 672
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002467"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "boechout"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d14e7e6-b0e1-467f-8e1f-95b047e12939",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8892d1dc-1809-4e6f-935a-db796f6effa4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 8
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#edefba0b-9b22-431f-9914-b08d9314eacc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bc0e8680-1490-463a-8cd4-348c5e476a97"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4ca661c9-109b-4d93-91ed-c66005de4934",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#0b0cc1e3-c99e-40d9-b4f5-6f5da088fd88"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002729",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#71082a61-4648-4c93-9a16-fde03ec4d81c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9a50c45c-60b7-417f-96a2-9bb6b66808b1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2729"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#000c2c72-e4d3-4332-b1da-b3a56741b5c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9320d642-9e4c-4ce9-897b-738369286f37"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4083",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 34
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007085"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007085_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vendosme g vendome"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#602b1081-9ab6-4fb1-be51-38c54028c47b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4eb3d13a-7af2-45a1-abec-a5835dba9a57",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#107fb0e7-c2b1-4bac-aadf-5541174b4f95"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9642d4c3-5bf7-4dcb-ad96-84042073d744",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4551",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 620
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002449"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bare"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a374ebaf-274e-42a3-b432-ec8b3f75e28b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#FishHauriant"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d6e00f3-1f6b-44d7-84f0-d325b2c2072c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a82c453e-5132-4253-80ab-4b585288a669"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009652",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "Added color for crown"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009652_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#85fabe4b-d0ac-4070-9278-acc637fa20f7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d26fed42-1494-47e3-8f8b-9b016e1eabb8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#694d680d-cffe-4d90-be60-48242dec664e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9652"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000194_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4a05eb0-eb35-4518-96b6-12800244ac2a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#33180b98-1de3-43b0-848d-61c91b14376e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "194_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12827",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 430
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007567"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hênenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000013049",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasChargeOverall": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a36109f-bb83-40f7-83dd-853a59b23f06"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#961241b6-293d-4c6b-897e-f4ac78d3cbb0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000013049_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000013049_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000013049_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000013049_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "13049"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002688",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0dbcda1d-bb35-4a4e-afd3-b1afe0d748f3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#50a82b82-5c36-4b5d-8ea1-4a50bbd38468"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e0d6ac0-e236-4723-a7f4-68f479129ab0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2688"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a974e9da-a2a3-4d95-9f50-324d80dac1a3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#ImperialCrown"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e084c31f-d07e-499e-86f1-c8bad9dae164",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ead4b23d-2762-454a-a917-c4cc13d9f531",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#34688abb-7ea1-4848-838a-f3eea754c6bb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a3dd9f44-4422-46d8-a21d-fe98c57958ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6243933a-c25c-4b7f-8c71-68565aaaeb87",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac297f8a-4232-4301-9d77-718e031cc9ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cinquefoil"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021425_A_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8349ca4c-695e-4ba1-a425-bf3753a892e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db49d7c6-f3f3-4e22-866b-bf75d6ff0763"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21425_A_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4065",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 16
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002911"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002911_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ar..is  artois"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4280",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 332
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003961"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "loon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031537_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ed3e398-cacc-4f53-b4e8-c90a800b89e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9db1838f-e740-4d28-920f-246e8828f9eb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5c34f03-b61c-41c8-9ea4-0f370e476f4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31537_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82fcf923-25c6-4a18-b457-a6195f3401ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#27952a1c-5427-43b9-bc27-b12bcc1ce6d0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b4d037e6-801d-4500-8d0c-410323be6374"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ef67d6e-9f88-4954-8c48-b9226a39965f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01051a72-6ca3-4566-b37a-833a8e5c6371",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002440_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4a8662fb-6f66-4a18-9a40-ef32fcc9ff49",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#572098f7-5934-4dc0-898d-a58ba35bb9fa"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d29f5fd-69e2-4f6f-b4b3-c87670bb0763",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b9b152c7-1994-427d-a89a-46fcc36b40a7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000018858",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5f568fa-9dc2-4d32-8b39-e8acb1ade080"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb574a90-2bdd-4d06-bd64-8826b7d9b85c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "18858"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0aaecfff-2762-480e-9fc1-a7bde6abcd8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#18025f41-4746-47ea-a540-f22966d25efe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#643fdaf9-e9e5-4229-b7fa-8d87c5a0c91d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fc9a4ed6-6412-454e-bef4-22e37b59b400"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c2996c6-1271-48f0-8e99-67f96a22512a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#125d8a8e-0268-4e69-8ae9-9daad3a17182"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006390",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6db82b56-1155-4396-8474-ae175b0875d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b1f63869-b84e-48ec-87d3-1322fe2ad3c4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6390"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4259",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 311
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002741"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bilstene"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4ec5ce24-2a64-47cf-9ef3-7ce7e6b38249",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4077",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 28
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "sainct pol  simpol"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#65faf991-1fb8-4908-b21e-bab6434ffa6e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006273_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#48b81739-18da-4632-b335-62ac86c2f780"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f4da93d-52ca-4ed6-ae72-4de079755592"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6273_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#08f3574f-9fbd-41e6-b502-e8d5d0089b4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f06f70eb-4e76-4ca0-bf4e-f3d37400286d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bd0ed1ec-a3a2-49bf-815e-ec7ef40eae73",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#7b0ea842-a853-4871-af9e-ea05ee126c94"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4066573-c367-40b3-82ab-1e531a077688",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#137e5bdb-b862-4d71-9886-5324b5b7e5b9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Guardant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f1340f0b-02fa-49ee-9c1f-bedc3eebb93a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8900eccb-d0ff-4290-816f-cd5f4b423982",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d33c596c-467c-4bad-ac6e-0e867f77d3d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Buckle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52adecac-1667-440e-8e93-6d03627268b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e85f7902-eb0a-48dc-a765-c76b27dfcad1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#152da188-eb1d-42ad-a9e1-d2333c1f4839",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d75eeb6-4cba-4e78-a931-2a707be66e42",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a461302-0f38-4410-9337-daef5fd2a35e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006023",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa23073c-000b-454f-a49f-5b118ce68e3c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#02f2a134-d100-4588-a0de-56bba3a9bc73"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6023"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4484abaa-3a68-408c-8adb-c538aea24ffe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006411",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#33ae4747-65d2-4f36-a014-853fd14bdaa8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c858ebd7-6a9b-4e84-9368-0f2485ec3410"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#781108cb-18dd-4806-b224-320c4adf4f04"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6411"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b6354aac-39d2-44a7-b01a-bf63f2acba49",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#098a2729-3574-44d1-8ce3-701f0d5f481b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd57d507-145b-4f42-b2d7-53260def71a0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a93117b7-cbf9-4c5f-a79d-22d446a1f779",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb991f5c-1e8d-4a4d-af2c-98a3b4e73531"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#624d760c-f4a8-468e-a7e1-2004cc00d18a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4b5c2741-1cc1-4e90-ad8b-933c81c45f1d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bcf207bd-220d-44b6-b6cc-41fa69d1f3f9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88024",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002583"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002583_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kunig wenzel von behem .iiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e02aaca-850f-4672-8719-69c97b0e512b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a187c23-39cf-49c8-9cd1-720b89fd02ce"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e9dee223-321e-4a4c-a015-8e727a29d1e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5908fb97-e2bb-4983-ab28-e05af78562d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fead6be0-cb79-4112-86d2-90d507430281",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4476",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 545
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000034749"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "34r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "grootswiin"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031562",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#95ef2f6b-9254-46f0-8452-7c0a148f9d0e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#78a62a0f-9895-4031-a2d9-b3a770e50ebb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31562"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0feae772-9341-4c82-a18e-e863824f44bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#85a9b395-9b2b-4519-bfcb-6bedb3063b6c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007582_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e52c9ea-7951-46da-8ea6-ef82b05cf1f5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4b32748-c29d-4215-af3f-3a92ddbb82ac"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7582_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a8106f1-1c38-4abf-87b1-0f53299eb016",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#BendOfLozenges"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4168",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 213
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002601"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kiborch  kkiborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#86a41be0-96f7-45d0-ae32-3b48355cdb84",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4361",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 419
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006825"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h hns van redelheim"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a41a882b-e4db-41b5-ba8e-1819d6b8afd9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#094ce942-59ad-42bf-9e15-fb48df7b16a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wheel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85fabe4b-d0ac-4070-9278-acc637fa20f7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#ceee3585-ce8c-43b6-994f-8efceea8c065"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Of7Pt",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f011bae-825f-4e05-999c-f911daf2f6e4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#03f62b20-7bae-4f42-872d-3a83334c2f94",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d6e2a485-5b76-4378-a598-84c7032c72b3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d9518da0-233d-4fc9-b533-62c4d1eef0e9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f472fe5-f26e-490f-aaf5-43ca33f7152c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c46c3949-a3f9-46a4-9a00-763996946a23"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91438069-8553-4648-a9f9-093388c76fab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7b7823f4-fee7-4b70-8259-0ec90ec2bb30"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4315",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 369
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006255"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "stonneberg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#080dd8bd-7051-41bd-a89c-9afd4dae7e60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b9f2f773-4094-4a6f-9b2e-6474c0db1bdd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4576",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 645
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002461"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "auelghem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b9a97a67-37c3-4b16-8b59-2cc49088cafe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7975dd67-ab7b-45d6-917f-c8f234eb1fd9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#820edcef-1bf9-4c40-9a44-2a4dd4c9a685",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#IronGrate"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Nettleleaf",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21fb11ca-5a34-473a-aa96-abcf11b72274",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a638ba2-b8e7-4d8e-bd3a-b7887480e2be"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54ae55a4-ce93-48ae-b84d-49076b4c97a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4608",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 679
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002477"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "boecstel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dbc1c9cb-736e-4b10-ada8-baf23c74a2ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c86d981-aeca-4482-85d9-f8880e02d53f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b2d962ff-67eb-4c53-81a2-a1ab8d4d20e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#84027c30-e394-4e6a-b51e-401d21e89b82",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5b87ba78-7ebe-42c7-afd1-59ebfc9d5601",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4169",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 214
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002698"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "aerberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae8c4a3a-66d2-4a6b-a863-9dc616dd68e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87a5cef0-1dd9-4413-9539-547a43fef463",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#1ce18a99-ce37-4397-8272-27ba75ad140b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fd4dded1-b252-4ef5-b00a-354f7d1bcb79"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cinquefoil",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002822",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d545d559-75b0-4e83-8f8f-149d0e89f742"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3352c75e-f3d1-486d-a180-9aa84aaab4a8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#91e1747e-76d6-43b5-b667-0aa9d4df94a3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2822"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cea22275-fcc7-4b02-98af-421510775ff4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Field",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#125317ec-96fd-4c8e-a98a-84021bce148f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b27c7aee-abbf-4a9f-95ae-001e02f41306"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#05824507-59b6-4a15-a755-637cfa3cdff9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88095",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 75
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031538"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "229v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0b3e055-325f-44c8-9ed5-d44393a68da8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Nimbed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#557830b9-f196-463b-a6ed-75248ed27cee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4a8114c-d8e2-49e1-9518-d16834101537",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#aec6b835-510d-4481-b940-681d114bd76e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f2ee8ad8-902b-4770-882e-c2581c745453",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ede317c-e99d-4ea8-b4ab-f7d7a6e737ae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#07f5a821-32dc-4b6e-aab1-2d2645503e06"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ef94e0f9-feda-49aa-87f8-11a070d44d9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87863b82-35ea-45d5-9603-dded7e2b830f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#99fcada9-fffb-4648-b0c3-2b4506684b5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b498926e-6adf-4ae9-b528-a7ecc04e92da"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5b66d896-4878-4331-a33a-5298e607ac36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002946",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#82b1e25c-78bd-4c3a-b641-2c3ade14b5cc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#daa5a2a6-29a1-42d4-9407-50d62c1bedad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#9a2b6597-45eb-4aaa-94f2-9e91bcc4852c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#8fdee70b-8a30-4430-8153-7f9e1f1041d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2946"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a9f4a327-1b22-4898-9b84-6c5a8307ba85",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c50258a8-d53a-4ccb-bed8-b5c0b5b58642",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7975dd67-ab7b-45d6-917f-c8f234eb1fd9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b49652a-4d02-45e7-8ce1-996bfbd960cd"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ede1d8f2-47af-4b87-9a62-dc17357679dc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c882be1d-da70-4330-95a1-bb812f2a0c99",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031573_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#004e62b4-4e96-4d5c-9aeb-c29a14543560"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#41de237c-cab5-456a-9bad-45bc8c1a00a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31573_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#866caf24-7344-4d6c-92ca-bc61ae52fb3f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d049d95f-c0f4-4e12-9847-a2b8a613efdd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11afee02-5d25-40d4-9278-7649f8b83a76",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#cfd7e551-367c-433c-aca8-e2087284b25e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e461e810-2d8a-4086-88bb-4e1b5ee7506d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e45e67eb-0e45-47dc-8657-0d0866a15c64",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8bb7860a-dc0f-4738-aa59-432df5c26618"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2a681e5-9b52-48eb-8c92-d14a94973cb7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d775088e-9883-4581-a143-5425d073ad6d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Naissant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9eb327a6-db32-4313-806e-2e25ddd9f052",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90b9ed62-ed58-4d20-92ee-abeb02723cf2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PosedBendwise"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7cb0282a-a5fc-4f7f-8ad5-19d376867a02",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b4fdf37-a26a-468f-963f-cb34447054a0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82bae744-9fa9-4302-a64c-329cb6bb4b75",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Indented"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f9d7a0c6-0e0f-4a9e-9d76-81411559504a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#00209af9-723f-4deb-9262-4ff351b531d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d800eaf4-c052-4672-b081-cc0e1fe4f601",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#4b81cc75-7419-47df-b127-d9144791716e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dbc1c9cb-736e-4b10-ada8-baf23c74a2ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#77edcba0-3473-4edf-9512-6f30315e30ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d543210-1c7d-4206-8e5c-5b389c74fa65"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e61e83dd-6889-46b1-8938-2731744e27d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b1aa63ab-5878-4427-803c-5c84afca145c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ce3559d-7e50-429d-b241-558ffe77b8d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88155",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 135
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031578"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031578_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "418r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "boppe  .cvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8cc1da5e-f16c-4e0f-86f2-5e3abe021b0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ca527f02-d75b-47c4-9397-f638d97129b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad4b28d4-d75b-4722-84e5-e68a7a101bb2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e79e468-17e9-4a60-86a4-3f31dd1b0aa0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#13a37496-28c0-4cab-aba7-5ba08a2263d2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#171b4a5a-c80a-4033-88ef-7fdb89ad5c6d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29232a10-d048-4c8a-a9fa-6436d4fece9a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#650996ab-f809-4b66-b675-8a5a104ece6c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#22233c9d-c1bc-49b9-8089-bd615dbb202d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae6f1fe8-6aef-438a-9f44-3131deac8adf"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bd5dfec4-57d0-4000-bb48-af4433b2a929"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3cb98369-2277-4095-99be-623b258a2df4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#87de006b-14c2-4a90-8566-1516429cc285"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00e14972-dabb-470e-a6ed-7586ae6e8e36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1e8c0597-5fb0-4d15-bd2b-cee8e9572904",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f745a967-3820-49fd-a420-0a7017b6517b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#436ce8f0-4842-470c-83dc-b991c1af4bd1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#c10d4890-5ffb-4dde-b672-10c79c6749fc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be28b890-8b53-454d-9024-4bf514db69e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Estoile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#742c0ff1-d1a6-4003-a89a-fdb2878c3737",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Sickle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4bf1a83-72ec-4cdc-b9b3-d74d6acd1351"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Helmet",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a9d4fab5-3d26-445e-880e-5534fe829f8f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7497bf3-5b63-4843-b6c4-4cf9a3c0a6d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0e38761-c361-49dc-8ba6-e7ac7acee3cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crenelated"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerChevron"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#433d70e9-2443-49d4-9842-5fb90d128066",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#525bf4d8-be1c-4b1e-a509-bf776354bde9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#730acdea-e26a-4daa-a293-062694337a6f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#066afacf-ac27-462e-b07d-120424893f56"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027639_A_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#76ad3e57-6573-4fc7-908b-ff89b77fb658"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#03a95355-3e8b-42d9-bfd6-61fe55add16d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27639_A_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004649",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004649_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#509be1e7-9038-4b3b-98a1-3d158ccee8b7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ede317c-e99d-4ea8-b4ab-f7d7a6e737ae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4649"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24b4b288-8f38-496f-9488-57a28634dde0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88087",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 67
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031533"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "202v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von sunegge  .lx."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4752f4f9-e028-4783-87a2-5864ff8398f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossMoline"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f0d09a7-4ff3-44cc-b414-5888b2a95c37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006495_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4fbe621-7a4c-4825-864e-7c97c428fd5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fc4c607c-3875-4721-ac97-fa75d9d18911"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6495_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8983deac-51d1-47ef-92ed-d260def3546a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e38886a5-5087-43ba-856d-0e4706f746e3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dcb36de8-58b9-4c1b-bde9-e137d867d63e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4305",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 359
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006129"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "stierlant"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gironny",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21ad6cec-2ed1-4572-9338-2e138f1f3358",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f4ce43f-5626-43bf-8434-9480cf6c8405",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac18ae9c-b502-4c23-85c2-6dcc6d9473cc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Anchor"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2698886-7a54-426a-96e9-b36717f705e4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#a6fde889-66f3-4939-ad15-66b2cbd8f7d5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec2f40d9-faed-4b2b-b0d3-4039bf296499",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002461",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a77fa89-182b-4d4c-bccf-54987ce0edcc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#160aabd9-99c3-467e-9e24-4b03ed24fd7e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2461"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c42c3742-35ff-48a6-a519-15642ec9fa90",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d54faad-359f-4715-812e-482f86db969c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4242",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 294
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007311"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tsenger"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a6fcbab1-4e34-443a-b4ea-ce87c7880fdb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4298",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 351
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002691"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "reynkiin vâ berghen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29a0983b-776e-4945-9097-646b9199ddd7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88115",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 95
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031553"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "290r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der hardegger   .lxxxii."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Eagle",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009650",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "Added color for crown"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009650_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e539954-479f-4760-8e22-a5c0df46e660"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1e8c0597-5fb0-4d15-bd2b-cee8e9572904"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a0e5c547-d567-44ab-b80a-3981c8a5b1fc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9650"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016446",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "description was linked to wrong coat of arms"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016446_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#da81ee2a-f986-442d-8dac-95bd3a8c6d95"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b9a97a67-37c3-4b16-8b59-2cc49088cafe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16446"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d84279d-7cae-4aed-8d6d-c547b1e798e6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dragon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#024488bd-10cd-4024-8cc4-c831c382eb1b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc54975a-e3a7-45e8-8544-b45708262c5d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Text"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasText": [
+      {
+        "@value": "AMOR"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5c6d6c93-e75d-42f1-afc6-9ae6567781b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BullsFace"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#899faca2-aae9-480b-8180-622ac1b0356d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gorged",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002781",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#efe31c16-a9fc-4d7f-a4ee-d0c2c26bba03"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2781"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2d186a1e-c7c9-4f57-a974-6ff881011060",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0122a1b-1f48-4a0a-b187-123c992660b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74153",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 62
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000020385"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wuldenbrech"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bda89bcd-cfde-43c5-846e-16d3bdb27880",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#46bf7a95-5323-4937-8103-90493647c260",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002773",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#836026ad-c2c9-49e4-9a8b-a37812edf53c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2773"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1df48dc3-69a9-4bfd-a097-b0e89058fb83",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1804c2e5-f2f4-4fe0-ac70-89e9ddc043a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#efd817a8-099b-49bf-9c62-d37ac35d105f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c381c69-ab34-4342-9967-e83c7ecd6bde",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bluebell"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#86142f29-fbbe-4cb1-9ce7-3665d85695be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc697ae7-c981-4c28-b3bd-59637be02d8f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fbdd4dd5-2a24-4507-9de7-b546b03c15c9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#06ecee92-7f87-436b-912b-edeaee0de953",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4205",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 254
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006234"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006234_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "saerbrug  saerbrug"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4558",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 627
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007130"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007130_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kouter"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008359_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c5d5095c-0071-4457-9b27-a2a8bae10014"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008359_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8359_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b6ea6549-a38c-469a-be41-4d83d3b9c3a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e4c26d8-ba0a-407b-b63d-522e22ef9045"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88079",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 59
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031527"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "183v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her wachsmut vô mulnhusen   .lvi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#454e1d1a-ac9b-4078-968d-0ad405558e7e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ab5fa36-d44f-4183-a3c6-18c4c6b93c06"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6f0f25a5-8f8c-4f06-bdbd-a3b2069379a9"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9ac9d29e-b414-49d3-b85b-a38d87ff3496"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12828",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 431
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007437"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "westerboirch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b4a8a15-22f4-4193-b90b-445e74725da3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4262",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 314
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002743"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "berghe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Undy",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd0695a6-4c3f-4dac-bd87-d5fac094dd89",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ddb0f197-3619-475b-8715-4406c5a203a6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bb410e93-ea85-4e59-bafc-433e19430a11",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4aa927b-1cc1-4d53-9ca9-6ea7eecb1e33"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b9b037c3-ee1a-4474-b922-e76cacf5fc66",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003176",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003176_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bcb758f6-1684-4daa-b510-d12db075b394"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb5846f4-eee4-4459-8330-69625aa2329f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#d458c328-8ecf-4870-8180-54b879a705d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3176"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#93612e03-25f5-4aaf-b6a0-e1d19c6ce5b2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e2830e2-aa1c-4498-9422-46d19a52ecd7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b3a9629-5c12-4361-aa9b-b16e3241bfac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bear"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#646fa013-91b4-41b7-8ee6-8ba9b2cdb286"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d775088e-9883-4581-a143-5425d073ad6d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74130",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 39
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000720"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vien de bare"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006297_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb25be71-e624-4cb8-a809-05fc829f4a77"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cfd3b7e0-bf89-449b-b6a8-b80b7f8feb24"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6297_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008837_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added field_tinct"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#905a02a9-192f-45e0-82e9-9c15ded40ee2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8837_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#53c4ab1f-c4fd-4f56-b246-3541be3eeb0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6ca315c3-e85b-4e39-88ae-4adbffacedce"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e0a192b-305d-45de-9b73-142e173b115f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#834ffc09-87f7-48d1-ab0e-b919d4506206",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#78b733b1-1774-4170-a7c9-3b0c9ea945db"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24af1295-62d0-445f-9af6-793f8d983fb9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#77c6bb66-3add-458d-8175-90c3c3a97bdf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#45f7f1c7-8bf0-4101-bec3-95e3472718e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#63c9c3fb-df58-4e36-8d55-76245a839c08"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c2c29f2-1135-4ee4-ab58-639e438e39d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#13625b1e-8873-4ce8-8301-57ec0ea36bb5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f59d508-c7c5-42bd-a572-711a1ae290fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aaa9e20-ce82-4543-a545-6cdc27d22401"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016496",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#41e3062a-5317-4f88-a1b0-3c88d820e9c8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4fce4f50-f80c-44a5-b402-1c881bb17570"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16496"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#198d57d7-fc97-4362-8b23-fec7fb3a887e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd5b2be7-d208-43c3-b2ef-469fb4618b21",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d97c22d-ee2d-4cf2-bdf3-282dd728450e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8379e967-4229-4a00-9227-4e85aa57ab31"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d6612c12-e076-4d2c-895c-4366bae5b9a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4079",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 30
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006415"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006415_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "poytiers"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bb983a81-dfbf-4e79-abd0-a4aad198701b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#acdacb26-4b34-40bb-9ec7-80e570c3cd38"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae4a4466-a889-446b-8eaa-1745b1cbb9bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#baaf72a7-bf4f-4b6f-a8fb-4175f3c2fe6b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#de4092b2-64a7-4bf2-8c36-42a5587c580b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bee8db2a-d047-405e-bd19-e74e7f4342e2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027636_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#548c001b-f483-4ee7-b634-a976b78cd737"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027636_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27636_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4197",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 246
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006232"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h rutgr roots"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4600",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 670
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004060"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "merbays"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36a607b0-e632-4fca-8df4-1f04bc6d7ce1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Increscent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#5fa90d7c-dc08-4aec-af17-7d52efc5eb0c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d604aa3-f2c0-4f8a-8aba-c2655e5c2d59",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3a38f616-993f-405a-9c34-a6fa10230e18"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27dd1c87-8759-484b-954b-d0eaaf4e42ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e8b8588-8afe-4d84-809c-225c90a99a4a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Flory-Counterflory",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e646c4b5-ecc2-439f-a244-5c1f4b16c3e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#089eee52-1e00-4e55-8ff0-c3b9213df5f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#EaglesHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfHearts",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031498",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d09ef750-4b87-4258-91dd-ba829539a41d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31498"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c97c3874-f199-4433-b5ad-3edc95b67b5e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91e1747e-76d6-43b5-b667-0aa9d4df94a3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d037cfe-5a3e-419a-91f1-f01cb63d50d2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b82b4077-fe8b-4816-a9c1-d9f31f4a7416",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Naissant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9825c59d-686c-4d03-b41b-87b1343f7d5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d9f13316-1cbd-4766-8b33-ee984a508067"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8948cef5-7dd4-4772-9db6-6467eb0bdd32",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3cf53d1a-9982-4646-88f0-1f650b492560"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88108",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 88
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031547"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "261r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von Stamheim  .lxxvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0db09688-4b02-4480-83ba-dda39644eafe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#211f93bb-bbb7-4627-9382-2295c03deddd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28ccdd8d-ad3c-4c92-aeaa-9db53a2940c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e7692d3-bc5d-4443-be83-f54792e91a6d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#79716488-f503-46c8-a9fe-414d41d44cda"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5c483600-563c-4e3b-aa5a-c1e88c642327"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88071",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 51
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031520"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "162v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".xlviij.   her willehelm von heinzenburg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#efc02ac5-c0f8-496b-ba19-568e2fba8b40",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#24147215-b1c7-4cb7-b872-1bde61aface5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87681f1b-10a3-4dae-9254-9c809eec9eda",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9505d710-53a8-4fae-9cda-e5a6a591375d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#96c1537b-1d19-4e23-adc2-492eb34116b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88120",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 100
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031557"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031557_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "303r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der taler    .lxxxv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4f636cd-fcf7-4130-a7d3-1b47c74708af",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#36a607b0-e632-4fca-8df4-1f04bc6d7ce1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#694d680d-cffe-4d90-be60-48242dec664e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e3d06ccc-9cc2-4e61-b723-317b8acf7d5a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d39dce09-bfd0-4f6c-a8c8-6ed888a23aa5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a7294abe-8374-445e-af04-a3515e711024",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4a5e91b-cad4-4a32-97ed-36318cc62f36"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da40e6aa-5b9b-43b1-bcc3-ec563b20aa7a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e00aad20-ce44-4380-b12e-653935fcc08d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33ae4747-65d2-4f36-a014-853fd14bdaa8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#80d7223e-a3ce-468a-a378-c1a69e017a11",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002683_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#39a650ef-872d-4a10-856d-d73f5e333ad9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12742",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 182
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009663"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bo joenssa"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1b86010b-7e67-44d3-ac52-ecad68bf44be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38a58c52-304c-442d-b83c-1de062a97437",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#-"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ceb42f4-0d00-4bce-b436-94dbc4851e60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#138997c0-81c7-4795-8244-d7e6d0105699"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4820cd61-2ea2-4bbb-9648-1940210d362d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#24af1295-62d0-445f-9af6-793f8d983fb9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e28c068c-5440-4cbb-b33e-63eb81d8f3c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Doubleheaded"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002828_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#578ee88e-c776-48d6-83b3-1dfbb5fde9a7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#955343e1-7711-4a48-9f5e-bd7903462778"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#6f4feabf-d60f-4cd1-8cee-9c4583c8de26"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#bbf3f02d-9cb9-4e6c-9701-1f1a473f1b4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer4": [
+      {
+        "@id": "http://digitalheraldry.org/data#a0b660c1-1f7a-4cc8-98dd-30cfaa42b8cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2828_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Annulet",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4536",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 605
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002426"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die he'vâ watervliet"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006401",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#18903c04-ce9b-409e-ac56-32ec193e3856"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9261187b-20a1-4768-ae7d-f697e2038615"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#07f7cd31-77e3-4b38-9575-d3afe1c02739"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6401"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d09d16e6-0632-4de5-8861-93d43ae81b36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e1976dd-9293-4b38-8712-4a00805ce896",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#FessOfLozenges"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009661",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2324764-0b7e-4a12-bfe2-a92b02d7c251"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb7ba68b-b2fe-4178-8c52-79f99793fd9b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9661"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#65dc4270-7d5f-4cca-a8a7-aced735cb982",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019399",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fda36aca-d763-440b-ab11-c069a1258443"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb10fc56-0484-40c7-8d19-05273a3936b2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19399"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2d87fc8a-9194-4c91-8e01-02ebd5557bce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b3e21971-828a-4444-bb7b-73eaf0bfc368",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e0ac6f78-14e2-48ff-98d5-355803daac8c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1b13b887-2d0f-4ed0-b128-c6232355abde",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Axe"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#10d213b9-426c-482f-95c4-308319dc0c4d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c55515e9-ab95-46bc-bf8e-bc67b9cd62ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9fd9a1e6-ed85-4ab4-850d-5c9b129dadc4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b1f63869-b84e-48ec-87d3-1322fe2ad3c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#74ee341e-2150-46a6-98d4-5431076beac3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68b9a554-1c91-4770-a9a1-19493e643532",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d06b1558-d57d-4efa-afb4-ad5830505b5a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb025e89-4ead-4ac5-8b9a-d314ecc80d5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#8bce3ae1-4319-4faa-859e-99814f2ee64f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c4cd5183-a661-41c7-b9a3-b917967d2e28"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38230e9c-6d86-455c-9360-fdfe920c9fd4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3a6db0c7-ea0c-49c6-9ffc-2709d95a3838"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4204",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 253
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007037"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "trier  trier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#44975a80-de58-472c-873b-72ac0b6574ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fdbe19ec-d0a2-4134-aa57-d262ba682ef9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bac7cbad-98fc-4124-bd42-88598225df61",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d0cd9e3-9903-433a-8cc5-e3810295cd21",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82d19eaf-692e-43ca-a08c-da37a064d045",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4409",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 472
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002810"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vrydag"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002437",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#712a55d7-dc2f-4f12-bbac-30d053881a34"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d8fde929-6998-4d23-9a7d-6c99b10ca0ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2437"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74143",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 52
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027004"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lichtenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2f9bc65-93cc-4695-b9d7-5a3ea25b1298",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001227_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0113457f-1f92-4856-b11d-bb1092f45fdf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c39b9cd-90fb-41b1-9162-ca4a723a82ab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#68b9a554-1c91-4770-a9a1-19493e643532"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1227_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#583df9f8-f930-4ba5-a186-91cbbdece82c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b7dfc140-8be9-426e-beb8-dd30ffcf0513",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc6957a2-57bc-43ab-9274-3cdca0359697"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e9beec15-6b3b-4986-8084-0f5f345855ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c52bfe89-f700-4f18-b9f8-96974cac7876"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4260",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 312
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007287"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wonstorp"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006294_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3274346c-703c-43c6-925c-69f3df0a49fb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd262791-eb0a-4749-a618-2c6c95aeac91"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6294_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78b733b1-1774-4170-a7c9-3b0c9ea945db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#b938d3d8-c894-4541-acbd-62fded590ae2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#26f4010a-adb4-46dd-b454-bc9c548e4a91"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d402f0a-9c89-4fe8-b100-060d5ef68899",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006314_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#50ddf4c8-313f-44f0-b23b-3792f0c795e4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e2ae66be-4dd9-4178-9753-e9cd8b5e7677"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2abbabd-a4a8-41ad-a701-72899e1a293d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6314_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9db72371-bfbf-4fe7-be07-663c7e57d784",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d923e3bd-411d-4a6a-83cf-f11deaece02a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#53c213a9-bc88-4c60-9fa4-bdb84a527d46",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b87f4a66-36a5-4027-b3e9-d59a505978a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Mullet",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12825",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 423
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006238"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zwalbach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Mount",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52b8ff73-cea6-497e-9232-2319135a2982",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossOfJerusalem"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7fabbf06-805f-4527-86f4-268c53dc2292",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b9ad33d-1334-43f7-a3e2-8a04af9ecf4d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#655561cf-adce-42f9-be4b-48ae5f40659f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a7b8a69-e5c9-4765-ac53-41988b5cf528"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cac667b7-209b-492c-92f7-f576690ea6ab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4537",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 606
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006026"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die he'vâ wtkerke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#781108cb-18dd-4806-b224-320c4adf4f04",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d6bf6a6-4df0-411a-abd0-30b3e21d82d2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#80527bd6-2624-40c7-8a9a-6fcc5777983e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8a5f38e-1355-4b35-90e9-d8c65120e9af"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6686d32a-19ba-48f0-8fac-af44b4b8a407",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b57aa22-01df-42ca-8e83-a66c077de2a2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4240deb-81e8-4806-96f9-83a8e7b3b0f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88105",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 85
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031544"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031544_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "256v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hartman vô starkenb'g  .lxxiiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006021",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0aaecfff-2762-480e-9fc1-a7bde6abcd8d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#658a7a47-329b-4f16-9737-47b18275ffde"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a82c453e-5132-4253-80ab-4b585288a669"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6021"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4451b163-5343-46bf-8a3d-b3453f6c3acf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f8438602-b24c-48de-a4b4-c64c7af90eae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001468",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b53a2877-2874-483e-b490-bdae79ba6785"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1e9ea2c9-86e3-438a-90c4-dd9cc18551bc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1468"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4613",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 684
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002470"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "huldenberghe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c099e3b-4eec-48cd-8d80-9983631836c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0448cc02-4600-4e94-8838-bd3ab8086939",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#108cc5f5-47de-47fe-bc47-e924d95cd87a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aa50bd27-1d7b-4146-a0cf-5f8ec5bcae7b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5bf1bbe1-890c-45ff-94f0-3d81235222d2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be63d725-b1f3-4572-99c1-091bd4fc7d54",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#734daee7-ec0d-41f7-a65b-e494c0a13b9c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cffab53d-60bd-4261-b657-dc5c01756dfb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8810d7e5-a163-4990-a66a-f2d0dc89ef0f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4402",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 465
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006301"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die lappen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6a4d62dc-6a6f-4387-94e7-fd996e18e3b6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#26cea901-0ed5-44ae-b20e-d4e79b1cfbb2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ca94cb46-9fe1-4981-b53c-c0280ae6cd13",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7759f7df-5018-43dd-9608-abafb3d61d3c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003827",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#061e5440-996b-404e-ba24-dac717455a8d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#41c8b4bf-2a96-4aec-a8ab-4ad17743395c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3827"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#61ae7e0a-13c5-4288-a42f-ef54b3871f3c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0611ef1b-6bbb-4d33-8f5f-27b0b8a44cda"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006223",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cde3c652-ecab-48e6-a107-0893f9bf1cc6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6661b2b-b402-4505-80c1-a527bdb23dfc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6223"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008676_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#14f73f68-8501-4f1e-907f-ce37979608ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8676_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Canton",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4adb44e-63e7-4817-b26a-918780bceea9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004403_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#06ecee92-7f87-436b-912b-edeaee0de953"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bbc39769-4d08-44a6-884a-a66c556ab6f3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4403_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a85792ef-d11f-43c9-8e56-ce85e3b99c5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#294bb993-8f01-4f85-a164-ea8412e36cf5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007264",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#557cdc16-a440-4a7a-bdea-10039521c1fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8948cef5-7dd4-4772-9db6-6467eb0bdd32"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7264"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002820",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7052a510-fa48-42b1-a940-5d1d58681cd4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bb410e93-ea85-4e59-bafc-433e19430a11"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2820"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c49be827-2cf5-4ce0-9daf-52c9996033dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#00305445-1b73-43c1-bf54-c6e67d800b27"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#777793eb-b25f-47a3-8599-1f3ed39af2df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bar",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3a6db0c7-ea0c-49c6-9ffc-2709d95a3838",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e92a3b7-9f2a-4e07-af5f-4dc438f3491f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#34abed7a-9600-444f-ac33-ad8c994abb00"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#441e97fb-d2b4-4dfe-8964-ad9d403b3432",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#87458584-5d77-43d1-959a-137fe88dd554"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002477",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#31e25d99-2e25-439e-a796-15a5bfe0ceb1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f201c16a-bc7a-4eb1-9e16-fa06388d9824"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#13a37496-28c0-4cab-aba7-5ba08a2263d2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2477"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a23747a5-bd50-45fa-8a49-a53c9a00e3c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d006d69c-341b-44c8-adbb-d2a33c728f5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031515",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed tincture of Charge1 to S"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031515_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cdfde68f-67f9-4ed9-addd-a85eae94e3b7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6971eb99-2c05-43b9-abbf-a34dd64d9c68"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31515"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#832ffaaa-5750-4f5b-b841-4233947db36a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91d147b9-4a6a-4646-baa6-add944405673",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#3edd4ac3-5182-492a-b92f-4d2cd3851d12"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002596",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#daf74272-2f83-4b00-b19e-434d5b3a5152"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#51565890-370e-420a-bb6c-a4a7ce624ecf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2596"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#273b3dae-d52f-41c1-a8d5-0a13c8d6a35b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7745e0ca-1151-48a7-8cda-b4174d70c6d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#17fb7948-812d-4470-bdd2-670a6400568c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#742c0ff1-d1a6-4003-a89a-fdb2878c3737"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d660cac-1cad-43d5-a0c4-21f232347ea6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02e7664a-89d7-49b1-9125-bd57864f93e3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8e2fde0-3aeb-4e53-ab01-5b6fce65d1be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#49087a73-5f3f-47b7-a9bc-5eef9785c340"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#69ed4206-441e-4e75-8d98-ce7ffe30e35c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4252",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 304
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007015"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tekeneboirch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a39665da-6412-44d6-b590-597383478593",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#76ad3e57-6573-4fc7-908b-ff89b77fb658",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56ab684f-5b50-4f91-8f22-a58de0140c24",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008724",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#98d04924-644c-440e-91ef-92f3d9a47b5c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8724"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d94b7f5d-2c6a-4c99-8112-f84c50c58811",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d98ecd6-c1af-4f83-b079-d7aed6532b23",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Inverted"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f363d9ca-e50c-4685-81cd-028fd34c69b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#235e146e-894f-47a2-aebc-fce57077dddb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006221",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c5370765-c7b0-4f70-8d12-fd6bf6b67da9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6221"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d62ef232-10cf-4912-bc53-7a62d11f1109",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#318ba42f-ee90-49b7-825c-861cf207e886",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 16"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027639_A_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f0a9fac-4046-417c-986c-d421cf4e628b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27639_A_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7119652b-7e9f-49e0-84d0-02925590b4be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#019bbf93-38b1-409e-8c83-678d6f49dab2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#75d818b1-ae34-4a52-96d6-f553c906fb1b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a5f17017-d1bf-4ade-b816-06b01aa6aa02",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#12495156-8b62-43e2-80a7-065734f1ab69"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#46a7c116-61ad-486e-b0ee-2cfde211a471"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90e2e18e-f407-4c36-bb0a-c46d6b451731",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#OrleOf"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4450",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 516
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006318"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die priene"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8eeda9bf-0823-4bf5-82da-3753b4133da7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d0b5c9d2-325c-4c99-a043-e30b76e11abd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8b594a52-57eb-420b-8ad4-145fc80c05e7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#10d213b9-426c-482f-95c4-308319dc0c4d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8fde929-6998-4d23-9a7d-6c99b10ca0ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ffe95887-cb6d-4b40-87d9-ff8a5e3293e9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#84cb09dc-0235-40d7-8aff-91c8130e491f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d09ef750-4b87-4258-91dd-ba829539a41d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tierced"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture3": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#60f06fd4-1cc2-4ea4-a762-f27495885720",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c69a80b9-adc4-423b-b338-539e3b500cbb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#051b653c-135d-40f4-9485-3009292a25c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d2263b9-0bf6-41d5-b6c1-a163ac836604"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9f3184d7-b1c9-4850-822b-d7150ac9096f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e38886a5-5087-43ba-856d-0e4706f746e3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a9bab4a-5900-4429-a9f8-35b1201fa1f9"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fa5910a4-9b9a-4f53-92db-3d32d055c668"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021423_B_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#95e8652d-9bbc-4537-a016-55dbc07984b6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc02c2be-af3e-4b0a-adee-8e932fa6e833"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21423_B_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000013049_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fc66afde-e21c-41f9-924b-1924389723c8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#aac85b35-2b54-4ffc-aefe-94153ae8a5ba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "13049_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2003e01d-4010-466e-8517-a09ba88e1550",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#1302245c-0dc7-4534-b594-41806e43367c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#1642657e-10c9-4393-a5ec-1b32f3631910"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008991_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ece18a23-b0b6-4a53-baf1-3dc8f7e38775"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8991_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a4ac5f9-7d25-4a2b-9e96-c6443db66421",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Staff"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc4de3e1-3a68-47cc-870b-f01db6fe6ee2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#25b24d98-3a8c-4a2d-8848-4a431097e02f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#899f5f44-51df-4b3e-8cec-91e416620c6c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6a2ba13a-4a5e-4977-b034-aa1f4a2df197",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#26c0ed36-0bc4-4741-b703-654f1cd2eac9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa40d88c-9af3-4561-a45f-832255139f3f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19f08229-5642-4346-b76a-0be2744d1fa2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0b32cc1e-9b20-40d9-9372-7001cf95732a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4192f35e-a6bd-42bb-a8bb-8c03bc7d3c5c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68fae545-5dca-43ff-bc81-d71c48990efb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ffcfe389-d1d8-4a31-98cf-6690b18efb71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d8d7c159-2083-49ab-bc7f-d2cd40ae064b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4276",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 328
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019257"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "varringherode  warringherode"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#MountedKnight",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ed5380d7-7414-4289-b926-1a75dab0181d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Salient"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#493c4b02-ca46-4afa-8031-7ec0b0395241",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#RoseLeaf",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008837",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#24c58a2d-02ad-45b0-9384-c3f25f86776b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008837_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8837"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f9d26600-c2ff-40c5-b2e8-07c4550e24a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#c92071a2-a2d3-4dbd-8815-0e24b881051d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae6f1fe8-6aef-438a-9f44-3131deac8adf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bd5dfec4-57d0-4000-bb48-af4433b2a929"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#17ee6f4e-2493-46ae-b50a-ad18ec038c4a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7900b1c6-2160-4bcd-9f83-d2ddb731bb0c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a89b9031-f05a-44be-9f57-cd3c696f2f2e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#13d25d29-3aa1-4ef0-801d-6927c4ea1bb9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c3f509a5-684f-44a1-b34a-2eceadc3cc64"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec47f862-d358-4d34-ac60-a3c34ec8c326",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#175c6a2e-3fc6-425d-ad80-c3314e7c1923"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#26bdbe75-aad6-47ef-ad17-f5fa268185d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4a2559bf-fb59-41cd-8ceb-640a57de96b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002440_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006323",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed order of tincture"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006323_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fd13a2f5-f6c2-4b11-a7d1-d63a48001e5f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6323"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001988_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#af00c314-93c1-4f8f-899b-c36dd7a5b825"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#050a2c20-ed49-4ce0-b85b-692caaca02e8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1988_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9de67952-0c98-4faa-a7d5-8877833f7b8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c32f0938-f274-4645-ba7f-f8961c3550ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f2a472cf-0d2b-40d0-a900-f218ec0b3b67",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd1f6088-47bc-4dc9-adda-9da483e0f33a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d5e6864-efe3-4a4b-91fa-5ccbe78dce15",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#93c65af2-fb4e-499a-9288-d93de7eaaf84",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f090e940-8b65-40d7-b3f0-b0565bbaab75"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6841628-4e94-4bb1-9fed-f4479a56e457",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008724_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed all tinctures to missing / added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4fd5d7cc-30d5-4222-978c-31d3e82a77fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f94cf23f-8926-4e07-a8e0-7e0a57a3d542"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8724_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crescent",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c617856-bfd6-4709-89e4-c973d1cc336f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f3a44a5b-1040-4df8-809f-4faf2ea31ef3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4309",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 363
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006253"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006253_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "stadecker"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002818",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#39913c2f-60b2-4ff7-b582-0dda4b326b35"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#14372eb3-46ec-47d4-af36-89dab13aaa37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2818"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5bf1bbe1-890c-45ff-94f0-3d81235222d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002692",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a875f6c9-944c-41da-b96b-b40be59fbe24"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db229073-dbdb-4d54-8eef-030cf91d7a83"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2692"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ed314160-8d78-429d-981e-d468b169e54c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb33e1ab-2542-4f02-ad5f-95fe2bdd94c0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae5f2241-cea0-40b2-8867-70ae23d3ab1c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crown"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#03b5726d-73a7-4a08-8dda-ec3b0779d642",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ccb355ad-1417-453c-b1e0-72958a358a04",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bd2b7daf-92ab-4f49-9b59-55bc5a56860a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Estoile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InOmbre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#610857c5-20ec-43c9-91fc-0abeb11c9e74",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8013901f-89b0-47dd-ad7a-17cad6f493ea"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016385",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9bf8bbb9-c42f-4cb3-8de7-00f15757bcc8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7cb0282a-a5fc-4f7f-8ad5-19d376867a02"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16385"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4392",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 455
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003805"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003805_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vâ asseln"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfMullets",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#BullsFace",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0925bfab-ffa2-4882-82e4-cd4fcaa79422",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5fd06f9-7c33-4d43-b85d-be9d6b37eb0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#294bb993-8f01-4f85-a164-ea8412e36cf5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a85792ef-d11f-43c9-8e56-ce85e3b99c5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb9d1f5c-edff-4a70-b904-051fc9a92101"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d5f747ec-bc20-4bda-a84c-ea61ee098218",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0bfadc14-1048-4296-99f9-9ee3efde3a8f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2058c30c-d5c2-4c1f-949b-1ee9435e59f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerChevron"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007015",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a77bba93-2a56-4f76-b112-0e26844d3f86"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a6bd5af3-e8df-4509-94bf-1f8d052b34a3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7015"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d02f03a-20a3-4e07-bbe5-cdfe6841d4f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1f9044b2-2c7b-40da-a870-c7d727d1013f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fd4dded1-b252-4ef5-b00a-354f7d1bcb79",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1ce18a99-ce37-4397-8272-27ba75ad140b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#831f245f-ae2c-4e01-9e75-1e05575ecb70",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crescent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#d3a9d259-981c-4d27-89f0-67297583cab0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008287_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#18a23ade-971b-4633-84c1-01997e09aa39"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b8ab0eed-742d-4c53-97b8-64a14884cd5d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8287_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4311",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 365
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006136"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006136_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "liectensteyner"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40678",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003420_1"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003420_2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "5r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes de très magnanime prince le roy des romains"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#75d77f16-0e67-4438-9dcc-ce1fee4a8421",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ec6ce5f-f43f-47fa-ae62-14a3b796069a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#143215b0-44df-4a27-907f-7688bc86aae7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c533f512-3b05-4e74-8648-36986c27d8cc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1f9d08e4-b5f7-4bc4-8dfe-f73682059bce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Empty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#aef0216c-0962-4b05-9440-a94337a52a9a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4363",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 422
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006288"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vme vâ zanlehey"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued, rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5f4319bd-caed-4352-b3f4-da0add8cc4d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e97db79c-dd11-4be7-a9d6-1f5dc36b6afa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8226_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b12835fa-a10f-4fe2-945d-974c65dcb8a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#9db0847f-818a-4d8c-bac5-174f664f6e20"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bdde28f4-4fc1-4f06-821d-b75002a8d10b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1dd6e8b0-7bcc-4c38-bf20-fad7ec31284f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#edd55354-60c9-4521-ba7b-0bb021c17a4b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da015860-c529-4043-9c9c-2ffafcc38760",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ed2792e8-b5ee-43b4-a102-7f0c990ccaa6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a96119f-f441-4bd6-a241-adbac4dde9b8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07edc943-2716-4565-b000-fc0cb4ee68ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a88fcbf5-1d84-43ed-86de-68407be5f5a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11c6fd39-39ad-4b59-9a29-80a51d1bb70d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#66a26e8b-01e4-47c3-9c50-fa3ec200c8b5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4443",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 509
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006605"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "mekelenborch  mekelenborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bfcbdacc-ec40-40ac-8d1f-a9c9b028f4ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#454e1d1a-ac9b-4078-968d-0ad405558e7e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d68e663d-8403-4cab-b0a4-61ddd9b236ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021423_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a226316-7233-497e-a43f-9a980916fdfa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_B_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_B_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_B_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423_B_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21423_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerSaltire"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009579_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5908fb97-e2bb-4983-ab28-e05af78562d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9579_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50ddf4c8-313f-44f0-b23b-3792f0c795e4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a0a7a3e-4305-42dd-9060-73c43a256ea7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009585",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasChargeOverall": [
+      {
+        "@id": "http://digitalheraldry.org/data#8ac619e6-0f17-4783-a150-06c0187ba48f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#41249161-ad26-484d-90ee-ca21a6397aed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009585_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009585_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009585_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009585_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9585"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e7631393-f24d-403a-a72f-ff0733cde7c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#15535b98-9760-4faf-8f90-0fbdf6ffd097",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#088f2c6c-1346-41da-94d1-ccef5d626ece"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f773ecb8-1c75-4024-9d26-c01c5375bc34",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4559002-4e21-40da-9b07-78fc5d21f932",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006073",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab00afd0-3046-4a05-abad-89bc3131850c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#14e0670b-2ee1-49b1-b049-157c799f83b3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6073"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#67826919-8fed-4acd-bf37-355fa1d0e40c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#40d02da8-c9c2-4551-923b-6c8c2f97789a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4733307-0768-494b-b867-a22b6a1d5f8f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f06c1bc-e166-417d-903f-31dcfc1d5687",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac6430a7-2aea-4dd5-a6a7-a17f0607fdd5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b80f3a5d-316e-4056-8b39-4f03ba09911e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d322896-4e4b-4da9-b6bc-87408aa2dd60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4055",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bourgong"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001319_2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001319_2_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e381b72c-10d3-4de9-8cd8-911e86fa6098"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dd1ad094-031f-4a4e-a20f-0870e33e0d4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1319_2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d121e908-c24d-405a-9bb6-9f1ae977cacd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dexter"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#1b989f6b-745f-4eb7-9016-ee43f750ef3b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002680",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#947e5e2b-083c-46e7-9941-ea2cca05a12f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#85e697f9-2eda-48b9-abaa-28dc6a8b59b3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2680"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005967",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#54c6228f-7c33-4d9b-abf6-6d76e5bbe1e0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7968bf84-4390-4bd0-b28f-a4cb77b6b2ac"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5967"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b777eb59-c2a1-44a9-8a28-23d4a0dddbea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#113b743b-26af-4b2f-961a-bd0d576e2922",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1095c184-9bf4-4c92-9736-6212a198af4e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d32f078f-3494-4315-9b9d-373c2e0c70e6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#623c30e0-7cb9-4b5b-8431-f10d0984ac8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ba3306ee-e30a-4a4e-b291-2c8d0cd9b810",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88023",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016815"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "8r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kunig tyro vô schotten un friedebrant sin sun .v."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008755_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3bd94e62-f3de-4a7c-a3b0-12c62f1362b4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7225aae-6f75-40f8-808f-e2bd1b0f9a78"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8755_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#HumanHead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71294b46-b7d4-4181-979c-ee6c2adf6522",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42587135-b048-446f-bf49-357ded2d6154",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Couped"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006425_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1260073b-bfe0-449d-bb47-92258b5ccea5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#55288c26-feb7-4f46-b595-21209e21ca31"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6425_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c1d5a44b-326a-4655-9683-bd7b3dec7a53",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8b594a52-57eb-420b-8ad4-145fc80c05e7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#73ff9aa1-b1f4-486d-ab9c-f2648ba57825",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c73da32-5a10-4523-87c4-4448ab636837",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1bb6fc21-6820-43fa-a6f6-288cc3cd07eb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#12179827-a8a2-464a-b466-508edaf4d903",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Stringed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#de4092b2-64a7-4bf2-8c36-42a5587c580b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b2d4f749-ec05-4991-acc2-bec41b4355b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mascle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e54118fe-e5a4-4400-a96d-434872a61904",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a7901f1d-727b-4fc7-beff-54d34496f535"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b1e0f3b6-e443-4b8b-b4ec-1d4b41f2c358"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007797",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#71f6ebfa-40da-4fe1-b12b-40874b037f38"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#22e50ca1-9d6c-4b82-b762-738bd7365a68"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7797"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad9b89cb-1f86-4f04-8140-e192e76362ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74150",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 59
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001673"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "horen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009682",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009682_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d3021d4-71b7-499a-830d-36772ea1da69"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4acf4527-2a12-4e30-ac52-e7d8a56ef571"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9682"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da8539af-5768-4059-9d6d-dbc591862448",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009505",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued and armed to Charge3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009505_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#87863b82-35ea-45d5-9603-dded7e2b830f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8da788f8-c69a-4b18-954a-a9280c0e8f8d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#7cfd78d6-055b-4a4a-9b7d-30ab47257140"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#9936827c-6067-4af2-ad5f-f536853bab6b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9505"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a1dcc8b0-0fd6-4cc9-9df5-350017900597",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e558d13-20f9-4764-8c68-67c693788b16",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Flanchi",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006229",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d923e3bd-411d-4a6a-83cf-f11deaece02a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a610b48b-1522-4dd5-abaf-552d9a0e6d9b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6229"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4619",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 690
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000586"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000586_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "pulyser"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d80e2fa-3775-48e5-acf5-e303551e6fde",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fretty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6253d392-d798-4899-b62c-9dbcabf9f5d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2867e610-9ff0-4c52-b563-d72a3a909c28"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b9d392a-6bea-4378-bfe3-421730d807fb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d44255d5-2790-4c41-9104-916e2f797fa7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008682",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#16bece71-87af-4afd-a9e1-8c30f3391877"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008682_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008682_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8682"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ef63c850-2171-4ff8-a97a-bddd6c0f5cb4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e816d19-a78b-479b-bb12-298a160f3527"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008974_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae8c4a3a-66d2-4a6b-a863-9dc616dd68e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#170f61bc-7de0-486d-a3e7-63787a3b1fee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8974_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8b93963d-5304-4969-abd8-23efdeea34b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f4c157d-c385-425c-966b-f59c6669c31f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#51ad4848-6000-471d-bb90-29a78ba015b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4074",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 25
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002938"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "guynnes  ghisen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#175a1f64-6109-48ab-981f-125eeba34f95",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f635dc24-f234-4901-acf4-1b3121f60f35",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crescent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#f431458b-625f-4b38-90bb-deaf38ef73b1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1ef28f14-758b-48e0-85e5-4e4a3be1746b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#711232ce-3a33-440a-9243-faad7c29b4f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#aa6d1b9c-a8b1-4bfb-95ae-da679cc982c3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#494594f6-7671-437f-aeeb-d5275317c7d3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#edac58ff-6193-431f-a61c-d68a94f213f3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#decoratedWith",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f01bf12-898c-455d-992b-6539ba1d117c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee8507b0-cdec-491b-8b6a-4a7684ea6104",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5de679ec-3d6f-4981-a2ad-560501434647"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001458_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#36e29e11-b2cb-480f-8eb7-219eecb31cfe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1dad8964-926e-4515-a126-ce6e066fbbd5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#002ba3b1-c656-493f-b7c1-3c1fcd7e6d2b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1458_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71b23a3f-5d25-4d31-853d-aaaa825d834e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#16b22721-bba8-4f22-a4d5-9b4e4239cc5e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#1ae2ed71-c4b5-465f-982b-543e39f0ec37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#897d2574-cd96-4903-97df-a4b1d2eeb0bd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4358",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 416
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002780"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h hans vâ gyeck"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007612",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added isst sn to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007612_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4dfd7ed-1d0c-4a56-9b84-8041e49dacf9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9af9f229-c479-48a6-b228-f009dd446532"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7612"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1359515b-97b8-4e87-84a5-48c68938cb5a",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Masoned"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9c39b9cd-90fb-41b1-9162-ca4a723a82ab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#68b9a554-1c91-4770-a9a1-19493e643532"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d06b1558-d57d-4efa-afb4-ad5830505b5a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0a92c501-87e7-4dba-9268-43dec088dd03"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad7f0a77-ccd3-4020-a546-31c7af70519d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#31f68271-e286-4bbd-a6bc-7b08341f1ab6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#45d7ab82-8d01-47a9-b0e0-2f2fba9a8108",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71768a59-d692-48a8-b8ce-a87ea2bedb43",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#acee3e3f-6101-4cb6-9352-7a42f025f064"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005965_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1b20d2bf-7ac7-44f4-9b69-7724eac84184"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5965_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d38e398a-1c88-4e9f-b822-3eae3b8cb4bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#41fc51ce-400e-4d65-b68a-bd9b1583e7aa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#40654b09-e2ea-417a-926a-b973fde4ba9d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0197e25-7197-4cbb-afbf-a5f8eb727129",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7091a975-1ba2-4f88-9647-5ce6c81a339e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bf4f8837-121b-4511-b1f1-54d4dddee6f1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e9683d7-5932-4d41-b98a-59dd4800b615",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#WaterlilyLeave"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e12a77d-15e8-4111-a484-00b76176d974"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8ae794f6-455c-400a-a0c4-5e6a612bc958",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e408697-2a5f-478b-ad4b-32666c35a2c7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#55288c26-feb7-4f46-b595-21209e21ca31",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ed5fc49-da9f-42f6-8031-11d9248ba241"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#747e0d0c-7a5c-4fac-94df-1beccbdb587c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5fcfb72a-fa85-4c7f-908f-b04c9561b34a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8770a4e-bcf8-4d2a-929c-0c8a2509c962"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Talbot",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4581",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 651
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002451"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "he van melle"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4169cf8-c86a-4b5a-8461-08630c218f60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#04632f2a-d81f-4a0c-9fc8-f4d1a3b656cf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f40a5b9f-094c-4fbf-9363-0a36c886f2cf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002778",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002778_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#37ed2997-b79d-4e51-9a71-de626db52b08"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#076f971a-0c88-41ae-b38e-8040e81659bc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2778"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d60db32-35ec-4ff7-a795-f3cde30269a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#64260921-d475-4737-ab29-e3b8ad55101f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#57ca7bde-7d8f-4f1d-a001-c26e333d8823",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b7f9e07-7fd8-454e-a5a7-6fba23c449fc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006872",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c533f512-3b05-4e74-8648-36986c27d8cc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#699d9421-29b9-412b-96d0-612559e3bfdf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6872"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#764552bb-fac8-432d-9e17-6efd76869e65",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019776",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019776_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ad77f51-d830-40b5-a6e4-a40bfa0b50c1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7dc08991-1f91-4bd4-8baa-2f1f8218d5a8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#01c0f633-8e86-4a99-8ad2-919b9c79a65c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19776"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4522",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 591
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002438"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h zegher vâ ghent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000773_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b09b77a2-4081-4f7e-b530-177b177d289b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b94a0554-d4d1-459e-9779-83bce9a07184"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "773_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e953c165-a122-4b0a-ab91-faa8f0c2039a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24c916d5-6a89-443d-b35c-705e324af822",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BearsHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4f991179-edd6-4c15-bc28-a57d81ca8ae5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dragon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ac8661c-2ad5-4c6f-9672-8f589a94b9ee"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#de079183-7bc2-4f51-bb8b-6d4b5aa143b4"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#eef634ac-581c-4082-9fb4-1bd6634c06f7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#899faca2-aae9-480b-8180-622ac1b0356d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c39ad98c-fe06-47e4-bdd9-25791887b88f",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#15820b6b-7399-44ec-8dbc-36d97a3e950c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#20c2114a-5e25-4a78-9e27-8fb48877eb4f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b10cca52-c0b7-4bbd-b1e9-6fbabad8923f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40686",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 15
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021423"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "9r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes de très hault et excellent roy de navarre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000020687",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#19694a6f-b9b1-4c8a-aa28-a00dd9f92a52"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "20687"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8b4b6407-c87f-4299-889b-1d5c0d82f902",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#55977aba-0055-4393-96a7-37d8c1882f8f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b1b5568-3514-46c0-8795-98857ee694a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bae88e02-a272-4030-9cd7-4bef05331343",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b20b0a1e-1aac-4419-91db-b0cd374ee71f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#99aa62a8-50be-4f4f-bae5-59d13aa7bd5f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d09d16e6-0632-4de5-8861-93d43ae81b36"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e646c4b5-ecc2-439f-a244-5c1f4b16c3e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f0338a1c-6461-4001-843f-906e33dd2577",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1ac5929b-2b21-4cec-954a-0ecdc585ef23",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#a621c0be-4492-4587-aa64-537347fd49d5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d62ef232-10cf-4912-bc53-7a62d11f1109"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e07b6d6-35f5-4694-84df-bb225b4f3562"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d495c75-821f-4f20-8742-25aa9c203b52",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ffaa90a-0658-456a-a960-184f82450085"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#67f95bc3-b46f-460b-9b56-5f4acb2a17a3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#86a41be0-96f7-45d0-ae32-3b48355cdb84"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4166",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 211
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003744"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ysenborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40701",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 30
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007797"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "weiergy <vergy>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006024",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant to Charge1 / added compony to Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006024_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d203c7a1-1a11-4d5c-ba94-0e57df19e78a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d3d01aa-b4f5-4c5b-a9cf-57a750417f30"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f88ecf6-98a9-4894-a08f-88829bf34278"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6024"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d206f0ef-610a-40b8-9a3e-281ae5a18c13",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc54975a-e3a7-45e8-8544-b45708262c5d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e211a9ab-e98d-40af-b1cf-7e23db026409"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce98c1a2-8b95-4490-9291-b71c7abd14ff"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#715e463e-bd6a-4d0e-b22b-d73f62b70e1a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eeb9294e-5194-4577-9e1c-f6d8ad5c869d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#67d96f02-883c-4aab-9758-1bc744119d84",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d73df04-dfb8-4643-bbac-b1d7f7d8bebc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#EscutchOf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006294_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002462",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b10cca52-c0b7-4bbd-b1e9-6fbabad8923f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5d0cbb4a-24a0-47d3-b59f-b5badb915415"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a8353d7-534a-4465-a359-ab48e13e08d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2462"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009649_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#276a6038-e419-4066-8efe-898defd1777b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#da40e6aa-5b9b-43b1-bcc3-ec563b20aa7a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9649_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017737_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#682baaec-33ef-4ee4-a3e6-938930b48b53"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ee478b0-f62f-491b-b7be-d9bf2dcb9741"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17737_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b98da43-1be1-4431-a4e9-bab1e17b318b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb9c3ff2-9d54-4bc5-8b87-4951c9ef3ea6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#73a9a46a-00fc-4d23-86fb-ead2c4ac7801",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f87cebf-c34c-4ea3-a4eb-4b84beb06666"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f0eaf662-567a-4900-813f-cdba98c7c483",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Greyhound"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b62bd1a5-65c3-4377-9f60-c2ed2e955976"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#832fa6f6-546e-4844-a422-5aa367811fdf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006252_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2587c40c-5145-4fcc-a2ce-02965801a618"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dfae28fe-0b16-4efb-9411-25ed484c72e7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6252_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#88373c21-b7fc-48db-b57d-77e84e4ad9b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#861f10f9-385c-42f7-8f6d-6b62100ad75e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0342e7d-9b43-431a-9ac1-1e32a5e8e8ad"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6ffe9333-c4d4-489d-9343-e700ea2b5b03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#5bce4957-2a8a-4795-afa5-6a5844b8d38f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008378_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a44d44b-6d51-424f-90b2-6f831226533d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8378_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb696cb7-3c0f-4c73-a131-041f2a346c2c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d800eaf4-c052-4672-b081-cc0e1fe4f601"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ea7b646-8335-4f0e-ba38-e46079e96146",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b10bf49f-4a3b-457d-b2b3-4480991489f8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#48b81739-18da-4632-b335-62ac86c2f780",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4236",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 288
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007262"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wedekenstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a9c82e51-caf2-4d58-8214-b1687475afc2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006321",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#334f9160-9b28-46d1-8507-2176e8c53bcb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#79587514-a778-4f4a-8772-6b07896f0d2b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6321"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8dc89bd-32ee-4b08-a903-706dc9c39300",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#52354083-827f-4d61-9661-66c61a259e3b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-11831",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 677
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008152"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "grwthuus"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4f38d5c3-8ecf-4ceb-8e21-ffcaf4c6fd89",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006015_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#de984b4e-cda2-402e-903c-371cd7664ee6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bfc7b55a-d9cf-4758-9dac-31723b24cb19"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#394bf06a-3f0d-46a0-bb87-bd867db17b04"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6015_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4308",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 362
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007138"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "walse"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006300_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9f56a21-88f1-4316-a1bd-65891ae59712"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ed2e6d72-b6ae-4568-b457-17275cd32355"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2af1bf00-a782-4e68-bb54-c5ddaa20233f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6300_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#79c6a6fa-e11e-4531-9c1b-6846c68be623",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#aa0467fd-6bf7-4905-b635-160db9cd4bf5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005679",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005679_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#aadae605-2bd9-4158-91f4-c5217e5d1baf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ad65af49-68d6-414a-88c5-ff9a9a9cd1d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5679"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003257",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d80605af-bbe5-4aec-80c1-18b9a31d37a6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3257"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3978373a-e26e-4333-bbcc-ba1de12c1cf2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#LineModifier",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a62bddcb-3c2d-4f51-9b8a-ab08ad4c1bdd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c489936-4ecc-4e9b-a629-88614aab07b4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006215",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c6923a5-5eb4-4e79-a6ae-22198b7c9656"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11010ce6-e730-42c7-9b7d-d9b1235e3aca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#24ad1d78-fd5a-4c58-b7a3-fa9dd982aff8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6215"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4175",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 220
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002701"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002701_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die coppen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ed4bced-2d24-4e92-b0d8-06211a409f3c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Wolf",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#23f00718-68c4-4494-af87-59f22ad4e25c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69b7a119-87a5-4cda-a78e-119a115b7494",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c1d5e024-8917-4097-bdb5-89eb11dd9f97"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e88c6b4-d7ea-4f07-8c65-0185dc87e75f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ab24d18-3c36-4eda-9549-7cb1a74bb4e6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wolf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9371dad-9545-4c4a-ac17-81c7d2a3101c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a98f6172-149e-4b37-b1ca-4904e23ce83d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#094ce942-59ad-42bf-9e15-fb48df7b16a5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003122",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f9585a5-53a4-4d0d-96d1-69e5cf279c7d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d92f936-4786-4cda-b34d-ba62fd01ec46"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3122"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4377",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 440
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002761"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hoonsteyn"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40697",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 25
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000548"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "de bourgogne"
+      },
+      {
+        "@value": "de bourgoigne"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003081_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a6444d12-077a-4ce5-ad16-78bf41a3fc71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#daf953a0-e453-4f4c-808c-8bdcd0636b5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3081_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a57baaa8-0b6a-4139-b01c-3a80ab731e52",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8d825cf-ebf6-46aa-b53a-19eda87bab21"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#99e41ebe-0dcf-4699-bbc9-9eef25684e1e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d0ffddf-bc4b-489c-abc8-35888d193f9d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerChevron",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40692",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 21
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017508"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "12r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes très noble et puissant roy le roy de poullaine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9710d760-c916-4bbf-b574-895fd1223081",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42f5194f-56dc-4498-b513-654c227b12e3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee35dbfc-3c07-4b90-86b7-0d0748034241",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#8981e3c5-1dac-4310-b17f-08c82a04b621"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8a0a787b-46e4-498b-858d-130cdaa02e9e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#aa3e3c47-4367-4a6c-86d3-d24ea242bde8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#baf9c5f2-d65f-4f13-9ede-acafbd0ff893"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009669",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#69e26247-7e6b-4c30-902b-0bd970b24487"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a18ca2cb-4b5f-4222-96b6-50df607974f4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9669"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4182",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 227
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002709"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "17r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h craft vâ oudêdorp"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3daa2a3b-ea42-401a-b9a5-d07d64275e7e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ce9a7f1e-5187-4409-9966-396bf4e55d47",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002445_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ef94e0f9-feda-49aa-87f8-11a070d44d9e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f472fe5-f26e-490f-aaf5-43ca33f7152c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f8ac1372-1003-40dd-9297-35518983ac4f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2445_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#619f6350-9278-49b1-9b81-091ff5f04c22",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#OrleOf"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#62ac5419-60cf-4a58-86ae-985379dad027",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3708c662-5c9f-4b2e-b0f0-31081b1b1e62",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#34a778b4-a3a3-4dce-b509-70efcfdbf7d3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4d73df04-dfb8-4643-bbac-b1d7f7d8bebc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0084b066-bc34-426d-b30b-3fc43d386d91"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Letters",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d9518da0-233d-4fc9-b533-62c4d1eef0e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fe11db4f-b87c-45c4-bc6d-c8c6ef5f17ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_C_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#27db0c6e-7547-41c9-8030-cf31f9e411ac"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a83e800c-c465-4627-9ea4-1baaa9813cdd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_C_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4621",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 692
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002479"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jä vâ houte"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006495",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "uncertainty: tincture in image resemables S but can be attributed to material corruption of A / changed Charge1_Num to 3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006495_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#04300bd0-aebe-452b-8930-4eea91ebb82f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#79b0bf97-a69c-40e3-bb12-d31bbfbdb8ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6495"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007980",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae7e54fa-502b-48a2-8314-f04bae634cca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd9d9420-b68e-4efb-9bfe-10689b323ce7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#41fc51ce-400e-4d65-b68a-bd9b1583e7aa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7980"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5b88971e-6978-4462-b265-352fdd5c01ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#729f095b-bd26-4574-87b3-87265439b832",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#be0b3348-7537-4087-bf2d-72b68fb170a2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6661b2b-b402-4505-80c1-a527bdb23dfc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e3dc04ab-9182-4c85-9528-74bd859aa38a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#791be651-fcbf-4146-9179-c5b142c6e564",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002766",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5c4f17a-6819-4554-a236-3418f6dd41aa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#50bc54ef-6d0d-48be-9e04-0dacc670490f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2766"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021659_A_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d14e7e6-b0e1-467f-8e1f-95b047e12939"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4aebb02-1ca5-4e13-9d32-4e810ee3e847"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21659_A_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2dc11944-7f16-4f33-92e9-c86fd67b3c08",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#75c7bd38-28c9-4ed7-940a-1068a08ef615",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#2868e1b7-8224-4a3f-8977-0f5d5112d90c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#2d621030-a5d3-4602-bcf0-8f1528eeaaec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#085f0922-e10b-470c-b206-518bbf8909d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c21bb91b-25d9-4dcb-adb2-5649683975a8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#and",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6adabc51-13b0-44b5-892d-926e5b4ec6dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4232",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 284
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003758"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003758_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "katsenellenbog'  katsenellenboge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3278df63-da5c-4d6a-8909-eb8ff74b563d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#46b7d9fd-02d2-435c-b993-52efbd02e155"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d560a9e9-9c1e-4d4a-bc7d-3fbc7e12f6de"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Book",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ede1d8f2-47af-4b87-9a62-dc17357679dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4382",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 445
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006715"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "brenburg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40694",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 23
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001319"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001319_2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "la contee de flanderes"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4e32a735-f404-433b-a770-cb7224209c12",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8b4e4ad-f829-402a-b1fa-a38decfe2a0b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8f4fdf3-bed8-4202-a9cd-3380786cf327",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88022",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031494"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "7r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kunig chunrat der junge .iiii."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d5b5651-94a0-451f-9d47-73c18fc78cf1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d9e4d6cf-6867-46c7-abcb-8bc8183309eb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16bece71-87af-4afd-a9e1-8c30f3391877",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88041",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 21
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016389"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "48v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "brud' eberhart vô sax   .xviiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#70dca9d8-7d7e-449b-b139-bc8f6c7bf707",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#RoseLeaf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d5216fa4-a124-4f43-8c4e-d372cedccfb6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#409fb11e-0dca-4516-8498-9b087a5e7b76"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d31286a1-26b3-4420-84fb-20452e255022"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#962a29b8-5082-49b5-a951-d3b18c1bd954"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008268_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b80f3a5d-316e-4056-8b39-4f03ba09911e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac6430a7-2aea-4dd5-a6a7-a17f0607fdd5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007555",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e4bfd1b-7ee9-4d1a-804a-b654591da55b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d0bdbb5-27ae-4ec2-a817-7f9c816d175d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#c586d23e-8aca-4f85-a722-9e37da34f333"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7555"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01872712-9419-4d0f-8e79-7da4e5d21ae6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Flanchi"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#45f7f1c7-8bf0-4101-bec3-95e3472718e9"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#708e9e5d-ef36-4807-900c-e0054ffaf2ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#inChf",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16031f6a-3eb4-4a42-8211-c0cab7b094d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ef736c6-9233-4bd7-83ec-9889f2b09c7f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007014",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a63ce27e-6162-465c-89a9-e4e6c6a11a52"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7014"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dfba27df-5772-47c4-ad00-ed8765b3883d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006220",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#91577bf0-291b-4ef8-b3b4-5ad440a672a6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6220"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e7627448-d2be-43d6-8226-4d04eae5d8bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossFormy"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88054",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 34
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031508"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "76v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her heinrich von morûge  .xxxi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a42606dd-915f-44c6-9b9c-a32d764e5d13",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#66bbc5ca-4976-445d-bfe0-544d9c77f099"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#eb3ee116-ce2b-48be-b74c-397c95fb62e8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71b84426-6546-462b-bea3-b84a44583aed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c0e51a6-1199-4939-9d1c-f30e354577c8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003176_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a6fcbab1-4e34-443a-b4ea-ce87c7880fdb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4e32a735-f404-433b-a770-cb7224209c12"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4ebd7dd-fe19-4b51-9225-0ebf2018726a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3176_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4420",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 483
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006308"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006308_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "langen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5f9af48-7f25-41d1-a4b8-d68b840353c9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88048",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 28
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001988"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001988_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "66v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her von gliers   .xxv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008666",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1fa97679-77d9-4714-9634-110d7403e3fe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008666_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008666_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008666_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008666_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8666"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c58204c8-5f44-462f-aca6-6ce66c7dec1f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db48e0e4-292a-41fc-8a83-49d131119473"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#88d650c3-3fec-432b-8588-83ddcbf97614"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b2e3aba9-cd19-427f-bd46-05b28e5ec757"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae5a7421-ac2e-4c2e-8b69-89cd8521bfaa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3a68d62e-14e0-4709-9621-b906a538215a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#897d2574-cd96-4903-97df-a4b1d2eeb0bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#16b22721-bba8-4f22-a4d5-9b4e4239cc5e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#1ae2ed71-c4b5-465f-982b-543e39f0ec37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a5bbcafc-9efe-4155-9ec8-7395891a8980",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009585_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f3bb0f0-d48b-4c42-b7c9-bd8cd0f2bb54"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#281db7b3-f2e2-4be9-bf89-59bf67ccba31"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9585_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9485e76d-8f73-4c89-bb63-e28237121453",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae73a714-5f96-43d4-a01e-207852380d11",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Paly"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Embattled-Counterembattled",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ae625f5-903c-4897-a757-5486c3278890",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#a598cc9b-8348-4258-ba74-fe8c34ef382d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#813296db-b3d5-4fac-98c1-14092e57018a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002701_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a5829ce8-4e05-43bb-a293-1013d177ed4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#72afcd52-73c7-4ccd-8227-d8f818c06e39"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f3d1061-6b16-4b24-9e41-b7bbbbfa5e03"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2701_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4435",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 499
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002824"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h dieder vâ dalen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#32d39680-8010-4702-8536-d79f182b2c36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#385d7b26-bdb0-4e3d-b24c-8791d65409b5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a7b33a8f-9b2e-496c-a684-c13eee919ef7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#WheelOnPartition"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b525104-1add-4df3-85f7-f9c772e26518",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fish"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#df9921fb-8835-40fb-a078-d813f9cb92ec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#bcc33306-181d-4f68-a711-e4953f457d78"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022974_B_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#78f0e1be-f067-437f-888d-16e61c03f38a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#019bbf93-38b1-409e-8c83-678d6f49dab2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "22974_B_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2bf1bb6-275e-4e68-b733-23011221c907",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#5de679ec-3d6f-4981-a2ad-560501434647"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ee8507b0-cdec-491b-8b6a-4a7684ea6104"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2207684f-e8f5-43bb-be00-882fcf39c895"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#76ae3eda-b6a3-4a50-8378-006f362a372c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#47d141d1-db5b-463e-bdc7-33626f0bc1de",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d2d46ce-a9a3-4a06-94d1-e06e71dbc30c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2dc11944-7f16-4f33-92e9-c86fd67b3c08"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#7c652593-87fb-4dae-8c86-00f5cf4a6688"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a4deaa24-3f61-4349-a9cc-104ef2ccf9f3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a260ec7a-059d-4de9-9efb-a48ef70bee25",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Roundel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ad6c356-20ae-4bae-8ef6-442390bcbeea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bc44e590-b1e1-489b-aad5-b0579dfc08bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4bd0d8d-3cd3-497b-9d18-40df2abb0fa4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000118_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#943a95d1-0121-4cbd-8c0e-c351aff1c689"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cbdefd12-c122-4f40-9e3f-3baf70e19014"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a30c9ba8-1680-4a5d-bc97-7da22ce312a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "118_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7eb2859e-8be0-4a66-b5be-7f7a64fe20a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5f907355-526a-4806-b0ae-a0cbe1ae8758",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027636_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#50150eb5-4783-47f2-a2bc-129482ae0327"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27636_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008266",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b840589f-4329-42e3-9466-67169da36470"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3808be35-1d83-4b21-8930-92134760453a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#43e72624-a82b-4a45-9465-be895df27064"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8266"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#926ccd73-e783-4ad9-ad36-c976acf01bd0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7539ee47-c3e7-460f-a643-c1c1cb24a011",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008188_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e8460fa-b992-43c8-a6db-9777ff28cac8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b6b7b72b-094d-45ca-8909-fc8288c4e987"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e709fd99-6707-4e70-bbea-a205e0b43591"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8188_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pale",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1287867c-5d89-4064-84b1-883dd2d58daf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ba193ebf-6bea-4459-9a85-9e531df09f3c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9c386757-9696-4097-afd0-6705b203747f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c590ea7c-d99f-49dc-9c19-9aa81915a088"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#EscutchOf",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#72309492-31d8-4a7b-8f87-9cddabd1626f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2e2d0b9-eb5c-40a9-87ef-e099c8db52a2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9de623ee-f401-4d3b-85e0-c989cc6afe1f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031544_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e262d5b0-d162-43d5-9696-544d1bf8414d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f32bb63f-6ee7-424c-8c58-2f9a55efec44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31544_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031556_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bc55ccfc-326f-442f-a160-07ff1ed53e3e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0a57940d-539e-48b2-aac0-770309337e1a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31556_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f40a5b9f-094c-4fbf-9363-0a36c886f2cf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annelet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#bb1e6a72-a222-4c8e-a347-cdcd910d2240"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009653",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of field"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009653_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#aed97d4e-b211-4eb1-bf3d-7e9b002bd004"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a72c9519-5ae4-48c4-8f5d-e6e008f5c15e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9653"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ecc59d06-3866-4cca-a40a-0277571c6e42",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c92071a2-a2d3-4dbd-8815-0e24b881051d",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Castily"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#112aa57a-a28b-4343-bf39-f4c0ccd1b90d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4441",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 506
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006315"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bcb758f6-1684-4daa-b510-d12db075b394",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4436",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 500
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002825"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kanthof"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#716df372-aeae-4294-9afa-de2cb1c0405e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f7bd3c8e-d7c1-4b57-8b5e-561c100c64f2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4383",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 446
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007388"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer4",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e38c458f-d444-4340-b759-8ee0216cf4dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5daee4a-242e-41d4-9fbf-6c8aa97c124f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d3c31cc-478b-4d39-9e45-5e5c75055b9a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003357_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ce3559d-7e50-429d-b241-558ffe77b8d2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#29e3ce1a-4169-4c5b-a13c-df16df538bde"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#96f26145-eba4-450f-9764-c96ad982702d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3357_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4229",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 281
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006240"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "erwiin vâ zwalbach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1cd6a07a-70aa-445c-982d-cfb1831ed8e4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#4c542803-9015-4a3e-b43a-7209c6b3df47"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a1bd7e43-5eeb-4359-8445-1f972c5fff09"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a8d236a9-45e1-463d-9418-5cace028c671"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ea35c11b-42e2-488c-ab33-e0489189a561"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#887e2cd9-c133-4fd6-bb34-af1268cb7995",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab033c3f-aaaf-462e-be13-c99b95f46b5f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ce66a7f0-9363-478b-90fc-8d77dc775286"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ec45ab3b-5ed5-4cba-a86a-f51d545e6837"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e15ef04a-5928-476e-b5d4-9a5f637c97c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#76903dd8-b660-4625-bac7-b35fd01373ac"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cf1b968f-65ba-4d9f-9ec4-d0bfa0fb3a8a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74160",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 69
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021388"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hallant"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5c34f03-b61c-41c8-9ea4-0f370e476f4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#857eb99a-efde-4968-aad4-d174c55ae759"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4445",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 511
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006844"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "rostock  rostock"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#DogsHead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e1e3110-e24e-4964-8199-5677c2f2d26b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1946e14a-0fcc-4040-bc13-2c7f49edecc1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8244f679-6273-40d1-9f34-5a7bf6a21e6b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6045855e-d108-4e2c-ad90-a76a23983441",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8b7a4b4-be58-4bee-9719-bca2442a442d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#43965e46-5ad8-49ea-a107-f83c40b04ec0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ee478b0-f62f-491b-b7be-d9bf2dcb9741",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#857ee281-6175-408d-8f3c-ad7a3e3091b7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5161747e-92d1-4e2e-80d9-e8b9d23a7547",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerQuarter",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#MarshallingType"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001319_2_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Stringed",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cfb76ae3-2969-4c71-a0e4-d82d8430e1e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90fc2ead-e168-4dac-af23-23a5bce969bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006412",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#24a09d11-21da-4a8e-b79e-0bf963a919ba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cf4c04d3-594d-4687-a780-c746bd901b8b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6412"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7b182f05-64b7-4124-941f-17ba9c879a3f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3a718452-c44d-4974-88bd-bca8f36720d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009505_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#34453bee-1ac6-48de-a7e9-873a9a2a7bb9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8301ef18-f86f-4091-aae6-978663923a4f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#7bb26188-c770-4299-99dc-40fbd6062f8d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#8ae49d94-e750-4247-bd58-438b07964216"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9505_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4434",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 498
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002823"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "symon vâ barentvelt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d100e7c3-3bc3-4836-ab5b-b121d165ea86",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#681cc171-b41f-4e52-8ead-a400a93d4a5f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d0def92-c148-407b-bafc-f1e6b08a60f1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b92d4702-9734-4125-b2b6-0b9e1c99d0de"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb25be71-e624-4cb8-a809-05fc829f4a77",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016665",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d03bd91-3423-4349-a9d7-68458022b959"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16665"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002823",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#00854e48-ac80-420f-a451-a01f64096b4e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a1587029-3aba-4f7e-91e7-ab3c859ea4bf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2823"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33180b98-1de3-43b0-848d-61c91b14376e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#812e5208-4850-4d2f-8ed8-3d61b4ad8870"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#05513064-d1f1-4404-9b0e-2e150de81ba0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Fimbriated"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ab5c32f-2d04-47e7-a912-d453b40072db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007567",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#88eace0d-fed0-48c8-88e9-03c90fa6a745"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2fd14313-ba5b-465f-8df7-a1cb5798202d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#fe525302-9ba6-49f2-92a0-0fddd6425f8c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7567"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006313",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc343397-0ffa-490c-9640-d2297771f729"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5585051b-b0e2-4471-ac2d-f3eea70565b3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6313"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2d6b42b5-a7ab-42ee-bf12-c02aa160a660",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002410",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed dx from Charge2_dir"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002410_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#112aa57a-a28b-4343-bf39-f4c0ccd1b90d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dd1bf738-f2c5-472c-b7d3-8b56968e49d7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#68eaa634-e9c8-48c5-a070-65e3fe4739a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2410"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#22f27269-8c01-476d-8a31-1bf4f5b9a5a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-LisOnPartition"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d57f0b1-4214-44a6-88c2-b2bace0e0af0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#643fdaf9-e9e5-4229-b7fa-8d87c5a0c91d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fc9a4ed6-6412-454e-bef4-22e37b59b400"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#18025f41-4746-47ea-a540-f22966d25efe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4505",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 574
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006018"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006018_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "praet"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a2472cf6-cc02-4683-bb56-dceb79b26ca1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#0feedf68-c360-4a58-b4a8-37433ddd6e85"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#15213243-1952-4328-8ca4-cca11ce6c99e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5917d6f9-5437-4c40-b6e3-b518e2fa6ab9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#caf01eef-3e71-48b4-93b1-7739eb43ddce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#41c34d02-2621-401e-a856-35638ee5ea34",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#64c62677-3601-4cdd-83f1-c9f575b361b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#93e22008-f79b-4be3-8319-a7725b405b76",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006761",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b9e221f7-f14c-40d6-8c5f-bb4bb4c92182"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f877d271-b268-448b-a898-7994db7795fe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f420388-d095-4c49-9709-0803e316d5ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6761"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e6d7a2c3-4fc4-47a8-826f-223ac825b58d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#86f5f370-708e-419d-8eb4-a77dae9b1ef3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01c582b2-650c-4837-96ae-be017d6bdeec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#97c954f3-b813-4e76-bb10-4ea539bb2268"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b62abc0-4c48-4981-aa16-e2b345d36644",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f8ef029-e827-4a58-8a4a-60ef8985416b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ffad58da-1e6b-48a9-bd62-5b68c0cb5708",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Key"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#c65119b0-e4d0-403a-9e85-5be0cdc2726e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a2b96d1f-b1b3-4205-a6b8-a25e16e2843c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002911__2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed castily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002911__2_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2bb438bb-0a7d-435a-9a59-7c3c28b16f0e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b2456b4-8fb4-4bb8-861c-c71727e32aeb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2911__2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db49d7c6-f3f3-4e22-866b-bf75d6ff0763",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e238d16-156c-451f-951c-738567bca3b0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88080",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 60
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031528"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "184v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "jer hartman vô owe   .lvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002440_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002440_CoAF1_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#099d671e-d632-4667-9814-415cd4a00b18"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e21b0fb-8ae6-461e-a6ae-77d01ad1b6a7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2440_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d0b5c9d2-325c-4c99-a043-e30b76e11abd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annelet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#d7d90297-577f-47b6-8fe1-3341f3722c04"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#58830c24-b585-4803-957b-bef06301c395",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#3845e4b8-2cf5-4273-9bcf-eb1921b68799"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8892d1dc-1809-4e6f-935a-db796f6effa4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8cc91c01-aa63-4fed-bc45-cc751cc32893"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2de8c0cd-37a7-4d24-8a17-e24a489563d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9cdd0ee4-ba3e-42da-b494-742ea39077a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ae14796-b574-4333-aeb9-a8757462a462",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4269c0b-2f24-4a17-9ddc-615b9079dd28",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5be9b29-01f9-44e6-a269-82e2919bf6cf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#86dc0bfa-02cb-49a1-9a00-ea18586cf322",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a9db8a94-f236-4336-b8d4-001e3fe4a368",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#33fdb7b5-4ab9-4973-906c-20a7a7dcc52d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f090e940-8b65-40d7-b3f0-b0565bbaab75",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossFormy"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002819",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0a7c9cb-067d-4d13-a765-f7741e8ec577"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d7e5569-e7b7-495a-be23-2becb3a63b82"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2819"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031521",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#86f0387f-c07c-4f8b-8c58-498a35d7360d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ef011934-8e44-47fa-a86f-088ab97f9bae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#75a8221c-c92d-4bfe-a253-314fa1988689"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31521"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003820",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed order of field tinctures"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003820_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#21c74d80-105e-453c-8295-1c6395770f2a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3820"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#720fb71c-ad59-47f8-973b-a50498ffc3eb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5dd74518-0a0c-484d-96a7-c61ff617bb3c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002906",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002906_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7bea29b9-543d-40e3-a55f-dcfa0746ebaa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#62c848aa-b53b-49ea-8a8f-8bcb972b14ab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2906"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#475683ef-870c-4451-9438-9bd125a4ec26",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ba7cd1a0-2e23-41ab-b419-0e52c937dcd4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundels",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#004d9fdf-a435-4efe-b888-adcb52ac63bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#578ee88e-c776-48d6-83b3-1dfbb5fde9a7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#49736cfc-92b8-4838-bc02-5ac330e30c8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4510",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 579
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004750"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "reighersvliet"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4211",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 260
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006881"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006881_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zeyn"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1073c775-b82f-4b20-b901-f6e9725401c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#aa73e60b-e891-4d03-8512-7692768bede5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d4cb1110-65f1-4497-ae25-decae52571d8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cfd1ff2a-c6f2-437a-ac48-fd33cc3e86d2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2330b8d3-7780-48e8-8f8c-2a4f1c6f47ad"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#43147193-5dee-41db-bb0f-16e748ff02ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4381",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 444
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006294"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bisscop vâ münster  d bisscop va mûnster"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#51565890-370e-420a-bb6c-a4a7ce624ecf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e6e125d9-5947-4eb3-8437-4be83fb91287"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec151993-8bc7-4d05-bc59-03e427a0c016",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eeb9294e-5194-4577-9e1c-f6d8ad5c869d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#32c3acb4-9016-48b9-bf88-575be0845925",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e11822f-38e0-4a3a-8589-5ecfb2433e9d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#400a0ac7-641d-4819-9917-1563be204c3b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e89cef4a-a247-4fb3-b977-6d00863a7cac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017552",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#42cfae3e-0d3a-40a0-a4f7-6e6780641423"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dcddb9d2-3da1-4eeb-8dae-3bf7db85b977"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17552"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006235",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d0ab72d7-ed56-4927-ba50-591ec8e197d5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0c6c5d5a-3897-4152-8b75-69f5a7391898"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6235"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#786a2d2f-23f6-4432-9ce4-b491f604f04f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c5b7f1d-5476-4a4c-a571-71a5367991fb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#45ce5ce3-9473-4b29-9bbc-00ec795bb301",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#afbc5f48-314c-452e-a54b-0834e162f84c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3277c5c0-e365-488e-900c-ec0fb8f57fd3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#acee3e3f-6101-4cb6-9352-7a42f025f064",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6dbf6d21-31a5-4e04-8262-a5865efbc4a3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c59dae9d-ecdc-405a-b030-14afd2388573",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#SerpentCoiled"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#and": [
+      {
+        "@id": "http://digitalheraldry.org/data#28d06c78-5657-4a6f-8193-b78eb9aa8d87"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#755c0d06-facb-4468-9d70-cd26596a9236"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#890c40dd-26b8-41e7-b32e-0dc71a8bab7a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#58d94a47-b4f4-4883-9785-86e1f2c55b71"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6f9fcf48-4aae-4244-848b-b2f87e711df8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#02c1b76e-69af-45b0-8d0b-2e446138710b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d6455c5f-d0ab-42ff-8e5f-bd8fb9d18a5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#79587514-a778-4f4a-8772-6b07896f0d2b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5b518c8-3702-4ff5-acd9-6ec64955d59c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009583_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5ea5bf4e-bf57-4967-ba8f-9a1f1fdc5818"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e1efa49b-5778-4083-81e6-57c6f03981f3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9583_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c49a1a09-f502-4f36-8d52-58a414d0f002",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#WaterlilyLeaf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#30e41b10-edf2-4b40-8de9-95cdae969dcc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2d621030-a5d3-4602-bcf0-8f1528eeaaec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2868e1b7-8224-4a3f-8977-0f5d5112d90c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#daf953a0-e453-4f4c-808c-8bdcd0636b5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c8d9c0e-da38-4479-b185-3f3ae30f6b1d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d63c7b7-4f42-492f-8c96-be8385c86a0d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#af198879-4697-42eb-a544-12987baf1e82",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#32343040-4a9c-4454-9c4e-1f25bab1e782"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2755f5a-ee7b-46df-9044-4ec350073afe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#52a02d9b-e544-45af-8def-0f93369f62be"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fc4a4d3f-a4a3-4f61-8373-deebad633a90",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#358ed3d1-c4bd-48a6-b7c3-a437232b6a3a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b54fe141-ccfd-4f25-b578-87c0391fe1ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#23a0e40a-e9d0-4275-a134-2a85b876b7d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4a5e91b-cad4-4a32-97ed-36318cc62f36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4540",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 609
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006019"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "oudennaerde"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#448e3bff-ef54-4737-aa95-11bcedaca601",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#247c71ad-bdd1-473c-9fe8-5a3fafe9a1c3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8aad95c7-33e5-4810-9c91-cf5eb5d196e4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001227",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed tincture for Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001227_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc5a39c5-abe9-46ef-9c13-fed47577cf93"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f4fc73a9-82db-4c7b-87ee-966f96b0082e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#882561da-bcae-4473-ae4b-f569220f70f7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1227"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#10081058-36f1-4df7-90db-48560c51216c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#c586d23e-8aca-4f85-a722-9e37da34f333"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cd879d6a-17e7-4e01-b1bb-d1b089906bb7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b9a317d8-c271-4325-881b-3ee71942d545",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88036",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 16
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031499"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her heinrich von veldig  .xvi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5861643a-e701-48a4-9661-975effca61e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#21d5e1dc-4cd3-408d-bb3c-828c6c67cbdb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#681a0e81-9448-4df3-9e4d-0c7395580414",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Ladder"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b2896fa-03ed-4c2c-a0fb-86375ef6e219"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002811",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#231ed401-0476-43e6-8786-a558ba952b8d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2811"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007412",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5a80b1b-86b8-47dd-807c-b9f83d2c4802"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f99c312-b4c0-4ec9-9a21-9bb67bc2c772"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7412"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4503",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 572
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002444"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002444_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "haelwiin"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5ec22025-238e-4134-a2a8-33c7819918fb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InBend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dexter"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb9db552-f6d6-4b11-814c-3f947ae01279",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42cfae3e-0d3a-40a0-a4f7-6e6780641423",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2ea4ddf-6069-48cf-ac4f-23e0cb55d61c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d0ffddf-bc4b-489c-abc8-35888d193f9d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8e2c165-16d6-492e-8212-13ffdcaf9e4a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dancetty"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLineModifier": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Countercharged"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac86a386-373b-47a2-8586-9a179cad7dce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#15d67b15-b0b8-41ba-85d8-ad190a62cccc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12809",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 271
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007229"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr diederic vã wildêberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#15693107-a4fc-4896-a8be-de5a0f7bbf47",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dac825da-ac29-42f8-b02d-a7cfa8c8d431",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000013424",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e9aab280-fee9-4d43-9330-c8e7a1908668"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#99fcada9-fffb-4648-b0c3-2b4506684b5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#b6e3956a-ab2c-406c-9116-261475a5e73a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "13424"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4acf4527-2a12-4e30-ac52-e7d8a56ef571",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#927e7bda-5b41-421b-af01-9a7cb2f19c90"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c9f0fc2-2026-4d45-ad6a-e8607fecbce4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8fd8be7f-ebae-48bb-b578-22a16f4ec142",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b3ebdf4-ec7d-4bb3-b834-8007eddc7839"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1dc180d3-0758-4f39-b501-1089354e7ffe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Talbot"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#26e0d1d8-01af-4bf1-a274-0e7521c9805d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d0ab72d7-ed56-4927-ba50-591ec8e197d5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006531",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006531_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#504cda26-a466-4ed8-bfeb-e346ee2544b1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#591879e1-37ac-4719-b3a2-1350a0be122e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6531"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26aca2f6-8ae0-4a6c-8e37-4a1536404ee3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Quina"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#78dbe038-7c19-4fcf-93d7-26629a0f19fb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006018",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of field"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006018_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9971be2-551b-43ca-a83d-70567780f28b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb0a8962-fb76-4795-9560-f16405a6936a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6018"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9dc883e3-c3d1-4432-8b54-cb48a6c3ee2e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#728d84b8-c310-4734-a420-55c34999bc2c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f39b946c-0006-4b66-8161-fc67dde37e53"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003803_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#433d70e9-2443-49d4-9842-5fb90d128066"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6df439bf-cd79-4e4f-aa15-3e12c951650d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3803_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#276a6038-e419-4066-8efe-898defd1777b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2698886-7a54-426a-96e9-b36717f705e4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Inverted"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d698a1b2-d8c1-4e1b-813e-d743807b2ca7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3258b96e-dff1-4bc3-8a01-1fb04d6c61a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c3e3b9ed-151e-4bb1-8497-b00acb8d8b44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c8231e2-1283-4821-8b00-854e93900811",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4903affd-dd81-48c0-a65d-0e366042a4aa"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#331476f7-e92f-4137-954b-0d65620e335d",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a1520844-10f9-4af8-96c8-5974cd669660",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9f8693a1-a248-4096-b3df-8506a3d4f340",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6a8ac46d-f0d7-4a82-b784-9d46c021052e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031568",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4962e54-64c4-4814-a9a9-b049c9dbd0d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb4733d4-a43a-40ee-9b7d-89beed66ab3f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31568"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#StarOf7Pt",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#94ce633c-eb91-4193-85f8-4a4d47556a8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bd2b7daf-92ab-4f49-9b59-55bc5a56860a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e6e73ba1-89e8-4643-b774-106d749f70ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f9ba5989-95ca-4cb8-8dea-51cf09c55d41"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008800_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ea6e03f-fc9f-44d4-a8bb-daea3189766b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc33f38f-fa2a-4373-9d3c-db8b0d66802f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8800_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006222",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#28a8fe54-4ea6-487a-aab3-663c635a6b92"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2dc40cab-0550-4dbc-8857-bb2b074bdba0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6222"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#34688abb-7ea1-4848-838a-f3eea754c6bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2fa819eb-375b-47e9-af34-756113047d34"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c0f25073-d8df-4dea-a865-c899fb0a4446"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cd09bf02-c2b4-40e6-ae07-93611e96e7ab"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d691e420-bc49-4311-a354-f383e8e49b81"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da6bbe9f-a0fd-4954-898e-a833beacad15",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#86567c51-a8d5-4a64-b3b4-0d38c5c6bdfb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#02580114-d2c1-4e72-bcc0-2d213658c34d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b2ffc14a-13ec-4e63-b953-d7f43a33030c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bendwise"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006710",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b132fce-b4b1-44ee-b1a8-6f8717e6427c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69c7e149-8203-4c8d-a61d-61e3c9bc95ac"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6710"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008925_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec990e0c-07a5-4f95-9250-cd21ee20dcef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ec4562b-05e2-4e64-b179-ff22df8a1cb2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d494314-fe9a-49b9-9cc1-080d6523f437",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#ImperialCrown"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031510",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b872f810-057e-455a-86d8-be6b4b32428d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c19f4af5-a4c1-4e1c-92a2-23603d224694"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31510"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4506",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 575
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000198"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "axel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4509",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 578
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008152"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "grwthuus"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4cb1110-65f1-4497-ae25-decae52571d8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01c0f633-8e86-4a99-8ad2-919b9c79a65c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bb17025e-ca58-4beb-88d6-11537ca82bc3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e547db0c-68bb-499e-9801-576f1718c659",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c612a02-e080-4edb-8254-79d3cb41d467"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031563",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#29a94907-5c10-4bca-abc4-3dcb01909a36"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#268217c8-2323-4e32-9531-35e62cdbc255"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31563"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43965e46-5ad8-49ea-a107-f83c40b04ec0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#37791b1c-462b-44f4-bf0a-ceae610b8365"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#94d07f79-097b-4a07-8010-520e6eeac113"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a187c23-39cf-49c8-9cd1-720b89fd02ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fd92c5b5-852e-4ab9-b2e5-6601ca6e0004",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40695",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 24
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002911"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002911_2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "de dartois"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cbfccdb9-8d71-45b6-8f53-dcf3cb0bdb47",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2aac0edb-8829-41d9-8a21-c711450fce3b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#93591ae3-9c0b-4cec-b771-c96e29eb9a5e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007410",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5df84d0d-af4b-4d10-a787-77775161390e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#729f095b-bd26-4574-87b3-87265439b832"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7410"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02f948a8-ad58-4a9c-ac3e-e9fc687cb297",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f82e6ecb-086b-4f90-8e3a-813866f57df6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f4fd69b-bf30-4090-96a7-a7b464cc1f87"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasLineModifier",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031543",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added second color to star"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031543_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#211f93bb-bbb7-4627-9382-2295c03deddd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#afc66d19-ddfb-46e1-9f30-c551f12e67e4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31543"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11cc47bb-d702-4d80-80d9-b25a6625b8b0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7876e6d6-16c9-4d44-bdfd-889e21b85d2e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006402",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant and crowned to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006402_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#145487b0-d5a6-480b-8fe6-8adb8f030317"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#43553db9-11be-4ff6-af4b-6f39caac89aa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee8507b0-cdec-491b-8b6a-4a7684ea6104"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6402"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f431458b-625f-4b38-90bb-deaf38ef73b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9beff9f-aa28-4634-84f7-1fb58e13fb0b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Panther"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b0dda3c-c9a6-4896-bda8-e5155ac34572",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#19c3a45d-dddb-4ba4-bea8-7b2993240eef"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-17057",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 248
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011494"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die quartelmaret"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006308_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bbf6beee-678e-4aa0-b896-959f0ce38cd2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a007672d-15bd-48f2-91ac-8b7510de2f41"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6308_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4440",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 505
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006314"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006314_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "remen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88158",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 10004
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009691"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009691_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009658",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009658_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#27b74d7d-733e-4f0a-8000-69cdcc7dec6f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#190f1308-42b6-46da-ba0e-e05ccf6b641a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9658"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#67fd8981-d3f2-49ba-9dd7-6c2c7c8d9578",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3778ca01-6acf-437d-9199-04474e4c91ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrowhead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5917d6f9-5437-4c40-b6e3-b518e2fa6ab9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031496",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb920c28-6e43-4587-9ad7-9a8c37f24156"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#90cb08b8-bf5b-437f-8392-a7e2af8a65ba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31496"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00853f1c-8590-4341-80ce-536a7109c947",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a007672d-15bd-48f2-91ac-8b7510de2f41",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d4d72f2-bb47-4af3-aaa6-0cec80200b5c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006266_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#58db420a-3d79-4aab-a7d3-f79b55c1038a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#19328a2b-2676-4149-a384-9e399bec3ad2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6266_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerSaltire",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#MarshallingType"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007194",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a0978e62-8491-4a0a-90ac-2ef8ce5c4fb8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#35013c20-9e49-4b3b-9b2b-fddac7c96d30"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7194"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b0597e23-03fc-41c0-81f5-b64c072fc3c2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chief",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture3",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8b1869d-c612-4536-8ffc-2f2c1579d817",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a610b48b-1522-4dd5-abaf-552d9a0e6d9b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee708be8-630a-4b7c-8e0f-321ad11b6c3a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#303ee2d6-bcb1-4d87-8b98-a2bc8984fe18",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#394bf06a-3f0d-46a0-bb87-bd867db17b04",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e57819cb-90fc-47f8-888b-2b5340d5a16f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ebd152ae-d31f-4b4a-b469-db970b3adbd8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c5f27ae-3f59-400d-819a-d6f5eed0b02b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#882561da-bcae-4473-ae4b-f569220f70f7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008191_Escu_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f3dead35-e992-4a70-9c35-f032ef4f55d0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#715e463e-bd6a-4d0e-b22b-d73f62b70e1a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8191_Escu_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006500",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#98f1bbe0-39cf-43ee-84d7-9602b6cc8224"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d30d6b5-2141-433d-81c6-d6d646b323ae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6500"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5c57e83-f675-45ea-94d0-a7a2d075842e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a3696f35-4651-4fcc-8c42-f08b517aa928"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006056_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f603affa-aa29-4d5f-af92-618042252f10"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#00519956-07fc-4d06-bcc4-b281a86810f5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#fd391c6e-71e3-4143-9f17-e1313a0cac71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6056_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Rampant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2ee149c-01b0-4996-b9ef-2ef5edfb2724",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f236de88-3d81-4195-ae93-15176c6b68b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gamb"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#02e7664a-89d7-49b1-9125-bd57864f93e3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gamb",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006673",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006673_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9468d5ab-2e8e-4a71-a9bd-0dde4deb9ef7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f80ba6c1-2b70-487d-bdee-216a6e516141"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6673"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4454",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 520
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006321"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die plesse"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008837_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d5dc4e8d-386e-428b-b174-765f0c0f1bbc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c923166-5b0e-4f88-abf4-72cf7c6b0d22"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#042a6624-961e-437e-ba58-48ee93b902f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce67b825-b46d-4762-8c1e-b9d8d747dab2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8837_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Increscent",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4357",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 415
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002779"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002779_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "eglenstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7cd30342-4ea7-4bd5-9619-2c5a636f8f50",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e0321b47-ba65-4ca5-a121-099eeaed5779"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#f4f9a832-8626-49b5-8b4f-e7ef80fb9737"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5b00b408-8bfc-47ff-b681-eaed1a320ece",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#18808747-7c5e-4d48-bc2d-1d65c4932a87"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11dea53f-5b81-4db9-8852-dd12b7c8a9e7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002709",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bb1e6a72-a222-4c8e-a347-cdcd910d2240"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1560240d-c909-4a4d-8034-1ae6ea607c4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#04632f2a-d81f-4a0c-9fc8-f4d1a3b656cf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2709"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e3dc04ab-9182-4c85-9528-74bd859aa38a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e6a7bd9-cdd8-409f-ad7f-8e9615724d25"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fbdd1c60-8807-4bd8-97c4-c8d76bbc0159",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cerf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b82b4077-fe8b-4816-a9c1-d9f31f4a7416"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8409a03f-6ba6-423d-b784-5703852063eb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789_A_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#38940360-01d6-47d1-8c3c-4dbed0ce3b7f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789_A_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fde1ac62-bf21-4f3a-b388-053c831f64ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b475e9ff-dfc2-4a62-b1fa-4db8ffba1b15",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9238b684-cf5c-45cb-96cb-19069054dac8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031538",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#160c489f-3b4e-4fc9-898c-889bc9c6b857"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ceb42f4-0d00-4bce-b436-94dbc4851e60"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31538"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a457bf7-fdc1-4079-a413-534cb2734ddb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#93bdd024-72f2-460b-966b-8c7010c83bf4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4067",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 18
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006392"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006392_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "g vâ niuer  g van niuars"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4233",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 285
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007567"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "henenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88139",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 119
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031572"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "361r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "heinrich von tettingen   .cii."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78119171-62e0-4802-8361-0ec9b88c3e4b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#MountedKnight"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d1cb96e-12c8-42b2-a72a-bd2e743cc142"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#411ed28d-6c4b-4b04-a536-2e887be414b9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CoveredCup",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#83abc7de-e42d-48bb-9ee4-db94f8e55609",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c5d284f2-cfbc-4ab9-aca4-46894d54818b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1742fdb9-5429-4eb6-aaff-cb6042d8e61a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#50b9734c-55e9-40d5-abb7-479ecd9f08f9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4283",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 335
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006210"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tormer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56902bff-3f52-44d6-b5d5-a37c7033297b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#36fb13b7-1adc-49ea-a046-e356ac545a7e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#80005eef-bfae-47da-a8cd-9fa427efa123",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#19e45b81-1007-4f2a-9c60-2dea67dccbba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88093",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 73
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031536"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "226v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#404051d2-a9fc-4dd3-8ec8-70a0257410c5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2585afcd-1a81-403f-9a06-967b6c25eee1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e60fe34-7715-468b-9e25-85d2ed6aa48a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f201c16a-bc7a-4eb1-9e16-fa06388d9824",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#13a37496-28c0-4cab-aba7-5ba08a2263d2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#171b4a5a-c80a-4033-88ef-7fdb89ad5c6d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e79e468-17e9-4a60-86a4-3f31dd1b0aa0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be7805d2-eda3-4d5f-9f3b-2eaaa35bead4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38594be3-a3e4-4919-9b34-e944cf1e3530",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#486ca259-521f-426f-b0d1-0f88a120e040"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CrossCrosslets",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001673",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e957bdb7-fe80-474c-a235-462f08214859"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec2bb514-042f-4992-a668-020edd4d002b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1673"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ad77f51-d830-40b5-a6e4-a40bfa0b50c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ed61221-c8f7-4163-9651-3c5d7db5aedd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7b2a291-6683-420e-b216-81a5e8fd56d0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e191fc4f-3186-4d28-8420-f2cbcfef6faa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#93fcd1ba-e58a-45f2-9600-439a9b922557",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#26ca2919-5cf9-4719-bc6d-1cb4f553ac88"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#437a59c8-d036-4edd-a715-7a7e004620f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4aaa87d-b465-4998-aab0-18815d59587b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021424_A_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8a0189e-aa0f-4205-aa61-b998b55e251a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#08f3574f-9fbd-41e6-b502-e8d5d0089b4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21424_A_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b8be4847-d9a2-4cc8-b8ba-7a8f654e4f80",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b26467cc-4918-43d1-a30f-4ff7057155ea"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CrossFormy",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#df9921fb-8835-40fb-a078-d813f9cb92ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2187c446-39b1-4a3d-80ca-10c46d2bda99",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crancelin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14f73f68-8501-4f1e-907f-ce37979608ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8dc53641-bd85-418c-a75c-19f3954ccdbd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#35c8a389-656e-4642-83f0-704793880800",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a22a81c4-fdb8-4d1c-988c-42f4117f8c76"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4084",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 35
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tarête  tereten"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ef3a86f8-8f97-4eec-8ad1-22484240d856",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#31831aa2-6445-4c96-8824-31c471a22e5c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5444b4cd-e50b-448a-b533-4e2a021a145f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#63151ac2-f63f-4009-a62e-7a12fa73dd35"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Couped",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007076",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed number of barruly to 16"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007076_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#318ba42f-ee90-49b7-825c-861cf207e886"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c5da524d-b8c4-4234-9350-d31b8f5faa7d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7076"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CrossBotonny",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#636fb490-9c4b-404c-a30b-b3be619790a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#RoseLeaf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#231ed401-0476-43e6-8786-a558ba952b8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Paly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#912df5f7-32fc-44a7-b184-6805abb15a1c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4250",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 302
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002607"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bentem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a08c3d24-3cb1-4ca6-be84-2502cfec8240",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#50fcff88-afd3-47f5-bc89-44298ae6915d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006019",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#22cbaea4-eda7-493d-9e0d-e74e3a05d7b3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6019"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b6318896-d0cc-4907-bc08-3b59a8c5a212",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#b777eb59-c2a1-44a9-8a28-23d4a0dddbea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e392e29-28d7-4155-a0e1-434108fdc147",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4ccb1c3-c062-4f37-851a-6e54caf97b71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c4bb462-5b0d-4cc3-a0c1-42e19c3960f4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022239_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9eb327a6-db32-4313-806e-2e25ddd9f052"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6fadb2a2-2db9-42fc-9218-ce39d0c8217b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#fe6cb166-8837-403e-8663-3046ce932138"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "22239_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4380",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 443
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002793"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "brandiis"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88128",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 108
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000018858"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "318r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "d' burggraue von regensburg   .lxxxxiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002714",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added modifiers"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002714_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e9a4cdb-058b-4002-8d81-0a127cecd2d8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c30b56ce-f5eb-49a2-8bc7-089bb4e94350"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2714"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4162",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 207
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006673"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006673_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "nassau  nassau"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8321fa80-f225-4707-9485-714338075919",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d5f0c1a-0308-479c-bc18-6cb3defac3f4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#2058c30c-d5c2-4c1f-949b-1ee9435e59f5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InBend",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d85702a5-86c0-4899-8f38-f14b852f565f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#P"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f537f967-1ac2-4e8a-8ad1-cd8aa92388da",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Curled"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#20c101ff-7c1f-4336-8c10-75816548ea8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#40f388df-f356-49ae-9c3c-19d870b52282",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6e1fe58-80b2-40db-8634-011ecc41c7ce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c5ed595b-62ef-472b-bf77-9999cabae9b1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d984ad2b-4689-40e3-b323-15676cf16f1b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Flying"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4620",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 691
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005814"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ranst"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c586d23e-8aca-4f85-a722-9e37da34f333",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd879d6a-17e7-4e01-b1bb-d1b089906bb7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031535",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#38798190-8fa0-4fb7-918e-d75a69417f6a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8e5e13a-60e7-4c83-8244-a165be380b46"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31535"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#09dc6027-da94-4e5d-9b3d-c30ed14111f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8fabb82-8039-48fa-8186-061b69d77e77",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#436ce8f0-4842-470c-83dc-b991c1af4bd1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#IronGrate",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#47cb85c3-2f72-4380-9847-7ee42fb16cfe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2afc438b-8b3e-45b1-bd50-e68a302d9db2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#02e11609-aec8-4386-8d77-f66e52e3b7fc"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9e4b8bfb-3b46-4267-9d01-f436fec59281"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006028_CoAF1_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#93794092-95ba-4a4a-afff-262467d358ca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Castle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4342",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 400
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006272"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "29v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "g vâ ortenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031544",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "talbot in dog geändert"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031544_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2bbf5c32-e8dd-42ad-8fcd-27ed3d45eb7f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ef56c1a-8025-43a5-94de-a941a7b0d79c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31544"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#603d2ed0-4b95-497c-89e2-2623109c0c55",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#445c8a20-94ad-408a-be50-649cb0bd4c96"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4599",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 669
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006041"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "sombref, sombref"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#914e4868-87ec-469d-be04-e9e17248a666",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001988",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed tincture of Charge1 to O"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001988_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ba95de6-734c-4e09-8e02-0046b062b87b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ae67bc9-0d68-4fbc-a453-8a31a69f5886"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1988"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f753ae6-6cce-408a-bb98-ea4f74ad5b56",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#70f6a598-3a07-4e53-9951-c2a738c595f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0f76534-940f-4fe7-a1a4-66d9ea1b8557",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb10fc56-0484-40c7-8d19-05273a3936b2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#467ab80e-e20f-4d41-9f4d-e2f66b89bf23"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43e68ee9-124c-42b0-b18d-db3f1071fc94",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#IbexHorn",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb4733d4-a43a-40ee-9b7d-89beed66ab3f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c32f0938-f274-4645-ba7f-f8961c3550ef"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4606",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 676
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002475"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "boirgevale"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e381421-d527-4d1d-b002-8905d3ab578e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec1fb513-ac3c-4da4-9130-ea1abe98d7c3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da6e65ed-8581-4600-829d-44340b5247ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002520",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2414e395-d84a-43a3-8eac-01291f721fbe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ea2f574b-7f48-41c1-bf40-cc554b35b071"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#c00948b0-ffcc-47be-8467-f8a12ffca450"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2520"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#509be1e7-9038-4b3b-98a1-3d158ccee8b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33e51637-37b3-4788-98f0-50d6c660778a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002907_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a1b24f80-8f13-451c-a4a2-d99802de681d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a5ecb828-43c0-4f1a-9640-e8d13a1646d4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2907_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#224217a1-48ca-43fd-aaab-700891fe328b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#747981df-4ab4-44ed-9c2d-057fea9c7ff3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#15e628b6-e326-4dca-ac05-7b7bb4e16460",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wing"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#8a1ad538-7082-426f-a099-28741b964924"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88073",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 53
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031522"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "166v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her walther von mezze   .l."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88106",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 86
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031545"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031545_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "257v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von stadegge  .lxxv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#53ab0369-62d0-4404-a78d-517657b6f426",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88065",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 45
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031514"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031514_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "124r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her walther vô der vogelweide   .xlii."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006216",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#162193fa-d82a-4252-b084-8d33c586220d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d7eb473f-482f-4ae8-ae8e-5667c416d782"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6216"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e8460fa-b992-43c8-a6db-9777ff28cac8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007831_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2fdd9a72-8719-42cb-b440-9caf336e7a04"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eae22617-3c2b-4120-85ec-113602b2730e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#70f55f66-9e2e-434a-b3bb-2f49adaf5564"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7831_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f101dbd4-1f03-4791-ae1a-654c8f7e23ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#abddfaca-b2ed-48d4-96d9-20ad15f17553"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4400",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 463
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002797"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002797_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "buren"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88138",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 118
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031571"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031571_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "359r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von buwenburg   .ci."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4b530ef-b439-4ea3-83cd-27ed78052c6b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crampon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#03d259ff-3df0-499b-a211-a91383d04ef5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f54322a-89bd-4fd6-bb7d-9e257a8f03d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031517",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#54315cbc-c617-44d6-b4a7-fdae60582b22"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3dc2df51-5b35-4085-931f-76ef382ff5bc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a93117b7-cbf9-4c5f-a79d-22d446a1f779"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31517"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a621c0be-4492-4587-aa64-537347fd49d5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d62ef232-10cf-4912-bc53-7a62d11f1109"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#77ffdd6e-f090-4bfe-b898-88e783f59bc2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ed2792e8-b5ee-43b4-a102-7f0c990ccaa6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ff056324-a0a8-4344-8d52-d88ee886d06b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#599aee53-ea52-4b5b-8fbe-176903238b8e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b65c721d-d8f7-48cd-8b65-15529388fb3e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb111695-7346-401f-bc44-c2920192f11e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f876c98b-4be7-4a15-8049-a24378513df7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40688",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 17
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009818"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ycy sont les armes du noble et très puissant roy de trinack"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aa0467fd-6bf7-4905-b635-160db9cd4bf5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0aa182aa-aab9-4a2b-b196-4d9c33d1d38b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bc3bccc2-256d-40b8-80d5-74772b87426a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b177228e-cdb3-45a3-a898-f8aa104539f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002905",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002905_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#911198f1-4cf5-4002-8c80-3c9ca2c46b87"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#17ee6f4e-2493-46ae-b50a-ad18ec038c4a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2905"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InSaltire",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4a638ba2-b8e7-4d8e-bd3a-b7887480e2be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crown"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChfDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#d6a3459d-2f61-43dc-949d-df7ee88e86a0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pile",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f0af903-fa26-46b3-8d0b-040695569915",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6784afd-2471-4556-a103-a0121fdbc5b3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9f8ea112-04d8-4271-8481-60ae2bd4795d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-87406",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 64
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017552"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "194r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her otto vom turne  .lix."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#067b8c09-df49-4c4e-b50d-551e2a9ef63e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#6cb7201f-f5cd-4803-b81b-6a0b44ef1d69"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27f481ac-2373-4614-b685-1caa718a2652",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#815ce8d1-f7ca-472e-b109-3b38371faf7c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e87c1e2a-7c8b-48af-89f2-b94069d181d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4414",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 477
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007570"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007570_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hunevelt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Swan",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88038",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 18
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016385"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "42r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".xvij.  graf albrecht von heigerlô"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tree",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e64aecad-7303-40d5-8ed2-9c9d7fd5ff2b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d75eeb6-4cba-4e78-a931-2a707be66e42"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b867645d-eb64-4c6f-8826-5e26b9aa18f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ca3768ad-81fc-4c6f-b060-c6442c22398b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f49815f-b90f-4cb8-84aa-230e2a0a2288",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a388936-b55a-42b1-8bd2-ef40cd0b574f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e72cfb2f-e9c8-4d37-abab-df8981fa731a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4290",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 342
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006213"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e11a57b6-5283-45f6-99d8-9529c8ef7d85",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90b39b19-554d-424d-8c06-5b323cd21622",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12817",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 379
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006259"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "25v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eae22617-3c2b-4120-85ec-113602b2730e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#70f55f66-9e2e-434a-b3bb-2f49adaf5564"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#957b4b8d-241d-4e32-ba07-4e6847307f2a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69d1e3cc-691c-49c9-8fae-19fa8c1f0a90"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2da89c01-6f22-44c5-a2f9-27dcefe31e9f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e22b7963-666b-444a-b54f-f7648fcbd74c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c82479b-a725-46c6-b0a1-2a4d8a1db794",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BendCotisedPotenty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031571_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#70d96588-36aa-4256-9602-44d0a256a14c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c5e7eb98-db88-4dfe-b22a-783accbe1d79"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31571_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6a56294f-00dc-459f-8ea4-3eb7dbd85f44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005989",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f01c02a-475a-4af0-9720-760b7a985ab3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d8bd2f26-75c9-4631-98c8-82ec9c3de486"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5989"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#LobstersClaw",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#20c2114a-5e25-4a78-9e27-8fb48877eb4f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#50a576e5-ec5c-45b5-baed-4e1fb70913cd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#06074248-6e96-4eb3-90c6-a90b1a4a9a43",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#163b2092-8180-4f24-ba02-a8dbb5281577"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16ec41bb-cfbd-4b89-94d0-2e30f2eceafb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c239b84a-8563-40b8-bf57-31f15f1a58a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Embowed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008378_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#54baa5e1-3695-4da2-83a0-50c5d76df908"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#095da3a0-b853-4880-90c6-16e9b15d27d7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8378_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#902e7a5f-22ec-485c-a3a6-7203a66a3e17",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009585_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#49c93869-fb89-4379-8ab3-8fcf334b42d5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8b7a4b4-be58-4bee-9719-bca2442a442d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9585_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#47cd52c5-5015-4cff-97d4-55a1ea25bdf6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#899eca30-2245-4d5a-9ad9-dd600a78ea61"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTimbreAttribute"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011296_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ca534bfd-f359-4c36-9d33-f730098992a9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ef63c850-2171-4ff8-a97a-bddd6c0f5cb4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11296_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4189",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 234
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003783"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cölen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1210680e-725d-433a-bd84-71896d1a6ba5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a633830-c7e8-4336-97ed-7215ca1a6411",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#088f2c6c-1346-41da-94d1-ccef5d626ece",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Sword"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#fcc9929a-b591-4d82-a3cf-402a1e1323e3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b9803463-e066-4ec0-9382-1fc5a9e6b227",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#74e4a621-5a17-44aa-a6db-b0e895150d8c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b85a43f-3533-4756-b355-ed250b913cd9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52b8699c-1574-46a0-910e-f0c1bec300d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Empty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#337d754b-24d8-4a87-8b2d-18504ff19183"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#108cc5f5-47de-47fe-bc47-e924d95cd87a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b8729ce-5e48-4f8b-9faa-0faa142fa95a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a0916fe8-9dc5-4ead-b5cf-aa91ea59ab5a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789_B_C",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#525b490c-265e-435f-8411-a932cf4ce11b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5fd06f9-7c33-4d43-b85d-be9d6b37eb0c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a85792ef-d11f-43c9-8e56-ce85e3b99c5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789_B_C"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#094f9a92-4793-4391-83fb-af03aaba726f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4521",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 590
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006399"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lichterhuelt  lich'tvelt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ae7e54fa-502b-48a2-8314-f04bae634cca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4cd5183-a661-41c7-b9a3-b917967d2e28",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f80ba6c1-2b70-487d-bdee-216a6e516141",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#476bdedc-8e1c-45c8-8b0e-b4d7e1c1bd0c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009655",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tinctures"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009655_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ffd4aa69-66ba-4ba6-bee4-8b845bf906e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8ae794f6-455c-400a-a0c4-5e6a612bc958"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#da94e658-a10b-4118-aba1-7dd82a131e36"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9655"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9788a31d-5bd6-49ba-bcd5-b78991173e69",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e816d19-a78b-479b-bb12-298a160f3527",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e9c3073-3383-4794-a8d8-1ca7917cd75c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f3c16e14-ab41-4898-a40e-a769b984baa7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008134",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008134_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d402f0a-9c89-4fe8-b100-060d5ef68899"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008134_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008134_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8134"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6eb6cb7-01c2-4b5c-8a60-6393d2b98d63",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#010491bc-8456-4bc3-b35f-9b9e63009e35"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8534e89b-03c1-4297-9bbb-63157fdc5185"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e180136-51e3-4176-8c5f-60d65f0d3e30"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b614395e-6e14-4c0f-ac89-ea5ef1a29f65",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7217f4f8-82a6-457a-8e89-f436025b2cc0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8810d7e5-a163-4990-a66a-f2d0dc89ef0f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#734daee7-ec0d-41f7-a65b-e494c0a13b9c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cffab53d-60bd-4261-b657-dc5c01756dfb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00b8b45e-18f9-44bf-8a5a-f3d3b6091930",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fretty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0b0cc1e3-c99e-40d9-b4f5-6f5da088fd88",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027003_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#25dc3cee-9cae-46ae-a641-f44535eb2474"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7b81ca66-0717-49a8-bd31-72106758758c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27003_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2132b9ff-5f42-4024-90bc-388fd0748253",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#59070d13-64ed-4e44-aaad-8a6f18977283"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8440ee56-38a1-4cae-ab18-288904ef7deb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e2f73c85-9be4-49de-a259-e7a7cbe45523"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4ba5956d-7f10-4285-94dc-c1b6ebc8b955",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#5aa25c71-4fb5-44e3-9f55-49c0ffa707b1"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#be2b2ddc-4d2d-4044-825e-ebd745ac9ff4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#arranged",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4528",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 597
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002423"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jan van ghistel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#301575f0-5de6-41c8-b2c8-b4ac4db1d945",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008666_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#da8539af-5768-4059-9d6d-dbc591862448"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7b182f05-64b7-4124-941f-17ba9c879a3f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8666_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011296",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1896314e-007c-4602-8d46-1a881a53510b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011296_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011296_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011296_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011296_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11296"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f15a25f3-36be-41d3-b2fa-55656fe97fca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cushion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a320a71e-112d-494c-9aee-7659f5712f8a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b1fe1d14-e5f6-4c0b-812d-d66c919b6bbd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c80ffafa-c10f-4031-99a0-52d4cbefc6c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#78b733b1-1774-4170-a7c9-3b0c9ea945db"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#834ffc09-87f7-48d1-ab0e-b919d4506206"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d4cedce-c775-4b72-8f9f-03d463c76823"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTimbreAttribute",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#09bff221-97d6-4665-8da2-ad41d89e6f1e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002440",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant to Charge1 / fixed tincture of field"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002440_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae3e6c9b-1711-438d-ac20-ae5b69d0b2a7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#22734b6b-ea35-42b3-ba4b-b7712d901a47"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e1234ce-ba05-49e7-a44f-70c275befdf6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2440"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003689_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1210680e-725d-433a-bd84-71896d1a6ba5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c6122e8a-db36-4ebe-959c-39fbe486d9bc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3689_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#with",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb574a90-2bdd-4d06-bd64-8826b7d9b85c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#06d4617e-8814-4727-bdfc-6cbb6493997b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021389",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#099874b0-d0ec-45f5-a585-9ef06be507c1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21389"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#62ac2c02-2c94-4849-9c0c-6060a6584e63",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ffd4aa69-66ba-4ba6-bee4-8b845bf906e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8fdee70b-8a30-4430-8153-7f9e1f1041d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#25c874aa-2eff-4ad9-a4ce-9e80174ad5cd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#08adb3c5-0271-4fd4-b3c8-0785a498c5fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#63d4b2b5-47e9-4d38-b8b0-5caa854f28e3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d3c31cc-478b-4d39-9e45-5e5c75055b9a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4541",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 610
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007228"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h gosun die wilde"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1cc110f5-4d43-4bf4-ae2a-a065a8c440cf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#b25105c9-577e-465a-95d2-508344091d1d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27952a1c-5427-43b9-bc27-b12bcc1ce6d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#053464da-28bb-4977-af06-29337d1043c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ddbabd3e-af0e-489a-a92a-3472d18932b4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8929c81-287f-4c8e-ad1d-4ba334eedc10",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#243162d9-6b89-4fdb-b8ab-e863f1f047db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#01051a72-6ca3-4566-b37a-833a8e5c6371"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5e1234ce-ba05-49e7-a44f-70c275befdf6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#dbfda114-1b12-4ad6-8cfa-d126652722e1"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fbdd4dd5-2a24-4507-9de7-b546b03c15c9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#46860837-6fca-4a6d-a639-da8824c2fd71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e6a85021-db77-4dad-bdcf-33a480724b41",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#14260e6c-366f-41f1-a5c4-1a3f39c3f14b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5513007b-7967-4757-b6a8-7c1b3ef83fa1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f627ea8-e7d7-4350-a1e7-a55808ee3dd0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021424_A_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#82e1f03c-195f-46a7-a1dd-024bbddf340a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d2d37ce-511c-45e9-8e4c-468b99c6a28e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21424_A_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#294bb993-8f01-4f85-a164-ea8412e36cf5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cddd7a63-a8e6-408d-9898-5cd1f4260c26",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Arrow"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e65cdab-3ec7-4a4e-aea5-30f94ad1ac9e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002691",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f9c79873-d1f3-41b3-84a2-840785f74adf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d46f2718-c810-41e5-a971-d9869d4db5e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2691"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9c5f2327-4caf-441e-affd-5c49f295ce83",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e3e974b-2ff8-4d72-83cf-c4186c8a239d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ad9b89cb-1f86-4f04-8140-e192e76362ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SerpentCoiled",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54ed564d-4375-40f9-abe4-0fbc7fb61717",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#and": [
+      {
+        "@id": "http://digitalheraldry.org/data#5573f87a-eb08-4982-a5c4-10975f697497"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dc4de3e1-3a68-47cc-870b-f01db6fe6ee2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d99e998-a5db-4c14-83c8-4aded81f5c35"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b72be04d-a6eb-4b38-8e4c-c4eb22b8cf73",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#00b8b45e-18f9-44bf-8a5a-f3d3b6091930"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cross",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82904ee6-c8fd-4860-96b3-f3f5ecfe6bf4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ae67bc9-0d68-4fbc-a453-8a31a69f5886",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#00d7df3a-e583-4ddc-9696-8f66183f4240"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4426",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 489
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007261"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007261_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vâ wittene"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#861de866-4587-4987-9259-5596f29ef6f7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#81d87acf-cbe9-47df-809d-17352f1b4cbd"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ecd496d3-a45c-4078-9bd3-7804cc45df94"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b1d947b3-b6fc-4e91-8a81-7f170c2d6f4d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88109",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 89
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031548"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "262v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der goeli  .lxxviij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006017",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1cda9b4f-feff-4e65-9bfc-902ff8d72ae4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#79c6a6fa-e11e-4531-9c1b-6846c68be623"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6017"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7cdebfe-82ca-42fc-86ff-78078a3904b8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#747e0d0c-7a5c-4fac-94df-1beccbdb587c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c69a80b9-adc4-423b-b338-539e3b500cbb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#076f971a-0c88-41ae-b38e-8040e81659bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#af3acc69-6729-4032-abfe-d038f96d6516"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#CrossMoline",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74126",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 35
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007858"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0b546064-7e78-49f3-8c65-478851adcccd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#02223037-37f9-4623-a56b-0ff5e2fdf4be"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#024488bd-10cd-4024-8cc4-c831c382eb1b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Sejant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008800",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1587236d-1097-492c-a90d-2bf872c47627"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008800_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008800_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008800_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008800_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8800"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Inescutcheon",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#020477c0-3872-4259-b433-a175b72680d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4094",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 45
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008682"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "viandem  vianden"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006037_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8629d030-1ad2-4da3-ad1d-933a17a3f866"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c3ffe50-be92-4f52-9148-24d05abe2e0f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#32666b22-537f-4f7d-a8da-33b0cd8785be"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6037_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d4eabbf-434e-4bab-9904-b1b0167c8e52",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f19155f-61e9-4661-8c3f-c335ed0f8280",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dice"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#22e50ca1-9d6c-4b82-b762-738bd7365a68",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d7ab0e14-2b21-4764-8601-441bfe1db731"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4446b8b5-6ea5-4b9a-8730-1c21095f7111",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac6c0575-29a2-4166-a2a8-13e656ccc393"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cde3c652-ecab-48e6-a107-0893f9bf1cc6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#266dbe62-7499-40d6-9b58-959616c93345"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#099874b0-d0ec-45f5-a585-9ef06be507c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cdfde68f-67f9-4ed9-addd-a85eae94e3b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bb1a24a9-f5b0-4fd9-b30c-5778c424a455",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a2b96d1f-b1b3-4205-a6b8-a25e16e2843c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_Escu_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a4a8f34-4785-432d-8b6c-9afa27973b8b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#34e02044-4033-4856-b634-561682da87a9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002440_CoAF1_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4203",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 252
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007367"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vnc vâ mômersloech"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#64ade7de-b2f7-49ed-a3d6-8b14f8d71b37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Heart",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008670_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031549",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bf39071e-651f-4c9d-be21-2dcb72b146a6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31549"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e86c5cb-c310-488a-abe5-01757ccaa00f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006254",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fcc4af0e-74cb-4099-bea1-41337bf62c4d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#45f9a4cc-8f73-4385-8ef3-5d06110d9ba0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6254"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008954_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#46eb6c90-b807-4497-88b2-091115fd7ff5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#42cb4696-b321-4b43-860f-3d857da6b762"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8954_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f60a21b4-9b01-40d5-9be6-508749647cba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8ba2bfb6-7893-4bc5-9916-bd52bbca891f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#510c19b4-0200-4926-95d3-226754157a15",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71a1d2c2-0bb8-41db-bd20-d6d7db9ef813",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f84f7458-dd9b-4c8e-b736-27bd165f83fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2c52552-3f60-4425-8cd0-8d4763dd08a1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4255",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 307
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002751"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "diefholt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ab59708-9bf9-47ba-a9d6-feda08eaee75",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009985",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f3c16e14-ab41-4898-a40e-a769b984baa7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9985"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad8f35b3-ac13-439b-a2a3-5e2e121871fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50bc54ef-6d0d-48be-9e04-0dacc670490f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c49a1a09-f502-4f36-8d52-58a414d0f002"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88074",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 54
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031523"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "169v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her rubin    .li."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aac2bc83-ec6a-44f1-ad70-9ef922dcd049",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c439749f-4c4d-4ce1-a0f2-173549360b30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88052",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 32
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019776"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019776_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "73r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her ulrich von gutenburg   .xxviiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Birdcage",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#EaglesHead",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f9d49eb-ce3a-4dc9-91c2-2756bdb3738b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Flanchi"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68de2840-8d36-4425-a3bc-b02d560391d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a388936-b55a-42b1-8bd2-ef40cd0b574f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8f49815f-b90f-4cb8-84aa-230e2a0a2288"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#437117bf-67d7-40ff-bac8-37bb57963799",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4610a091-12df-4f3e-93bf-be4223af27a0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002816_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4ec5ce24-2a64-47cf-9ef3-7ce7e6b38249"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#be63d725-b1f3-4572-99c1-091bd4fc7d54"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#cffab53d-60bd-4261-b657-dc5c01756dfb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2816_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88055",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 35
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006495"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006495_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "82v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der schenke vô limpurg    .xxxij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3258b96e-dff1-4bc3-8a01-1fb04d6c61a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002467",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#684328be-3a7e-4107-a59c-b4897c26524f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#67f0d4bb-487d-4ecf-bf99-ecac69206d71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2467"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1477e836-3ce3-4bcd-a672-bcc6b477b6d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1987c3f9-7a39-46ec-944f-c510cd33070a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004537",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "field_tinct missing / added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004537_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#473ee2ce-5e9e-423d-a705-60c408764726"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#24b324ab-8790-41f9-a5af-cc7fdbcf2e95"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4537"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006825",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f0601c91-3663-4ca6-a499-370f65cf4434"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#02dfe060-8a30-4c58-b8a7-c416cd166e56"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6825"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4462",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 530
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006326"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die kiele of die houdanske"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6122e8a-db36-4ebe-959c-39fbe486d9bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8323c6a9-d2e5-4e5e-9670-0e56b86188be"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c9980b8-d1c9-4c49-baa4-1ad0994c4bcb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#723f782c-2b42-4afc-851d-de81d9baca06",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d273e55a-8c68-40b3-9646-8b696be960a2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003820_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce9a7f1e-5187-4409-9966-396bf4e55d47"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3820_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226_C_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d458c328-8ecf-4870-8180-54b879a705d4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8bad8324-6929-4965-8397-85d0b177772c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fc66afde-e21c-41f9-924b-1924389723c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b5e0692-28b2-4d08-a920-3b70a5df69b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14c8d953-05b1-4714-a458-4f7d6eca3bbd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#857ee281-6175-408d-8f3c-ad7a3e3091b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#cda6c914-1e29-44ee-bc43-864599c9546a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4294",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 347
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006216"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fc340c79-92de-4e0b-be3e-d40cdfae1318",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008974",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2c477af-f0f4-4dcf-b582-e8d5c198d7c0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008974_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008974_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008974_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008974_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8974"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4944a8a-2246-4785-a79f-2f6b1e9d9c09",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#58ff5458-bec3-4158-be53-e8977f8b0f7f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#78698577-2601-4c0a-81d2-c28dc3dcf268"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4610a091-12df-4f3e-93bf-be4223af27a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b5916b0-f750-4d0b-8c36-2d5aa9d720e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fish"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#e38c458f-d444-4340-b759-8ee0216cf4dc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d67de7c-47c2-47dc-a5c7-0e9af87194b8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7236f25a-6cac-466e-b06a-537f8b56960c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cfcbcb2a-475d-43d8-9a7b-d5be67f15625",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2324764-0b7e-4a12-bfe2-a92b02d7c251",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#35ced68b-a52f-4df8-9fd8-b6eda26888df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4078",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 29
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007961"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007961_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "beaufort"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d44334c0-ee05-41cb-b171-e9cd2bd9478b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001660",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e7468457-cb9d-4048-8ef1-096ff4cdea38"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e6a85021-db77-4dad-bdcf-33a480724b41"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#5513007b-7967-4757-b6a8-7c1b3ef83fa1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1660"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#17d4167a-fc9c-4d02-b533-c0a5510f5c1c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Tower"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#530e7aa2-4de5-496e-8fda-fa582fc1710e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#80527bd6-2624-40c7-8a9a-6fcc5777983e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a8a5f38e-1355-4b35-90e9-d8c65120e9af"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e61e83dd-6889-46b1-8938-2731744e27d2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d94305c-864c-4af4-81c5-e61cbcb32dc2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Stringed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#40a1abfc-e2f8-4c7a-b29c-655bab120a23",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasLetter",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#daa5a2a6-29a1-42d4-9407-50d62c1bedad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2d4f749-ec05-4991-acc2-bec41b4355b0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007311",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#475683ef-870c-4451-9438-9bd125a4ec26"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b7dfc140-8be9-426e-beb8-dd30ffcf0513"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#e9beec15-6b3b-4986-8084-0f5f345855ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7311"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002449",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa94fa67-2794-4517-ae51-3c90d9c5e43c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f6d9a25-0e4a-41a1-996d-241524cebdc5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2449"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Stag",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#af3acc69-6729-4032-abfe-d038f96d6516",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#7b64b4ef-e48e-4166-abc4-fa4090943fc8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ef032490-521b-445f-8474-ef84f8441eac"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f7a5dd03-fc1f-4a54-8556-810cd1f79961"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007570_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e48f60fe-b7cf-4183-9b24-e2caf59cd3ae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d33c266-c083-43ce-b5d5-3e99af923d60"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#9f9f49be-dda4-4f56-98bc-adb5037ce060"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7570_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008954_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#495e0150-67ed-4a41-afea-bbfddcf6875e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fc4a4d3f-a4a3-4f61-8373-deebad633a90"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8954_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c38cbc56-f59d-43c8-ac01-413c9be9d2e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5011f3a-c90d-4b2f-9003-c5f19e16e665",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#e1f36a63-19ef-4651-be7a-3a825f1e5278"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d535bbe2-0265-4b0d-acaf-12daf3933675",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d32c881f-9ec7-49cb-9393-10d044f0dac0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4206",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 255
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006872"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "salm"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006279",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#be5c5186-32d5-4d34-ada1-6ba7c22dcff5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6279"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2469fa1b-aeac-40cd-8100-1da34daf2373",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#851f174d-60a0-4b5c-98e6-a1a6118a10bf"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#88c2d888-4664-4c5f-845d-1038382e2a0d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bccc6212-fe40-4692-b15c-dcd3c6ed2867"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Leave",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85a9b395-9b2b-4519-bfcb-6bedb3063b6c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4184",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 229
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002708"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "17r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vâ kriechen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bbf6beee-678e-4aa0-b896-959f0ce38cd2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4561",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 630
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006402"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006402_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "masseme massemme"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cff2dfc2-b5e7-4ac6-b8d2-f9f9bae78057",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#97d5dcaf-bfa9-450f-93cb-a16a43c65491",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68069339-263a-4902-9f00-36ed7060f70e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac6430a7-2aea-4dd5-a6a7-a17f0607fdd5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b80f3a5d-316e-4056-8b39-4f03ba09911e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f06c1bc-e166-417d-903f-31dcfc1d5687"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4328",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 385
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002769"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "26r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "pier de la bame"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc8af3d3-7495-4961-bc9c-9983b4498c3a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#be7805d2-eda3-4d5f-9f3b-2eaaa35bead4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be5f5981-fc9c-46a1-a7d3-f532720ddfa7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Countercharged"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerChevron"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4219",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 268
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006237"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "scoenborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#572b6518-b51e-4cdb-a55e-012572cd0c81",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c51c10d5-da53-4254-a59e-8b577a33edaf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ddb0f197-3619-475b-8715-4406c5a203a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40679",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 8
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001386"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "5v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes de très hault et très redoubtez roy de france, francois premier de ce nom"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9857af71-d7f5-4e8f-a167-b1813feff837",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Inescutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#143215b0-44df-4a27-907f-7688bc86aae7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_Escu"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerQuarter"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74144",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 53
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027381"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "brouch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da94e658-a10b-4118-aba1-7dd82a131e36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#43f72892-c0ab-49d9-866c-364e2e282966"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031504",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed helmet tincture from A to O"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031504_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc15618e-5501-43ce-ada4-140f67c675f8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9dfe671-1e23-4fea-8073-43551d732720"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31504"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002731",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0bbb46c9-8a30-480a-846c-3e1b73def2b6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2731"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4368",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 429
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002787"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002787_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die rug vã beumboirch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002702",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f011bae-825f-4e05-999c-f911daf2f6e4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c54c7c4-f180-4ab6-9ce4-67c806feb508"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2702"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#92e28ff6-e42c-47c3-89c2-8685b25d7072",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5b182bda-f24c-471a-a38e-40825f834485"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b2c477af-f0f4-4dcf-b582-e8d5c198d7c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36b20afc-bb04-43b6-97c3-ae190749f3bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f62777cc-630f-494b-8743-0bba0a0a1cb8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#679428c7-9e0e-4762-9d93-d070a885d33e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#db7a08e9-9d05-4257-8c5f-caaf3aef81f3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4ab7bee-7000-4dbf-9185-0f7763e42be8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a2559bf-fb59-41cd-8ceb-640a57de96b7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007602",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d6260cc-7157-4501-95c4-0cc848569038"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#391f1de4-5a68-47ff-bc1e-0e7091afcb29"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7602"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0c21431e-89dd-4ac4-9c50-8ae224515571",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#49e21873-5100-4d54-bd17-72d15753a7fe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008191_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#78380a7b-c2f6-401a-9533-bade80e43bb9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee965530-81b6-4345-adae-76f6acf400ba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#313a7f1c-f98d-4416-8448-9919e5e59934"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8191_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#467ab80e-e20f-4d41-9f4d-e2f66b89bf23",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Nettleleaf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee74b7a7-50cd-40e2-9809-89a540ad86ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Roundel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008670_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#293d6750-c664-41b6-a484-ef0ffee32600"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f2a472cf-0d2b-40d0-a900-f218ec0b3b67"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8670_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dfae28fe-0b16-4efb-9411-25ed484c72e7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#61a99ffa-c701-4179-b1ad-eec1cd9037d7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b03f937-7abd-48b9-bdd0-93c401cd088b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aca78db0-de7a-4afb-9c02-cf54c341a4c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#32889228-216f-4635-9e25-0d78b5a29cd6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Buckle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#f11f92c1-325b-440b-a5e4-ee94fc55fc64"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fa4499c6-a677-48bd-818b-af9be5193dc6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec7ae868-2e28-4446-b636-2ee2e394715c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#41249161-ad26-484d-90ee-ca21a6397aed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027525",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant and armed and tinct for modifier"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027525_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4250430-5e80-4e0f-9688-7d91e5ca69c7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cf45c94d-afb7-4275-8616-9f9a5f98069d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27525"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Star",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7b2a291-6683-420e-b216-81a5e8fd56d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#07c2439c-d29a-4d71-b1bf-e6b86f152c7e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002907",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002907_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4df595c8-83d4-4ff1-8b93-f5378506e86f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d1f6ea5-a3b4-4c34-a039-84001b5aa579"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2907"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac13ed75-b5ac-49a6-bba1-de9ba70d00d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#572d0c1e-6471-45f6-a8c9-a3890724a466"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b794af1c-2512-4282-ab82-2a7acee02e8b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7bcbadb1-b0c0-43c7-957a-6ceb12b64cc4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4a306bf6-2349-463b-b695-85fded62e238",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d05b39b4-69ef-4cf1-9eaa-d0ba7c87f64a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52153d56-4588-4b8f-bc3f-680231d812cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b38c08e6-b011-4529-b5fa-0b357fdbe963"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d5ee6ad7-467e-4a13-9a8c-c193b32216f1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#616115ec-ef57-4aac-831a-b951bb9a7f50"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031536",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b00cc44e-3ab3-4df4-8aca-44625e1b90ca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#75cba396-db31-4d6d-9b61-368e7c1ca0cd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31536"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2538e9da-fb00-4f6d-aac3-481d78e950fb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#681cc171-b41f-4e52-8ead-a400a93d4a5f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f511a89-7f49-45b9-b4f1-26424073ca0b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#81707b83-7fc1-46b7-9cb6-0bfed0e19a4b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009583",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasChargeOverall": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa25b5a3-4d4e-49d7-9545-5ba49ead556b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#71294b46-b7d4-4181-979c-ee6c2adf6522"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009583_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009583_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009583_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009583_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9583"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02f2a134-d100-4588-a0de-56bba3a9bc73",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#61700b05-f54e-4a6a-b269-a196b9a94030"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89e04d7e-2221-462d-8982-f8443b38474d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6d461c5-a041-405a-b1b7-ae4bc48944fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f3dead35-e992-4a70-9c35-f032ef4f55d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f8c64bc0-7982-4b43-91c2-15bcd214060e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4544",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 613
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006020"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jan spoorkin"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c5e7eb98-db88-4dfe-b22a-783accbe1d79",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#859d5cc8-0618-4019-81d0-27b10e45043f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b49652a-4d02-45e7-8ce1-996bfbd960cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d03bd91-3423-4349-a9d7-68458022b959",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8234ac1-bb7a-4ebf-aad5-074a7401d138",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#50fcff88-afd3-47f5-bc89-44298ae6915d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a08c3d24-3cb1-4ca6-be84-2502cfec8240"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d2ee19f-a355-4287-ba6f-56392e6d6d8d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#905a02a9-192f-45e0-82e9-9c15ded40ee2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006297",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added q.f."
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006297_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#577ad518-1057-4092-8e03-64de8cbf6f49"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb696cb7-3c0f-4c73-a131-041f2a346c2c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6297"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88135",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 115
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031569"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "344v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".lxxxxviiij.  bruder wernher"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71552ad0-27b1-47d1-aff3-4fbcad134bf2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031576",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d67cedfe-33e4-46e6-aa43-e0dd09a2a62c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1287867c-5d89-4064-84b1-883dd2d58daf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31576"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#367638f1-fe3e-4f60-b156-70273aeee7e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031546",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#deb74544-9709-44b4-b66a-125a7a2892f6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#47de9685-5389-494f-bb07-3b9e9c5ca7cc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#cac667b7-209b-492c-92f7-f576690ea6ab"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31546"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f9585a5-53a4-4d0d-96d1-69e5cf279c7d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#125d8a8e-0268-4e69-8ae9-9daad3a17182",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4059",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 9
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002907"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002907_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bar"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#572098f7-5934-4dc0-898d-a58ba35bb9fa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ff8071b-e3b2-494f-b741-ba7980cb9356"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9bb303f1-94d5-46b5-8346-617b173ce68e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0bceaeb-2504-4e9e-9d34-7ad010d96251",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4085",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 36
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001357"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001357_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "foreest"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3a68d62e-14e0-4709-9621-b906a538215a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#29d49987-97c7-4f1e-9e0b-9e55057d2189"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#344e28b4-2e23-483b-b4b0-2826f3c994d6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a577de6e-bac9-4452-bd5e-ff47692a8327"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006270",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#42d08199-779a-435b-b760-44a998869d53"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2567bc8-42ff-4859-a13e-f395c8151724"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6270"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4258",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 310
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003450"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003450_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "euerstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8379e967-4229-4a00-9227-4e85aa57ab31",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#00cb2372-5de5-4897-b702-ede7b0592220"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#89e04d7e-2221-462d-8982-f8443b38474d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fde1ac62-bf21-4f3a-b388-053c831f64ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12805",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 238
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007437"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "westerborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f4fc73a9-82db-4c7b-87ee-966f96b0082e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c5f27ae-3f59-400d-819a-d6f5eed0b02b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#882561da-bcae-4473-ae4b-f569220f70f7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ebd152ae-d31f-4b4a-b469-db970b3adbd8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#77767af2-be8b-4601-a937-c823a56a8401",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9238b684-cf5c-45cb-96cb-19069054dac8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be2b2ddc-4d2d-4044-825e-ebd745ac9ff4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b00cc44e-3ab3-4df4-8aca-44625e1b90ca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eae96658-99d5-462d-bd59-621abab31f0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4590",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 660
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001146"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "diest"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6ad4e528-63d0-4ae5-92cc-5f9fd11346fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#24b4b288-8f38-496f-9488-57a28634dde0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ba193ebf-6bea-4459-9a85-9e531df09f3c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueensFace"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e301f78-3a52-4403-88a8-336814614cec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#70d53290-e14e-4b3e-aa2a-e4f8a606ea5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#bd59e086-4e22-4836-ae3e-b938e568bc34"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f1340f0b-02fa-49ee-9c1f-bedc3eebb93a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b10bf49f-4a3b-457d-b2b3-4480991489f8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Arrowhead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e48f60fe-b7cf-4183-9b24-e2caf59cd3ae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lion",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006015",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant / fixed tincture for field / fixed tincture for Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006015_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7477babe-9bdc-4d89-9769-9d180ba5397e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1e03345a-4fed-43f8-bfff-2dca77d885e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e3d701f-d5ef-4a21-9eab-a69bd73bd6e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6015"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7aea5b0b-aa77-4013-914e-255808db7841",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009646_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e20682c0-d4c4-464e-aeee-df7b9d48692c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#188bf4f9-3e26-4f0d-b795-a2a743503e4f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#4446b8b5-6ea5-4b9a-8730-1c21095f7111"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9646_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6a67da2-d3d9-4344-8ad6-dccba55c2b46",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ff2fe206-fc42-4eec-b5dc-2e6ca1ce2f3b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InFess"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5cb2096d-e6ff-44b5-87c8-6ff12e18d446",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d38e398a-1c88-4e9f-b822-3eae3b8cb4bd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2616c493-31b6-499f-83cc-8d116e273a60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4b728a39-96bf-4222-82cb-335d82873e18"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b1881f6-6b22-4e4c-9771-5fdbcac5ef0f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#861a98f6-e0bf-4d65-aa8d-98f7f7255f14"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#aaba330c-eded-49c5-9922-221f5d4a7497"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e172ef6f-5501-4341-9d16-5ab4cb01d1e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008378_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f23114d-8562-4558-b95a-57b1953c8d9b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5553fada-d98d-479f-89e0-c6401ae7509c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8378_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#45aca6c1-22b6-42de-82e8-99f1122d41fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4238",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 290
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008666"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der zaxenhouser  der zaxenhouser"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2cb3c411-71ef-4192-ba69-6cb02837021e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2b6f63a-463e-4909-9b70-5247e7f43fd3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#08b6a2ec-2da7-46fb-a6ad-a0cdf079a39a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#0921c673-9ed3-48c2-8632-36b3fa490db2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b858fb00-01a0-4c20-80ee-5809d70ad6ec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d90edd7-5a0e-4df0-9d69-c20a9bf3727c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Curled",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42cb4696-b321-4b43-860f-3d857da6b762",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0636ace0-2d14-4532-9fcc-0a740a755c8b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db9b0ff9-65c3-4c55-8707-aa85fd0348be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Roundel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f4da93d-52ca-4ed6-ae72-4de079755592",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#99918c4d-bbb1-4114-a72e-238b2d1658c4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a461302-0f38-4410-9337-daef5fd2a35e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9beec15-6b3b-4986-8084-0f5f345855ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc6957a2-57bc-43ab-9274-3cdca0359697"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#62c13b7c-fa58-48ca-9064-8cf3ac071659",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9bf1eccd-b944-4673-9eb2-d538fcf371df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4523",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 592
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000118"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000118_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "asch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#875ef0d0-f832-45c1-98fd-16931338ea6b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4920ac21-3f18-4175-a5b2-fb46d19cb7d8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000013049_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#96c43f05-6a6f-4c05-a4cc-64fa2766cfe5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e1ae2326-34de-4a9e-98e6-e85a29685c25"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "13049_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4254",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 306
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007119"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "waldec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4b14630-c706-4f96-9bea-f4ec1a93b49d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68c211a5-3e3f-4c84-8923-c9f4d888ddfa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2c1c5380-6f69-4924-a92c-ac4036d3ab54"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#591879e1-37ac-4719-b3a2-1350a0be122e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e615a65-33a3-46ff-8d26-b2df7839473d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4516",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 585
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004051"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die hé vâ raesseghê"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4589",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 659
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006035"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "meghen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc4de3e1-3a68-47cc-870b-f01db6fe6ee2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoveredCup"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d1846d7e-1832-449d-9636-baf3566d1a77",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031515_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee344cb4-5ead-4f84-93e1-f3bd855e39fa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c4dc25b-5109-449e-a858-ba03a2af21cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31515_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9261187b-20a1-4768-ae7d-f697e2038615",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2c7227da-f7e4-4b2d-83ac-43a8f038a4c4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68e4a345-ec43-463b-ba4f-d11e14641c78",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007609",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#572a9752-7260-47b8-b9be-df585796369b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7609"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bf39071e-651f-4c9d-be21-2dcb72b146a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4181",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 226
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006223"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "17r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "limborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#61abdd6c-a433-428e-8a91-99ffd7a66557",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a5e0a3d-e1d5-4fdd-a36d-510e96135e99",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dcc3e5ef-2d42-4715-8322-6a1ce1c94015",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#619f6350-9278-49b1-9b81-091ff5f04c22"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d1d6e59-98a3-4727-beb4-6416797d7a5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5d13256-6dec-4fa9-afd6-af4b62d6a373"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9c5ed115-e213-4ccb-8e23-fc81bf15fad2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#53e21391-0baf-4569-b4e6-b7580521c161"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5aa76977-729d-497c-9c7f-d3bf064149d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#OrleOf"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002829",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ceeece63-2bfd-437a-8c79-f434d2463e33"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a4a8f34-4785-432d-8b6c-9afa27973b8b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2829"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Anchor",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74131",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 40
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008134"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "gueldre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003854",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4047bf52-fbdd-4974-ba47-adeef6a015fe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#926841b8-96b3-4393-b39a-969a74628eaa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3854"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a85bc3bf-8452-4660-b007-56816d257f96",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#45bfb15c-d78a-4779-a0c0-6609e66b96d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c52bfe89-f700-4f18-b9f8-96974cac7876",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc6957a2-57bc-43ab-9274-3cdca0359697"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e9beec15-6b3b-4986-8084-0f5f345855ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4532",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 601
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006024"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006024_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "steenhuse"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4512",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 581
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004025"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "maldeghê"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031569",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#51fa1506-182a-4089-9432-98ebd585baf2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6200c3aa-7e9c-465f-b34a-8c727aee2442"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31569"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26502381-b11c-4650-8c3c-91555f2610f0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#861f10f9-385c-42f7-8f6d-6b62100ad75e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c0342e7d-9b43-431a-9ac1-1e32a5e8e8ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#791b9019-3d6e-4574-bab6-054fe487ad86"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Panther",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42ea188b-e1d4-4f87-a8a0-1df1ed1f38b6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f7990bb-9bfc-4175-95b3-ece69e842a3c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#13ef7d8a-c209-43da-98c2-16c658500df2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1425e72f-ed85-4634-a325-107df1a549c2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d8e2fde0-3aeb-4e53-ab01-5b6fce65d1be"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aac59ad2-5bf7-47c0-9d1b-99b7ec88fa4a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b7d4f9c1-cdae-4382-a57c-0a1813b2783f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019873",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#97d5dcaf-bfa9-450f-93cb-a16a43c65491"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6ae6e5d3-4cab-4abb-9b23-f3a20c8c1fe7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19873"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4336",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 393
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002772"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "29v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kokerets"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4d8b990-3600-41a8-8b8a-75093c7ae493",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a36dbe1-90e1-45a1-a7b0-d46285d09645"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002683",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bc162372-3e9b-461e-a412-baa7b1ee1f64"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec3c5eb5-dfc3-45b8-bd8d-2767192345b4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2683"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89911b91-3aec-4b59-8c8b-86e60006b0f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#89012211-0ef8-4d5d-bce0-695f66064ee2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#753de681-7263-4f62-8392-890947c04d54",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9a9ae262-d313-45af-923f-2eaefada29d6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Staff",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71cff6ff-03a5-4ae4-b6b0-1c5f6972a3ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031518",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031518_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#18b5106b-8155-4679-953a-9fc336bcc937"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#583bff8b-bd22-4d13-b3e1-f6ad4be9634b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31518"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2207684f-e8f5-43bb-be00-882fcf39c895",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5dca9c5-4915-4747-ada5-3486088c9edf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#304b04a2-e145-4d5f-a95b-18be7e399cd0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#467f9b31-3785-4d6c-8edb-051022eee0bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d6ca8bf-4712-405a-93b0-4e0d8222421e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c480d54-6ed7-4839-9319-ae494df09ea1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50b6aa9d-4cf4-48fa-8676-d6e0752f35bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2330b8d3-7780-48e8-8f8c-2a4f1c6f47ad"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#43147193-5dee-41db-bb0f-16e748ff02ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cfd1ff2a-c6f2-437a-ac48-fd33cc3e86d2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26cea901-0ed5-44ae-b20e-d4e79b1cfbb2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d7e9c686-bf11-40f7-9e07-1a4a359e0133"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f6841628-4e94-4bb1-9fed-f4479a56e457"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#59070d13-64ed-4e44-aaad-8a6f18977283",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b096cde7-2df4-40f5-b385-2245d5f726cc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d98a347-90b7-448f-b6dd-922175465b38",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#MaunchFisted"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#441e97fb-d2b4-4dfe-8964-ad9d403b3432"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#87458584-5d77-43d1-959a-137fe88dd554"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#isstDx": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2d3f9d8-7458-4d73-aa53-81942fcce2ae"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a1587029-3aba-4f7e-91e7-ab3c859ea4bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e49ad4d8-107e-41ce-a45f-4c83b6a56935"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006034",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#05ab36dc-07f4-4e81-820e-cf8829dae59e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e984e0a-1720-4165-b57c-3e9046d991af"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6034"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6449fc52-af81-41b1-8903-e7381ca72c07",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7f87cebf-c34c-4ea3-a4eb-4b84beb06666",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfHearts"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91fca4dd-8e52-4022-bea4-cb35d8728434",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cbdefd12-c122-4f40-9e3f-3baf70e19014",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#90fc2ead-e168-4dac-af23-23a5bce969bc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d7c3cf34-3838-49f6-90fa-ac89bb7c45ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e07e3419-e14c-4c5f-b8e9-680a168e40d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88031",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 11
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016396"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016396_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "graue kraft von toggenburg .xi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000018397",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e86c5cb-c310-488a-abe5-01757ccaa00f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#44311cf5-cf73-4322-afbe-499ffcb94655"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "18397"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a01b6bf-befa-4bc1-afe7-7df39741a34e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4317",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 371
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006258"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tosenpach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2901c5b4-cf20-44d3-82f1-b15d725a5161",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#a3d2e2b8-68be-4097-bf28-36fb07f88e68"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#48df4f5c-2508-4d40-9554-c90a622a75fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#5ec22025-238e-4134-a2a8-33c7819918fb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#42587135-b048-446f-bf49-357ded2d6154"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006531_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2a681e5-9b52-48eb-8c92-d14a94973cb7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1742fdb9-5429-4eb6-aaff-cb6042d8e61a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6531_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21b58a73-c11c-4172-87fa-7030860b6469",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ea98b210-8cf4-4a89-b9ea-1e64b62c1cfa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3bd50f94-7099-40bc-8e2b-3b95594502f7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#64260921-d475-4737-ab29-e3b8ad55101f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Roundel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74164",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 73
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006489"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zom leutenperg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71f521d0-1055-4a49-ab09-79e66b2d4005",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d1adff2-70e2-46df-88fe-bdecaab23216"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a9929876-7462-4cc1-baff-124568fd48db"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c1b71fe-5364-42a5-a13b-e6d3879e0c90",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#aa73e60b-e891-4d03-8512-7692768bede5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d4cb1110-65f1-4497-ae25-decae52571d8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1073c775-b82f-4b20-b901-f6e9725401c4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a1b92e76-ec01-4279-aebe-c1a2ffff0e9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ecff6b7-8928-4cbb-9735-2c1267f7ab94",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wolf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ae14796-b574-4333-aeb9-a8757462a462"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027639_A_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f7e2aec-047d-4dc4-85ea-475d0c45b1e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b3e21971-828a-4444-bb7b-73eaf0bfc368"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27639_A_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006042",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#31ccdda7-f558-41cd-b7e5-e46c2ec0a81f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a08b8bca-da4f-4017-a345-424ee0e4994c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6042"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004051",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c84f3a41-987b-4c1d-ad24-1616211b9635"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#610857c5-20ec-43c9-91fc-0abeb11c9e74"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4051"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006136",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed chief to per fess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006136_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b60022d7-556c-4320-b691-fd3e6fd1182d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6136"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bc0e8680-1490-463a-8cd4-348c5e476a97",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crampon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#c69abb59-fe32-4cea-8025-e03b09a3a8d0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#53100e57-51b4-470d-970b-e50dc858bf98",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b3f1dd80-88b5-4c64-a7f9-f5a101a0d4ff"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b7f9e07-7fd8-454e-a5a7-6fba23c449fc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#05824507-59b6-4a15-a755-637cfa3cdff9"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d8929c81-287f-4c8e-ad1d-4ba334eedc10"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89e5bbec-3869-42f2-84b3-55417446187b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5d13256-6dec-4fa9-afd6-af4b62d6a373",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d92112d-32a4-4bd7-8970-bcc4116198ac"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#42b4c94e-1d91-4f01-92f7-9e56c059d08b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002720",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#78861d38-8221-4308-9324-cc6389b44008"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6eb6cb7-01c2-4b5c-8a60-6393d2b98d63"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#010491bc-8456-4bc3-b35f-9b9e63009e35"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2720"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00cb2372-5de5-4897-b702-ede7b0592220",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4421",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 484
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006309"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ruedenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b3c32a10-c675-4857-a55c-a9d0091d3194",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#04b6b945-5e1a-4176-9a31-e3584d3426cd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#04ef2870-a7e5-47aa-a01c-ae35d65dced1",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000586_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#40a1abfc-e2f8-4c7a-b29c-655bab120a23"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#15820b6b-7399-44ec-8dbc-36d97a3e950c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "586_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a9bab4a-5900-4429-a9f8-35b1201fa1f9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Border",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e7468457-cb9d-4048-8ef1-096ff4cdea38",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#61099f49-16c5-4e66-b145-76daffb5d493",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Hooded",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4070",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 21
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003607"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "grava vâ gmont  grave van gmont"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc89ea9b-9ada-4db1-9f23-11ca6647e386",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#2af1bf00-a782-4e68-bb54-c5ddaa20233f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ef1294fb-f1ec-4bac-bfe4-555eb8643d6d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce8605db-2014-4e5e-ad81-a0dc632bd47a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4208",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 257
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006235"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "virneboirch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8671ee21-9ec1-4228-b235-e8a752fbe1ca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#94ce633c-eb91-4193-85f8-4a4d47556a8d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bd2b7daf-92ab-4f49-9b59-55bc5a56860a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14da3244-48e7-4be4-a52b-bc5241d451bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a388936-b55a-42b1-8bd2-ef40cd0b574f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8f49815f-b90f-4cb8-84aa-230e2a0a2288"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#68de2840-8d36-4425-a3bc-b02d560391d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88050",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 30
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031505"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "70v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her heinrich von stretlingen    .xxvij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017508_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added second tincture to Charge1 and first to Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017508_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ad75aa1b-df71-4dc2-8b69-2d1a23bb1499"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3badc5c5-64f3-4792-ae50-15b0dcc3820a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d1cb96e-12c8-42b2-a72a-bd2e743cc142"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17508_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7bcbadb1-b0c0-43c7-957a-6ceb12b64cc4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#572d0c1e-6471-45f6-a8c9-a3890724a466"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b794af1c-2512-4282-ab82-2a7acee02e8b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002474",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3023c5c4-06df-4bbd-8132-13fc8e95eb4a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a285dfc2-b494-4cbd-a359-3eb98c5cd627"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2474"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a07fdf47-5a22-4428-8603-3d901ce92bd1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#82d19eaf-692e-43ca-a08c-da37a064d045"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a72bd510-7939-4d69-b7e9-0be6768d6955"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#433a6927-9309-4944-a358-7a3f4214a578",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#23ab16a8-5285-469c-bafe-785554b0856a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6971eb99-2c05-43b9-abbf-a34dd64d9c68",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a63ee356-3802-46ba-95ec-4328524087ac"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a2020e39-7811-452b-bd60-9ac8c48c247d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c2fe76a-99ad-47cd-a686-826a570d67ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4428",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 491
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002820"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vâ haghêbeke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1ae2ed71-c4b5-465f-982b-543e39f0ec37",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#16b22721-bba8-4f22-a4d5-9b4e4239cc5e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31012999-a6cd-4587-9859-94abe775d2fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InFess"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031575",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#16ec41bb-cfbd-4b89-94d0-2e30f2eceafb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4e4ccb9c-e7af-4d93-a43a-4ab31ad3651c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31575"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#712a55d7-dc2f-4f12-bbac-30d053881a34",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d33788da-7d88-4b06-866d-5f69a24e5fcf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4427",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 490
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002827"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vâ dinclaghe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74141",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 50
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006646"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "monfort"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#952823a7-40c5-4cc0-b4eb-40b4c9ba4d15",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#09089a0f-c091-4e62-a2e1-9a752fadd46b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d30488a0-951f-45b8-843b-0c1771b8db8f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4416",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 479
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006305"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "stale"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4075",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 26
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006411"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "soisson"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ebfdd817-3fcb-4f06-906b-8ca7e465648e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002730_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e381421-d527-4d1d-b002-8905d3ab578e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f3ba8aab-e78c-4a70-9fd7-90531a3fcf43"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#32d39680-8010-4702-8536-d79f182b2c36"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2730_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7edd355b-7097-43f0-acea-5c57ae93151a",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88064",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 44
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031513"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "122r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her heinrich von rugge  .xli."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InPale",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f1d4cf59-d693-47fa-acbb-0fe52186abcd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b567e76-d8a0-4e1d-85c6-25e21f1f9d92",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33b2f86e-7c93-4156-a81d-ad67bc32e800",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e538d286-bdd7-4ae7-8dfb-375f10268f61"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#015cebad-beb5-43a8-abfd-3242945840e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#WithTuftsOnPoints",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#96c43f05-6a6f-4c05-a4cc-64fa2766cfe5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#06d4617e-8814-4727-bdfc-6cbb6493997b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Key"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#62b35a1e-e3ed-40c8-a7c7-aea6d64db15d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88121",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 101
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031558"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031558_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "305r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der tuginthafte schreiber   .lxxxvi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e2a20d93-5763-4c06-bf98-4d44594a1942",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a85c5be-96ca-4cfb-a7da-c483ac50c39b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#158dde69-9650-46f4-a273-682d0cb40aca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12826",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 427
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004403"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004403_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "n.. ch nvenboirch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9a20b9fe-b85d-4b95-81bf-ac3ca4bf25d4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27e3010a-e2d0-497e-933b-ecfe67dbc6d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bodkin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a29e9d4-794d-44f3-82e5-703a44318b03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12808",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 241
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003081"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003081_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "alstren"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-52702",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 80
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000013049"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "le duc de clarerzen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009651",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tinctures"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009651_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#30e41b10-edf2-4b40-8de9-95cdae969dcc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5f5108b8-c40a-4822-b0b3-5218b8be90dc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a9db8a94-f236-4336-b8d4-001e3fe4a368"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9651"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5fefbb8b-2ebc-4588-955b-4eb60147dc70",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee708be8-630a-4b7c-8e0f-321ad11b6c3a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barbel",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#467e5fa7-511d-49c5-a94d-ca148121b1e3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Nimbed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002759",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#aac2bc83-ec6a-44f1-ad70-9ef922dcd049"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9748702e-6071-4364-934b-0a2415397ac3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2759"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#272fcc7a-daa8-4703-b49d-406fb3c5c7d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006256",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#766fbf15-b6e8-4f93-acfc-06a3bf6c9c92"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4ce6eb2b-21b4-4f06-911d-1e54e1c1976b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6256"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#34cbe6b1-1a22-45f0-8ded-5963320e440d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#07b534fc-48d1-4d3d-8388-68e7a23d6be9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bf481661-76b6-4ad8-862c-2aa693b9eed5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#83acf55c-cb0d-4dae-a31b-014a6e5f8042"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#be80f262-4b4d-4bad-b99d-9895e49e64db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#83077d2d-4c01-42b8-ba74-7f9921052c1a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f7a5372-b7a3-48a3-aab0-b459cdc1cb75"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#30974ed5-1150-49cb-a59f-d4600f24bf25"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009671",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e084c31f-d07e-499e-86f1-c8bad9dae164"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9671"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#09a66136-10bb-4bdc-8bcd-0d3827e2c926",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Undy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5c3101d1-abd3-407e-a7d3-2e0dc6b04e08",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4531",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 600
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004343"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "spiers"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Mallets",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002937",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5f690a0f-e33d-4b98-ae75-b2598bb55fee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1de3928f-e26a-4f7f-b836-e14ad524211d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2937"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001357",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1 to missing"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001357_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#458f157f-30f4-4ea7-b836-1c9e1be64b77"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6880adef-ba3c-4472-a578-e03cef161721"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1357"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ce8739d0-79b2-4dcb-bb4c-245c79368d30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aec6b835-510d-4481-b940-681d114bd76e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crampon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#c18824c2-fbcd-4d9d-83a6-2291adbd0126"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#abb61e8e-00fe-4211-ba47-f8cf6087fa5b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#8eeda9bf-0823-4bf5-82da-3753b4133da7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d0b5c9d2-325c-4c99-a043-e30b76e11abd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b8b4e1d4-e7cf-4b02-884a-a9e8349d5a08"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e1d71faf-c510-4328-8f52-0d47b8873049",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab25d145-bbc8-4455-b147-4a2c043f821b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11e2d6b4-8cc8-4462-ab55-62bd3f6a8b9b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008220_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed color / added relation_to_field"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008220_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2d3f9d8-7458-4d73-aa53-81942fcce2ae"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#76040a87-43b7-4a7d-933d-acd76cc7ce22"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#441e97fb-d2b4-4dfe-8964-ad9d403b3432"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8220_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43e72624-a82b-4a45-9465-be895df27064",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b83c2bb4-daf4-4780-9481-fecde8d80440"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#356ef5e8-9439-4f41-9d7d-9608216f2e76",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031523",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c35930e2-8d8a-444f-91c9-3b735de2714f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#720fb71c-ad59-47f8-973b-a50498ffc3eb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31523"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b8ac6e44-d94c-4472-86f9-9d9723d6f010",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006715",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#832fa6f6-546e-4844-a422-5aa367811fdf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bf0b0ffd-08b4-4869-9e01-a3173a19416c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6715"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eecabf1d-5baf-4f23-a435-eeca093286d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Of8Pt"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d6c75375-4fab-47e7-aaf0-6cd43228af16",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d2d37ce-511c-45e9-8e4c-468b99c6a28e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec6d566e-e9dd-4403-ba21-703f45f2cc50"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14341838-a7f5-44b0-8bea-f134b30b41ab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d1e349d-60d2-4d48-8177-48b41e981055"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5ba7f06c-ca47-49a9-9385-8417b2eeec01"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#816ae249-4f70-48a4-9b0c-3fe3c28841b2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e8ee33fe-e25b-4277-bf8b-e904d3ff911a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031513",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#65dc4270-7d5f-4cca-a8a7-aced735cb982"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e4f4a2b-a307-44ae-a857-84a024e375df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31513"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4deaa24-3f61-4349-a9cc-104ef2ccf9f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da40dd43-fab4-49e4-b077-ee63ace24447",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa271d8a-ae1d-4dca-b23d-7b100785583b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50150eb5-4783-47f2-a2bc-129482ae0327",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002439",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1eeb61d5-d556-4948-a196-7a96824f6fd9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#de27b0a2-01e3-4a7d-82b8-c63e7a8f6d00"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a57baaa8-0b6a-4139-b01c-3a80ab731e52"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2439"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56279599-2304-4732-acb9-8691a39af3af",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4315e859-7c8a-44f6-9bff-692771592ba0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec264c66-aa4f-4192-8033-986dccb6634c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009676",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#00e14972-dabb-470e-a6ed-7586ae6e8e36"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a06249c-d35b-4044-b861-24e09f744414"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9676"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#337d754b-24d8-4a87-8b2d-18504ff19183",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000023224_B_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a2fa5d82-e4e2-48ed-a4a4-04ea9810dc81"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#09425797-6cdf-4cf3-b111-02f88ccf7044"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "23224_B_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42a6d6ed-deda-4dd2-9efe-1999b22039ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f226dbdb-95a3-4e1b-b377-79e322127341"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#825f40ec-7659-49b2-9618-93ba6bd91316",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e86060a-d960-436c-8c19-04a26fffcc2d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#09425797-6cdf-4cf3-b111-02f88ccf7044",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ab24d18-3c36-4eda-9549-7cb1a74bb4e6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88127",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 107
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031564"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "316v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".lxxxxij.   her friderich der knecht"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b3f1dd80-88b5-4c64-a7f9-f5a101a0d4ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009943_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f758f43e-3d38-40ca-8d54-f3a94b625766",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68eaa634-e9c8-48c5-a070-65e3fe4739a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#39d28f88-15db-4711-ae46-fb9685029685"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d373ab9-5fbb-4512-af66-edb2c9593e2d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006273",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed Charge1 from garlic plant to leek (this is more acurate according to https://www.heraldik-wiki.de/wiki/Knoblauch_(Heraldik))"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006273_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e0412847-8fac-4d6e-8b56-c17d3c812a74"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4e6bf9d-02cd-493d-a186-4017a3775ba9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6273"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#182cdff9-393a-4ca4-a641-6cb4c96baafa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(1StCh.Annulet)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d057d4e0-23df-4372-9051-bc027e1dfc90",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006037_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1 / added armed to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006037_CoAF1_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dcad71fd-60ff-4b68-8e6c-22b5d43a74d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b065cde-7a4c-4c02-8ab4-35324df883f4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6037_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#113a0fd2-6235-43f0-a14d-8b527e168929",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b05d0ca5-e6a0-4843-9a86-1976e1ccb6ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#60f0e65d-b06b-4e42-b754-e057af7372c7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f2f2fd49-30c8-42c8-b8e1-f932ec0c8656",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#76f4cf87-66fb-471b-9873-76d204001eda",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Trumpet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#df2a483c-769a-4fc8-bdd7-2425246326b0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8bce3ae1-4319-4faa-859e-99814f2ee64f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4cd5183-a661-41c7-b9a3-b917967d2e28"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1bb47109-1e3d-4d83-9660-1ca884ee780a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006243",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#be5f5981-fc9c-46a1-a7d3-f532720ddfa7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6243"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4340",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 397
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002774"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "29v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "g vâ don"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#816ae249-4f70-48a4-9b0c-3fe3c28841b2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002740",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0a2f1659-87b1-4a71-aeb6-96eeba2be78b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5960f31-34d5-4cb8-b438-8eeae65053f5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2740"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008666_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d29427b6-b698-45e5-8e53-01d487fa916c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e6d7a2c3-4fc4-47a8-826f-223ac825b58d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8666_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007750",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d686e315-6b4e-4a31-97f3-69546a46dbd9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7750"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3845e4b8-2cf5-4273-9bcf-eb1921b68799",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8892d1dc-1809-4e6f-935a-db796f6effa4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#798ca565-652a-42a3-af37-7e52c98a2c4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d55f5f2-f25c-4ca0-853a-5fdce1a63288"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008676_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#476bdedc-8e1c-45c8-8b0e-b4d7e1c1bd0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#64092b84-1e15-4569-bafe-20fb2fc41fff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007858",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007858_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b9f2f773-4094-4a6f-9b2e-6474c0db1bdd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f59d508-c7c5-42bd-a572-711a1ae290fc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7858"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009651_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5bc2e986-a265-47c7-b0ad-05ebe0245844"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#80402832-4010-4292-9f77-991bc149aa9f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#737e0c56-8dcd-45ee-a3af-5cf5fa030aea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9651_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec275156-7dc7-4e6d-b4d5-644fcf06ecc4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016665_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#769b6036-d0d9-44c8-aa82-380a02e9e5a2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4bd2ebd-a60a-46dd-bb78-203ac28ff891"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16665_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ece08491-a93a-4b1d-aa21-a6e47b74e9fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6f70894e-2473-4d37-96a1-42654f1a3f0d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2af478d7-cbf6-439a-9b6c-1f32daa6b797",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4cc54f60-e672-4f41-a9dc-f6519e799b01"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e615a65-33a3-46ff-8d26-b2df7839473d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#624d760c-f4a8-468e-a7e1-2004cc00d18a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6be40320-ad15-4eae-a52f-47ece1fc1e5c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ad2e7de8-e903-4c9e-b415-836aa9393a7a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9278324-ce1d-428f-abf6-bb2c1111959a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a372e67a-7425-4cd7-93de-7908795bbf45",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69d4088b-6ec6-4b58-a732-682dff757c2c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74161",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 70
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021389"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "heinrich graff vô frubouling und graff zoheis"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#88ea8127-940a-4841-b288-50b9d93b6127",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#272fcc7a-daa8-4703-b49d-406fb3c5c7d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2cb8a5e-9959-40ed-ac33-32106235283c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasPatternNumber",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7b81ca66-0717-49a8-bd31-72106758758c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#139ec96f-b8a5-46d0-915e-8fab81f99bec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4408",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 471
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002805"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die scencke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#145487b0-d5a6-480b-8fe6-8adb8f030317",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTimbreAttribute"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e61f4ed-783c-41ae-8ccf-bc56489954b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b2f7dfa-4cff-4618-8cbd-9f2c470d81bf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69585874-636f-4fdd-bd90-02c00fb9467b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d67566a1-112b-44fb-a015-ea05a99d5aa6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#5b88971e-6978-4462-b265-352fdd5c01ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38940360-01d6-47d1-8c3c-4dbed0ce3b7f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f3298ff8-7cc4-47a4-b617-880796070775",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7052a510-fa48-42b1-a940-5d1d58681cd4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b60c38db-d6df-4b97-bc6a-4fcc74be5439",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#FromEdgesInwards"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#96f26145-eba4-450f-9764-c96ad982702d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e89cef4a-a247-4fb3-b977-6d00863a7cac"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008287_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dd2a5835-8312-4854-9619-b11ff4f21984"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8287_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1c8d9c0e-da38-4479-b185-3f3ae30f6b1d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3228f32a-e68b-40f9-a333-faf25df8ca6c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5aa12049-4667-4750-bf4a-d2920b093762"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031541",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e0a192b-305d-45de-9b73-142e173b115f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f061cd0-d4ce-472d-b14f-6cb0f111f3d7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31541"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8d236a9-45e1-463d-9418-5cace028c671",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Layer",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b0ceb40-cbb7-4b4e-babe-717810441489",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Estoile",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24734f4a-e93f-4b0a-bdb6-4ba4c9f0740d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wolf-Hook"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7426d7f8-3f11-4583-965a-d501cc7eebf8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6bbc3b5d-a0e8-4927-87a2-720722b0d4e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#78706ddc-2158-4aee-9e14-6dbe153c2f97"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0c4f4760-9491-4e1d-9842-a306aa0c6490",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#b60c38db-d6df-4b97-bc6a-4fcc74be5439"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f4d8294f-8bab-49f5-befc-194847375bc6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db8d5dcc-d943-4a28-b338-9c4d1cae1195"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027639_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d74e6268-73e6-4e74-8e2e-bd6dc8197dc6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27639_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerQuarter"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#18903c04-ce9b-409e-ac56-32ec193e3856",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9af912e9-2e85-43e2-8fdc-6c6e14ee6581",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d90edd7-5a0e-4df0-9d69-c20a9bf3727c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e6386ec8-ed00-450c-abd6-eb8cc6cc80ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fcb5da6e-75f8-460a-b4b8-8a7917b988ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#63b9451c-e3a6-44ba-a728-64096201d2a3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000720",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7a01b6bf-befa-4bc1-afe7-7df39741a34e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d0cb2302-e929-4c28-8dc6-53c7bd873f11"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#bcd03028-3089-4ed2-ac61-b54a891ce34a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "720"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a7901f1d-727b-4fc7-beff-54d34496f535",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6eb72db-94a0-4db8-94bf-0fd5344b2dc6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#da6e65ed-8581-4600-829d-44340b5247ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88094",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 74
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031537"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031537_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "228r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her heinrich hetzbolt von wissense   .lxv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4aebb02-1ca5-4e13-9d32-4e810ee3e847",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#52b8ff73-cea6-497e-9232-2319135a2982"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e80350e2-32c5-40ab-ab2f-9c54d70ca6ab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#81f0c4bc-9d44-4f50-b3e7-2a634ab53840",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1eeed59c-f5b7-4827-b510-f0ec01fe347f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#042a6624-961e-437e-ba58-48ee93b902f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fe11db4f-b87c-45c4-bc6d-c8c6ef5f17ad"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4293",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 345
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006215"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "mabbertinghen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4614",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 685
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006042"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jan vâ ophem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88110",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 90
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031549"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "264r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der tanhuser   . lxxviiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a633823c-ab20-4642-9c6e-b0ad2b637711",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#113a0fd2-6235-43f0-a14d-8b527e168929"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4ff69d9b-149a-4e95-b849-f22641777547"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e66d2d3a-31e6-4e16-a855-a56a1e0d2b95"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#227066a2-463e-45d0-a7b9-bcdeea70a830",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#07d67213-f8d4-4e13-a0c8-70224e54addc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b938d3d8-c894-4541-acbd-62fded590ae2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#99918c4d-bbb1-4114-a72e-238b2d1658c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#GarlicPlant"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3cad9155-d905-4593-bab0-d1e26ceffb60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c95d4bbf-6946-47ff-9776-c6d95ced47d4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#47cb85c3-2f72-4380-9847-7ee42fb16cfe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0acbc04a-5756-4873-b545-733d5b54793d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fish"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2ffc14a-13ec-4e63-b953-d7f43a33030c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2fe179d-d184-4b95-ba42-2b742ff1de6a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e84f387c-76e1-4dfb-9fc0-6a5aa2bbbefd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a91b303a-1ae2-49ac-84a2-83c1a97b130c",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a52de0c1-0cbf-45b4-86df-69d780db98b8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#662722a3-5cab-4557-a066-432602da72bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#67fd8981-d3f2-49ba-9dd7-6c2c7c8d9578"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#cf0fb809-f32f-4bff-979a-088c1387c4e6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#099d671e-d632-4667-9814-415cd4a00b18",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasLine",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dragon",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#644327e0-27d6-40e0-bf75-06e363f3614e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c5a1774-54cc-4365-90e9-1d59c0cfd155",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Of8Pt"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4076",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 27
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006412"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "rousey  rausi"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e3d06ccc-9cc2-4e61-b723-317b8acf7d5a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#4683fe7e-b967-4c36-a258-cf709d7fbf6e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003963",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#467f9b31-3785-4d6c-8edb-051022eee0bc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4fb813fb-5169-4694-968c-8b73ed7e498c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#defc4094-af66-4e99-9f92-32dc42085388"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3963"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#62c848aa-b53b-49ea-8a8f-8bcb972b14ab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0943e133-e436-49b3-afe8-c52e05b44dd1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a853baeb-f13b-4b95-befe-ca11aedab33d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#83a9d83f-8137-4e7e-af92-351c9beea206",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#c882be1d-da70-4330-95a1-bb812f2a0c99"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4078e33-b770-4637-a370-b919df3ce7e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f627ea8-e7d7-4350-a1e7-a55808ee3dd0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#14260e6c-366f-41f1-a5c4-1a3f39c3f14b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5513007b-7967-4757-b6a8-7c1b3ef83fa1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f90ad2b4-b01a-4665-b672-ae73f32cff4b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74145",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 54
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002948"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "magraue +rnetol+ \\ <baden>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007961_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#92c1649b-a6f1-4559-bf4f-561a4369e6bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#71b23a3f-5d25-4d31-853d-aaaa825d834e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#1ae2ed71-c4b5-465f-982b-543e39f0ec37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7961_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#823aa9f3-6cba-4867-a19a-abc6bb53d045",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002767",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#db2ccedd-15d9-4c1d-8bdd-084be1ad1470"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f0af903-fa26-46b3-8d0b-040695569915"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2767"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4c149cd-14ad-4d50-832f-f8ed8afc238b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec3aba54-deb2-4a31-996a-68a043285939",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d31286a1-26b3-4420-84fb-20452e255022",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5be9b29-01f9-44e6-a269-82e2919bf6cf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#888d94a0-d021-475b-aa4f-591fa98187fa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#926ccd73-e783-4ad9-ad36-c976acf01bd0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb1dec1f-e2f8-4b62-b074-d57e305d932e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#69d4088b-6ec6-4b58-a732-682dff757c2c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a372e67a-7425-4cd7-93de-7908795bbf45"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4285",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 337
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002683"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr idieder vâ hanef"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7305205-d663-42d1-91d7-06ca3840dd3e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fb724c9f-8269-4e4b-aaca-701864945c6d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5c4f17a-6819-4554-a236-3418f6dd41aa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-11986",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 458
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003831"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "edelendorp"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c84f3a41-987b-4c1d-ad24-1616211b9635",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88142",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 122
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031573"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031573_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "371r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "meister johans hadlôb   .cv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4356",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 414
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006281"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zanleheÿm"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0011dbc6-c779-4566-88f5-5a40431bfbc1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#467bbaa0-5129-4312-9daa-0ceb3f72e8c3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d43af1b2-18c5-46f2-b681-e004c2da2bb7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007805",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4bf3ea89-584e-4d13-b195-6322bc654825"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6cfefa49-1665-41cb-a1a6-ef3ad00ec422"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7805"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d3955f0-cbf0-4920-a14b-cb7b9551e594",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74139",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 48
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011265"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "<brandebourg>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crown",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5960f31-34d5-4cb8-b438-8eeae65053f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5b66d896-4878-4331-a33a-5298e607ac36"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#334f9160-9b28-46d1-8507-2176e8c53bcb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cock",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#afaa4ebf-f48c-4c4c-9536-90253cd17ad8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008668_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a12a6b9e-18f1-46a8-adde-f560c03b2033",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8f823a4b-0d91-43eb-a76d-9b33cd9dd17f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003081",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tinctures"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003081_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d760b14a-f2ea-4389-8cb0-e7e58e3ba97b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#87e600b8-ae4f-4f40-9df9-36d57a27dd44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3081"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://www.w3.org/2000/01/rdf-schema#comment"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e1c6538-1db4-4ccc-a81c-c7b85d1fe84c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fbd5f0b8-11b6-4aae-b091-cb7b43014b36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e97db79c-dd11-4be7-a9d6-1f5dc36b6afa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ee35dbfc-3c07-4b90-86b7-0d0748034241"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11d07d46-95fc-413f-8ade-d215d831a489",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#e709fd99-6707-4e70-bbea-a205e0b43591"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f9c303f1-3ef1-414f-b859-a7553ea7b648"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b3081f97-a0b4-4ef0-aabc-d84c40a5abfe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d74e6268-73e6-4e74-8e2e-bd6dc8197dc6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008152_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e284749-e187-4bc2-b0c2-631799664fe3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2ea4ddf-6069-48cf-ac4f-23e0cb55d61c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8152_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Axe",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d9f80d5e-6086-4fbe-9cad-dc69be6a4afd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#292b2998-4c44-4693-a6f8-72ae777f0f26"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Label",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9a77963b-3045-4bb3-a492-4669ca407d96",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e3e974b-2ff8-4d72-83cf-c4186c8a239d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00d7df3a-e583-4ddc-9696-8f66183f4240",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Key"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7a1db8a-cbda-4f9f-9077-8a1525ae7e2d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a77bba93-2a56-4f76-b112-0e26844d3f86",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#836e1a71-741f-4ad9-b585-ad503f7cf4fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#303ee2d6-bcb1-4d87-8b98-a2bc8984fe18"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4451b163-5343-46bf-8a3d-b3453f6c3acf"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#7667aed0-41be-4b6b-bac8-03441494a456"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4f24b76-e1ad-471c-be71-e818243a4fda",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#662722a3-5cab-4557-a066-432602da72bd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002695",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d5b529f6-8ea9-4935-af09-b91665f45e7e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f2d00a8-3854-497e-94b0-8a089a1328cc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2695"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b86ff26-26fe-469b-af4a-98c101ccc944",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#80527bd6-2624-40c7-8a9a-6fcc5777983e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a8a5f38e-1355-4b35-90e9-d8c65120e9af"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#530e7aa2-4de5-496e-8fda-fa582fc1710e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a991877-8afb-4426-a165-7824e4b37694",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wheel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6ca315c3-e85b-4e39-88ae-4adbffacedce",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#66d98069-efa7-4ee1-8504-f0492f559488"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6833d08c-945d-4880-8b3d-ef98c5b1bc49"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e0c07e8b-1a41-4db8-9713-ec5eefec8dd6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b65f150-1088-4acf-9ab0-8796c074ee80",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab68703c-ae19-4fc3-8694-b04cfb9bc3d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b5f6adf-3b0e-4155-8ea0-80977f7a70b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#87859db9-3b4d-473c-b1e7-daff13d25733"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#356a2331-8a93-46cb-8a80-d73c4ffaa61a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#253e8474-107d-4a04-a8c0-21d007e05e67"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gemel",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cf45c94d-afb7-4275-8616-9f9a5f98069d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ef3a86f8-8f97-4eec-8ad1-22484240d856"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db0bf0fd-fa05-4ffd-ae81-e7878d83a5e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6ffe9333-c4d4-489d-9343-e700ea2b5b03"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4e6e517-2cbc-4285-8498-b4c438d364c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#24ddf71a-295b-4e59-8a55-f92a56494db2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1e317c46-098a-4242-a81d-be345d98d11c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#36707bd5-9307-4156-b903-d0d7a801ebe8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c29476ef-2996-4891-8812-f7864012cf27"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b16b525a-d894-468a-bb22-7ff92f5c9cb0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d660cac-1cad-43d5-a0c4-21f232347ea6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#17fb7948-812d-4470-bdd2-670a6400568c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#742c0ff1-d1a6-4003-a89a-fdb2878c3737"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40681",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 10
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008363"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "6v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "decy les armes triumphant du noble roy d'angleterre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89e69369-c9ac-48f2-b32f-b1aeac796ee8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c9971be2-551b-43ca-a83d-70567780f28b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasChargeOverall": [
+      {
+        "@id": "http://digitalheraldry.org/data#05513064-d1f1-4404-9b0e-2e150de81ba0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasEscutcheon": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e5cf1d1-1b1b-4dfa-868a-8f97a2b007bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_C"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_D"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71e16d3e-4cac-46ed-a830-8f5d9368ac6c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crown"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6cfefa49-1665-41cb-a1a6-ef3ad00ec422",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f1d4cf59-d693-47fa-acbb-0fe52186abcd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#81cc9ac8-7a9e-4e85-8eb1-ceb97e7d29e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7734c31d-32ef-44dd-9e93-3da73b29f979",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c57ea45-41b3-49ae-9d2b-f0e69126ee43"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f9d7a0c6-0e0f-4a9e-9d76-81411559504a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6dc2893-dbb4-4542-8aca-7f2b0e904432",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c5f004bc-8dec-4044-be55-221e947834e1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4514",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 583
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006401"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "koolskamp"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008755_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed fish to lozenge / removed palewise"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008755_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#72e958c9-47da-49d4-b151-dde6bfbf1a95"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7485608e-50fb-4a41-ae49-5aab249efaad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8755_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003803",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of field"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003803_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fd964e4b-0bfe-4304-a600-1e0c3102f779"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6ce2ff5-348a-487a-83de-e85f954fee4a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3803"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d2fa5f8-5d18-4473-9c0c-489acaf36677",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008363",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d6ca8bf-4712-405a-93b0-4e0d8222421e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008363_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008363_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008363_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008363_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8363"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d540bdd1-d486-413d-8a07-9d52fc2a622e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f1d5d85f-e8a0-4c49-9dfc-6245b9393655",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4cf16eb2-53f0-4570-92da-f3d17132bee1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4b8d3e70-2d5a-40ae-bc52-7823c949e59c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aeebca0e-1088-4186-8d5d-ae46f8c51789",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#247c71ad-bdd1-473c-9fe8-5a3fafe9a1c3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4407",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 470
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002811"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "jan van den broeke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1302245c-0dc7-4534-b594-41806e43367c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1642657e-10c9-4393-a5ec-1b32f3631910"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88150",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 130
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031577"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "407r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "meist' friderich vô sunenburg   .cvii."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb89975d-4451-4b4e-89be-cde70808b7df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tierced"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture3": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#249b9b93-95de-4735-aba0-d61f676e32e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a2559bf-fb59-41cd-8ceb-640a57de96b7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d4ab7bee-7000-4dbf-9185-0f7763e42be8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d3b64212-9a2c-44e6-8e19-ab58c2805770"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4479",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 548
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003963"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "35r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lotringhe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4df595c8-83d4-4ff1-8b93-f5378506e86f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#b73c4a62-d52c-4626-9353-9eedcb8291f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007229",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9cdb4b35-0219-4f3c-99b1-ecb654843dfa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#606ef9d2-206e-45fe-94d9-1a352f3c1be0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7229"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c703171-3057-4f4a-bd3b-23e9c8d3f697",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4350",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 408
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002778"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002778_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vâ gripenstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#168039da-ffd8-4134-813e-d84465101f19",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d5dc4e8d-386e-428b-b174-765f0c0f1bbc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31e25d99-2e25-439e-a796-15a5bfe0ceb1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Trumpet",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e01cf89e-ad35-48af-ab6d-f04d503e8240",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#9485e76d-8f73-4c89-bb63-e28237121453"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6654b26-edbe-41b5-ada0-6e8162c59ee0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#851ab8f1-e50d-4fa9-948f-c6d759bccd86"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a213e332-2a1b-4bc1-a151-89143b0f7f63"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dfba27df-5772-47c4-ad00-ed8765b3883d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#68fe5b99-6cc2-46b5-8717-fc770d8dd863",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c95a214c-a107-42b7-b800-f69f4e2c820a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3703fbaf-eba4-476a-8bce-896c1aabaa43"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#646fa013-91b4-41b7-8ee6-8ba9b2cdb286",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e172ef6f-5501-4341-9d16-5ab4cb01d1e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031570",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed blason to marshalled coat of arms because of wrong description"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031570_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec264c66-aa4f-4192-8033-986dccb6634c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031570_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031570_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31570"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4e8dad30-b0b6-4b16-b04a-acef3b224f02",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bendwise"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022239_CoAF1_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12806",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 239
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002714"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002714_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "burchg'  vã drakeborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21785ccc-6949-4db2-8cf9-0cadcf5e871a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#edd45fbc-0328-47ef-a430-76d548e9b47a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008991_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7236f25a-6cac-466e-b06a-537f8b56960c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8991_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eafd0cf3-3d01-48ba-9858-dae3970cd8f9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6b96e130-4a03-4297-b79d-f1cac4e80b9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1cda9b4f-feff-4e65-9bfc-902ff8d72ae4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88130",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 110
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031566"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "320v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her geltar  .lxxxxv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54c6228f-7c33-4d9b-abf6-6d76e5bbe1e0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b56e70ec-6221-4d81-99ce-e4e65e34785b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d84279d-7cae-4aed-8d6d-c547b1e798e6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1da1cf24-d842-4c1d-9978-04afe8b03f25",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e6c384fe-238e-446a-ac4e-29fae25e74a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3778ca01-6acf-437d-9199-04474e4c91ac"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#65d69c7e-fae5-4d0e-a1ef-626f7f06b5ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002797",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002797_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#117d5164-5144-4d53-9d3d-f1017594252a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e20232d-2659-43bf-8420-d7a8af0fda5e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2797"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002712",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#510b64af-2db6-4be1-962f-1ff893ff0423"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d7db787-9070-4b17-b159-15d9d6d164a1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2712"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009653_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#368cf947-7ac1-4113-91db-66f8343da99c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#716df372-aeae-4294-9afa-de2cb1c0405e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9653_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#79b0bf97-a69c-40e3-bb12-d31bbfbdb8ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ba07a385-2b54-42af-aa03-db50979234f3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#12495156-8b62-43e2-80a7-065734f1ab69",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#8b594a52-57eb-420b-8ad4-145fc80c05e7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c1d5a44b-326a-4655-9683-bd7b3dec7a53"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016396_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ecc59d06-3866-4cca-a40a-0277571c6e42"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c02ea6f5-2cda-45ba-81d4-ba27c7d2132d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16396_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4062",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 13
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002909"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "damertim  damartin"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#15edf4c2-c285-4c2e-8864-9d0154f0fecd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#ff2fe206-fc42-4eec-b5dc-2e6ca1ce2f3b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a2891cc-416b-4210-9c11-cab7dba139a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tierced"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture3": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dfee6dde-38f8-4323-8fdf-c896849db80b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a83e800c-c465-4627-9ea4-1baaa9813cdd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d121e908-c24d-405a-9bb6-9f1ae977cacd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f4fd69b-bf30-4090-96a7-a7b464cc1f87",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b03f937-7abd-48b9-bdd0-93c401cd088b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c537e00e-ea4c-4118-a84b-e17dd1ce9395"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#eae96658-99d5-462d-bd59-621abab31f0c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009383",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2538e9da-fb00-4f6d-aac3-481d78e950fb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2032a3a1-ae46-43f0-8e58-f2f76e0f75c6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#df43376e-5172-4ddb-aca7-4593e3115281"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9383"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ac2574e-8fab-4c9f-b244-bafa01acf8bd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010921",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ba7cd1a0-2e23-41ab-b419-0e52c937dcd4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f60a21b4-9b01-40d5-9be6-508749647cba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10921"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c0e51a6-1199-4939-9d1c-f30e354577c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#645c9799-979e-4bfa-a009-aea611c10186",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c5da524d-b8c4-4234-9350-d31b8f5faa7d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f3b9f2c1-5554-441d-a073-58b8d3c524c9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4243",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 295
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002739"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "20r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "deghenberg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4384",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 447
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006500"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "lippe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38f32dbc-86c6-434f-be0d-452f7959c2f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#831f245f-ae2c-4e01-9e75-1e05575ecb70"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a95bf355-5e5b-48dc-a9b6-c47cf94fac0a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1aa80f12-d07f-444d-a539-f91141923a08"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Naturel",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c51c10d5-da53-4254-a59e-8b577a33edaf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#FessOfLozenges"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#595d7f3e-d416-4d95-8954-6116b42322d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PiedNouri"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4192f35e-a6bd-42bb-a8bb-8c03bc7d3c5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#492e6a22-be9c-4726-8807-5fc9295f2857"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12719",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 172
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009378"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "tuften"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031514_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0cbc998-6545-4a4f-817e-e77f7b2b4ced"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d0b6c15-bd97-433d-8839-3d425e4fad38"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31514_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#baf9c5f2-d65f-4f13-9ede-acafbd0ff893",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008724_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008724_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a966ae15-46ad-47d8-8ebd-efa482947cd0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8724_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016665_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8aad95c7-33e5-4810-9c91-cf5eb5d196e4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16665_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226_C",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226_C_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#420c48e9-8f98-4c99-bed1-95063de286c2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e0b1933-1116-4a2d-9b46-453d81963721"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8226_C"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8ae49d94-e750-4247-bd58-438b07964216",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#00422fcd-2150-4c37-9a1d-950a02833bda"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#572d0c1e-6471-45f6-a8c9-a3890724a466",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossCrosslets"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#dfc61fb4-884b-457a-ab19-208dd54a5212"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#822ee67d-be8c-43d3-be5a-460ac0ac91a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#b13d15e9-8370-42b7-b061-569f931580f6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b185a512-3380-450f-9aae-8cb2318ddf64"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002768",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c9909ce-5405-45cd-b5d4-4f75ba8c00c5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#38f32dbc-86c6-434f-be0d-452f7959c2f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a95bf355-5e5b-48dc-a9b6-c47cf94fac0a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2768"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16bb511f-a925-41c7-b538-870f75caad6a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1e2c79e0-7690-44cd-9634-2dd3a4f0b9fe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69d4088b-6ec6-4b58-a732-682dff757c2c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#DoubleTressureFlory"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#WithLionsClaws",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d7db787-9070-4b17-b159-15d9d6d164a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6adabc51-13b0-44b5-892d-926e5b4ec6dc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1987c3f9-7a39-46ec-944f-c510cd33070a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mullet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1b2dd9e1-3ef6-4e48-b4c7-c17e85b77f27",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Doubleheaded"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5bce4957-2a8a-4795-afa5-6a5844b8d38f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017411",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#45ce5ce3-9473-4b29-9bbc-00ec795bb301"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#38cd0088-8a84-4432-8035-10d0ccb9fc67"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#777793eb-b25f-47a3-8599-1f3ed39af2df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17411"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74132",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 41
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006673"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "nassou"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0b660c1-1f7a-4cc8-98dd-30cfaa42b8cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4b5abadf-673a-4d01-a2cd-27890fa5b47b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4557",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 626
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000022137"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "gherit vâ stirvelt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#606ef9d2-206e-45fe-94d9-1a352f3c1be0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e0665a14-e8a5-4347-86a3-844562692c0c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74142",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 51
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027003"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "limborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4563",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 632
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007293"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "balle ype'"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#18cbe30e-b19a-42c2-bfe6-a1d6bf1fd4e6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ee429b3-8680-4924-8e77-ff986d26e4ec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4515",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 584
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002935"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jâ van den moere"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008452_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#91b5da78-920b-49e3-ba8b-eff090a17630"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c04330d7-fc1d-437a-a026-a4273a1401a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8452_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78c4263c-0b44-42cd-9c1f-575c9678e0f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#cf29d67a-46b4-4f4d-b561-d396cd1cda87"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d25f7268-2aba-4d16-89cf-422a8a17f689"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ea11d37c-8998-4b39-b70d-a72ac7cecb37"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#004e62b4-4e96-4d5c-9aeb-c29a14543560",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc88fc93-0cb2-4f70-b220-96dd35dec6a3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022239",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed Charge1_Num to 2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000022239_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4895437b-2532-4493-bf91-fdf79fab97b1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11038407-1905-47ce-a7b3-a7186e425ce1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e95a257-546d-4a74-90c5-6bb700a7f239"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "22239"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#997336c2-9668-4a06-8685-3e28bfa49ee3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2d1cb96e-12c8-42b2-a72a-bd2e743cc142",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#411ed28d-6c4b-4b04-a536-2e887be414b9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3910dc00-d8db-4ac4-9301-937c45862260",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008134_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5fad7903-c32e-4451-9511-ad776e68086c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#581f116d-5117-4ef1-b71c-036f843aead9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8134_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33c2b498-57ac-491b-84f8-8510b57d901d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009650_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#11671afb-c733-420c-a468-054fe459a745"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5861643a-e701-48a4-9661-975effca61e9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#44975a80-de58-472c-873b-72ac0b6574ec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9650_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Wing",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#053e47a9-e118-46c4-9d25-dd089e0f4bcc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006037_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002787_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f68be4b-37a3-44a3-b152-21be76c2cfc0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2896be6a-9b6d-4e02-8263-94db94582343"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2787_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0b262c37-6968-4335-9d86-21bd9069509a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 18"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40684",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 13
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003089"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "8r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ycy sont les armes du très hault et noble roy d'arragon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1e9ea2c9-86e3-438a-90c4-dd9cc18551bc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f773ecb8-1c75-4024-9d26-c01c5375bc34"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a5829ce8-4e05-43bb-a293-1013d177ed4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ebc08c2-9db2-4826-a8c9-d5a501fe41f7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfMullets"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#160aabd9-99c3-467e-9e24-4b03ed24fd7e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4752f4f9-e028-4783-87a2-5864ff8398f2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ff98c2cf-cabf-4887-b12b-8cd00b855c44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Embowed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9f89b863-9108-4620-affd-44a146c9465a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e191fc4f-3186-4d28-8420-f2cbcfef6faa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7b2a291-6683-420e-b216-81a5e8fd56d0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2b29e89-350e-41bf-8b84-f0b35c723848",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42db8fdf-4b4e-4285-bfb1-76834e77f000",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fretty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004344",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c9980b8-d1c9-4c49-baa4-1ad0994c4bcb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4046bb03-383b-421c-923a-6f77fdc2dea0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4344"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#29efe7bd-9294-4f55-bff4-2ada93298da5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dancetty"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#da0db269-a1ac-4d5a-a6c3-4d90f3af264d",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002940",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#629839eb-3e71-4da8-a8f5-a9439bf0057b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2940"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004060",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#beabd168-b10b-402a-9eca-2873a144131a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#50b6aa9d-4cf4-48fa-8676-d6e0752f35bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#43147193-5dee-41db-bb0f-16e748ff02ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4060"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69b34a8a-7fe5-4b79-b871-7c36ffd6249b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Increscent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#d098a804-eded-4093-b1c4-5e2ba467f0df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e4f4a2b-a307-44ae-a857-84a024e375df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6415539c-5edd-45cd-afed-65eef98f214b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88029",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 9
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016665_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "herzoge johans von brabant .viiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4e6bf9d-02cd-493d-a186-4017a3775ba9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#126f19bd-d1c5-46aa-b365-b5a7a8bcdbcd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022273_B_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d9424923-4bdf-480a-8b84-ba34f180a776"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#acd6b37f-f786-453b-bd99-1c8cf04e6897"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "22273_B_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d55f5f2-f25c-4ca0-853a-5fdce1a63288",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002758",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d535bbe2-0265-4b0d-acaf-12daf3933675"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#87923609-c1d0-436e-8b4d-ca69e819e0e8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2758"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aadae605-2bd9-4158-91f4-c5217e5d1baf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008800_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added fesswise"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008800_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ab4d822-10bf-41d4-854e-84f637c71404"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#342512c0-8faa-4b61-9391-0f87bd873705"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8800_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002410_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#fe605847-ebc9-4c82-a420-588f2abbf55c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#615cad45-0252-4ed9-9bed-362391c05115"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#43471e54-ab5b-4ea5-8c6c-49b3e62abeb1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2410_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#98f1bbe0-39cf-43ee-84d7-9602b6cc8224",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#35d1e3d3-e790-4362-aa7d-c4ea63577b1f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d31a938-59d1-42ce-8845-8972f14d5852"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#84e1cfd6-e393-423c-9f6b-0cb8cb69319c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6db1e2f1-965b-4e19-9457-af872fd00b2d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#790f6351-cf7f-4076-bf91-ef7940596e71"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019341",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c38cca2f-7927-450f-8244-185b26ad43d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#875ef0d0-f832-45c1-98fd-16931338ea6b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19341"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3e60a362-f4f5-4c53-988a-aa86060f6caa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#33b2e537-cf7f-4c7b-a330-a593339c366c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ac6430a7-2aea-4dd5-a6a7-a17f0607fdd5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Estoile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InOmbre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d21deb0-2a6e-410a-b616-7247b413fb9b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b6113838-0b50-452c-bae5-cbccbe204e85",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a6f17bba-a766-44de-bf51-d2c3b5eaa925"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d3fe9bd-d992-4a3c-a8ec-03e8d9919350",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c1794ae-b4af-4792-ae8e-72a59c5db30a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9a9ae262-d313-45af-923f-2eaefada29d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mount"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b8b4e1d4-e7cf-4b02-884a-a9e8349d5a08",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#8eeda9bf-0823-4bf5-82da-3753b4133da7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d0b5c9d2-325c-4c99-a043-e30b76e11abd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#766fbf15-b6e8-4f93-acfc-06a3bf6c9c92",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027524",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tinct of field"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027524_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#12aaed88-af25-4cde-a07e-46a08d21094a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ff0a3b98-42ca-478a-916c-ab177b237cc9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27524"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fcce84e9-dcf4-4f9b-bbd6-19328cbd55e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#82d19eaf-692e-43ca-a08c-da37a064d045"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a72bd510-7939-4d69-b7e9-0be6768d6955"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a07fdf47-5a22-4428-8603-3d901ce92bd1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031557",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed tincture of plain to A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031557_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#84e1cfd6-e393-423c-9f6b-0cb8cb69319c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4602d87d-2e1b-42a6-ae40-8c85499a0d7f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#6679bac8-9dcf-4efb-b8ac-05427d0f505c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31557"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#45ae1689-ae7e-49e0-9e75-ce051846c7ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ddbabd3e-af0e-489a-a92a-3472d18932b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007766",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4484abaa-3a68-408c-8adb-c538aea24ffe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#43739fdb-bf20-4b79-ab53-86ac44ebc391"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7766"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#160c489f-3b4e-4fc9-898c-889bc9c6b857",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#168fa821-3945-4fb1-878c-d057bf03fb12",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Dragon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40691",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 20
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "11v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes de très gault et très puissant roy le roy de dannemark"
+      },
+      {
+        "@value": "cy sont les armes de très gault et très puissant roy le roy de dannemarke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4201",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 250
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002717"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h diederic vâ granzou"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#deeb0e81-29ca-447c-b30d-ed12afbd529a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5c6d6c93-e75d-42f1-afc6-9ae6567781b1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82e2dc5d-85b7-4b12-9b47-fbbfc73e134c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e213d400-517e-4a3f-b1b5-769647344d40"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7294b75e-4088-4936-8cbd-7ffce0c7e436",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#089eee52-1e00-4e55-8ff0-c3b9213df5f3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a626be73-8da9-45ff-8aaf-bac89092930d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40680",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 9
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "6r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ycy sont les armes très noble du très puissant roy de sicille"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d3a6d40-fd32-453f-a964-986d736f9622",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c19f4af5-a4c1-4e1c-92a2-23603d224694",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#62c13b7c-fa58-48ca-9064-8cf3ac071659"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTimbreAttribute"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fcc4af0e-74cb-4099-bea1-41337bf62c4d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db229073-dbdb-4d54-8eef-030cf91d7a83",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#557830b9-f196-463b-a6ed-75248ed27cee"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e509b1bd-21af-4d08-a55c-d9ab42f15077",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Tower"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002473_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#28bc10eb-f7ed-4a5c-b35b-7dc0f74e50f3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#48ef95f6-6dc8-4b05-8c52-a22e1ec8bb28"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#5aa25c71-4fb5-44e3-9f55-49c0ffa707b1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2473_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundel",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ce66a7f0-9363-478b-90fc-8d77dc775286",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f226dbdb-95a3-4e1b-b377-79e322127341",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bird"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#T"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91caaadc-cec2-4dc4-8f82-7f318262d49b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021659_A_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4f65b56d-5757-4df9-be13-f5ee96ab167a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21659_A_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ff39e57f-fbcd-4139-993c-3822605f8e71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f9d26600-c2ff-40c5-b2e8-07c4550e24a4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f1f8ca6-f346-4f8b-b25f-7e8ab1a0a59f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c1c64fc-d13f-4250-8744-b1ab62792691"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4388",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 451
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006297"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006297_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ludichuisen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f83df754-69d5-434d-a90f-6873cf2bd859",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1560240d-c909-4a4d-8034-1ae6ea607c4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#04632f2a-d81f-4a0c-9fc8-f4d1a3b656cf"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f40a5b9f-094c-4fbf-9363-0a36c886f2cf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2378cbfb-9e10-4014-8f0d-353c55145f77"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6ae64a0-c802-41aa-8839-4679420ab696",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c29ecbfb-a380-4bdf-b354-6b6d3ab71443"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003961",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#023d6fdb-9ed2-4ea3-a1a2-3df5f42d015e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3961"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a06249c-d35b-4044-b861-24e09f744414",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#681a0e81-9448-4df3-9e4d-0c7395580414"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Segreant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a356f0c6-79fb-4b50-90d7-977ebe873359",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5d52a31-63c6-4061-9608-188efda0c9c0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002468",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#825f40ec-7659-49b2-9618-93ba6bd91316"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a98f6172-149e-4b37-b1ca-4904e23ce83d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2468"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#99d427df-2933-4599-968c-8c44e89f7e8a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74136",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 45
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027525"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "grenerbac"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6075fc0-7c64-4f3d-8f6f-1423941a219c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mill-Rind"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c64991d1-329e-46f2-b18c-2b2d3cebaac9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12791",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 199
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009676"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "..erne verone"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007287",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3328e5e4-31be-4c46-b399-918b13289df5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#321feb21-d5a3-4055-93d2-b8efbde54d99"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7287"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d330420b-4b59-4c5e-9a0c-99f4db70e7b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4546",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 615
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002443"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002443_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h bouddin die crane"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027381",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b197222e-aa58-48d6-b29c-b46fa29ebb85"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27381"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f7e2aec-047d-4dc4-85ea-475d0c45b1e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031570_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c1c34c50-9b44-4bbb-87cf-24336d287e50"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c1b71fe-5364-42a5-a13b-e6d3879e0c90"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#aa73e60b-e891-4d03-8512-7692768bede5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31570_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e52c9ea-7951-46da-8ea6-ef82b05cf1f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab00afd0-3046-4a05-abad-89bc3131850c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4220",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 269
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002728"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "eyck"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fe3e8200-4195-42ee-aa36-373de2f1c7c5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#311b13b6-90b2-431f-a0c3-138f988af460"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2c1c5380-6f69-4924-a92c-ac4036d3ab54",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e92b4bbc-8f02-4c21-a211-e688ce6095ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4c542803-9015-4a3e-b43a-7209c6b3df47",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008191",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasEscutcheon": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008191_Escu"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4da7419-aaa0-42a6-b95d-2f1ed8fdd0be"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008191_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008191_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008191_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008191_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8191"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003452_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e6c5339d-c637-403d-9782-86038ff30e09"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#06074248-6e96-4eb3-90c6-a90b1a4a9a43"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3452_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007717",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#afaa4ebf-f48c-4c4c-9536-90253cd17ad8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#78c4263c-0b44-42cd-9c1f-575c9678e0f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#d25f7268-2aba-4d16-89cf-422a8a17f689"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7717"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c38cca2f-7927-450f-8244-185b26ad43d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b98da43-1be1-4431-a4e9-bab1e17b318b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a72bd510-7939-4d69-b7e9-0be6768d6955",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#82d19eaf-692e-43ca-a08c-da37a064d045"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5eef6208-b086-402b-a5f1-2f60d6e85bf6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#88373c21-b7fc-48db-b57d-77e84e4ad9b3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88042",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 22
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017737"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017737_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "52r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her walther von klingen   .xviiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f061cd0-d4ce-472d-b14f-6cb0f111f3d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#70aab849-65b7-421f-9450-28204b597fc4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e538d286-bdd7-4ae7-8dfb-375f10268f61",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#068337c3-4b6b-4a56-a6f0-094c830475a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4431",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 495
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006312"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "raemsberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Saltire",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002410_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9147d9a6-3c4b-4426-8795-a39fe3922996"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9918f19c-e142-4f7b-b5b7-d3311ff481ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#175c6a2e-3fc6-425d-ad80-c3314e7c1923"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2410_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4511",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 580
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002447"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "dietre vâ de woestinen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#414ba82c-7957-4e06-b198-0ef989b2c234",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27fba0af-76ac-45f8-beba-98b9100fa1d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0580a7d-ede7-4e08-809d-cb367f1ff98c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002804",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#927cf591-27fa-441b-91fc-8dee0fcff0ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a41fbb70-edfc-4e94-bd03-748154da9bd0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2804"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#092daa63-3406-41d3-bb78-1eab14e4f5d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#85bc7779-05de-44e7-bf98-b0c471fdcd7f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#48d56caf-89d2-4a87-8a6d-b2e82ee128c6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8a21862-975d-4d4f-b8a5-24bc89414a58"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f7df0e9a-cca4-42a6-b086-26e39a071e41",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec3aba54-deb2-4a31-996a-68a043285939"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e284749-e187-4bc2-b0c2-631799664fe3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db8d5dcc-d943-4a28-b338-9c4d1cae1195",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7cc1a0c7-509f-4974-a4d5-d86f96f9a305",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vairy"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74165",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 74
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009716"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "<fenestrange>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e75c1f6-9bb4-4199-a3d9-2c6bbcc24f4d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031545",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "change color of Charge1 to A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031545_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#51b3dba3-c0c4-4810-8c5f-776cd15c6ca8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#321d73ee-326f-4b62-8a41-b1977bc9b891"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31545"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b152d249-031f-4cf3-b915-a20698355fd6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009691",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed crowned"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009691_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#34a3e0a6-bbfd-419f-bad4-8cd3fc452e50"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5888bd32-3ccb-4a83-a085-3951e75ed1eb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9691"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31f1c605-f741-4fe6-a0f5-5c47585e20d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#820edcef-1bf9-4c40-9a44-2a4dd4c9a685"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa94fa67-2794-4517-ae51-3c90d9c5e43c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5880a6c8-c37a-41c8-8f56-0947657d4b51",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Demi-Gironny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e408697-2a5f-478b-ad4b-32666c35a2c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dice",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3328e5e4-31be-4c46-b399-918b13289df5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b37f2f86-41d4-476a-a24f-91b96c4868be",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc88fc93-0cb2-4f70-b220-96dd35dec6a3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002827",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#63c9c3fb-df58-4e36-8d55-76245a839c08"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#51d8c71b-cbef-45b3-b2aa-4fbf0fd8ef0f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#708e9e5d-ef36-4807-900c-e0054ffaf2ea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2827"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ba9ba7b0-77f6-428f-86bb-67f55abed35c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c45853ae-f03c-41e7-a066-32e052e0bb7c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4345",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 403
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008676_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "..  f vâ nuerêberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2ebe84f-b85c-457e-bd57-c788b177ec6b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#cd4ce292-2b45-454a-9049-97972d09a31c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e94cc5f2-61e0-4adf-b415-d3e91a0362d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e4b8bfb-3b46-4267-9d01-f436fec59281",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f74484da-c5d6-4f3a-ade6-82f675484e21",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cff2dfc2-b5e7-4ac6-b8d2-f9f9bae78057"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63af998c-3eab-4ed4-932e-fdd343272970",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#359eae24-76f4-431e-a8df-3aea76010aed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#63626577-d6bf-46db-9265-74039aa2b149"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006300",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006300_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c386b94c-e871-43e6-9c51-4c5fae524c08"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7b700a02-0405-4262-ad95-09b9361e5a04"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#4c23a591-1985-45f2-b045-1b6631c2774b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6300"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7362561f-37cc-4c91-9531-521841b88be1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4194",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 243
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006230"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die voocht vâ merem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88047",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 27
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031503"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "64r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her dietmar von ast     .xxiiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b084b0c4-e49b-47c2-8d6a-d7a8f05c2e83",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Tower"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#372e2259-f452-41ac-80d7-0b9c8f282017",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f8b4c9a-d003-4c8b-bba3-6f71e515b2c3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#between",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88027",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006610"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "margrue heinrich von misen .vii."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Greyhound",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4056",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002906"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002906_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "berry"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008670_Escu",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Inescutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c73da32-5a10-4523-87c4-4448ab636837"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c21b4eb5-eabc-43b5-9f08-6badb32874ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8670_Escu"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4fce4f50-f80c-44a5-b402-1c881bb17570",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#84c2df53-151e-4990-95a3-e68ba4d037ce"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11038407-1905-47ce-a7b3-a7186e425ce1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#08adb3c5-0271-4fd4-b3c8-0785a498c5fe"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cca3753c-8022-4969-8a42-0f7e655509aa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e392e29-28d7-4155-a0e1-434108fdc147"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3c15ebdd-f371-4736-9abb-1e77599d955d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crancelin",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2896be6a-9b6d-4e02-8263-94db94582343",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fa3e52b7-bf96-4105-8d22-4c561f4d1dcd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ca3a4060-0174-4e93-80b1-0ac96ee5b6f8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9fd2faf8-e05c-4216-938f-bd98eae4353e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a4c23b1a-8a8b-4ba1-9f22-5d66ebc863c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b3c87453-655e-4ff4-bc2b-56e473f208ed"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ba867b87-d1d2-40e8-b0bb-f78dd4523175"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4296",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 349
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005965"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005965_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "rodenbach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4f65b56d-5757-4df9-be13-f5ee96ab167a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031570_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031570_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d36980f4-db8d-4640-a29d-a1b4d2a45fbb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#25ecc3b9-8eb1-49f7-9ed7-62deca382501"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31570_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d303518d-f9e7-4e40-be55-d409cc3f9b58",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24299a2b-7790-44c7-9bf5-2c861f2d24e7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BarOfLozenges"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#857ad85d-76e7-4d02-8cf4-f92aebceacda",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88066",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 46
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031515"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031515_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "146r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her hiltbolt vô swanegoi  .xliij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Monk",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#91e3d5a7-0021-4d82-b162-f5a551bc0cca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b5dca9c5-4915-4747-ada5-3486088c9edf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cd1f6088-47bc-4dc9-adda-9da483e0f33a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crancelin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#1ef28f14-758b-48e0-85e5-4e4a3be1746b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11010ce6-e730-42c7-9b7d-d9b1235e3aca",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#24ad1d78-fd5a-4c58-b7a3-fa9dd982aff8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fa2ad633-027d-4fb2-878b-1197e6e1625e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2920e00-da30-4ea7-94f6-809c40229bd5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#77168e28-2565-49dc-8f1f-9fad21e5f1aa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#DogsHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c5ed595b-62ef-472b-bf77-9999cabae9b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d6612c12-e076-4d2c-895c-4366bae5b9a6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e9c2e8b6-7a6c-44a0-956e-b99f1579fc6a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#211bd614-ca61-4b15-b6b4-61d28e5ed3b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4169cf8-c86a-4b5a-8461-08630c218f60"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d7af994-9385-4057-a4b2-7dcc324a667b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#bac7cbad-98fc-4124-bd42-88598225df61"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0fb11414-f95e-4768-a341-24c35d01b8f9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wheel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4064",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 15
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002910"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002910_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "..lenso  alencon"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#944537bb-c975-476e-a3da-a5c8dd4af3dc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5f33fa5-4650-4de1-9753-5c3833402ed1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Fimbriated",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Line"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0a92c501-87e7-4dba-9268-43dec088dd03",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#68b9a554-1c91-4770-a9a1-19493e643532"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d06b1558-d57d-4efa-afb4-ad5830505b5a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000307",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7132f6c6-8094-45c8-9ba3-5c1c12780b4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "307"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6a8ac46d-f0d7-4a82-b784-9d46c021052e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56edaa1f-5098-43d1-8355-5f79194b7f1c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5cd5cd5-0b69-4ace-adde-2d4646ca2054"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ccaf1c3a-7391-4e94-8fc9-6b9cd8a8de72",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01d11a0e-e96d-49c8-b29f-729ead22b2a9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88090",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 70
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031535"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "213r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der winsbeke  .lxiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a377b004-03e9-424b-a004-dce8fe445b29",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#826364e2-aacd-45c7-8ba9-582fe5223e17"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#448466b4-b198-4012-ac75-9e2adff99ced",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9386a8d4-4149-4ed6-881b-35279e3c8b6c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#56dbab79-2406-4aa7-a32e-9999fca6f1b3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e539954-479f-4760-8e22-a5c0df46e660",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db7a08e9-9d05-4257-8c5f-caaf3aef81f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mount"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002730",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002730_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc1c910f-df30-4054-b1a1-6407b5e0cc60"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b86ff26-26fe-469b-af4a-98c101ccc944"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#80527bd6-2624-40c7-8a9a-6fcc5777983e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2730"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#201e936f-7982-4dbe-a4df-0c4501850732",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb9d1f5c-edff-4a70-b904-051fc9a92101",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#294bb993-8f01-4f85-a164-ea8412e36cf5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a85792ef-d11f-43c9-8e56-ce85e3b99c5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c2b33d3-bf25-4163-859a-a525a4cfa223",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chicot"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#ca651280-e900-4638-9f54-c198ae63e00f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#af900d36-4fdc-4b00-a45e-20dcc503dc5b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bend",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#GarlicPlant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4295",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 348
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002937"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr aaem vâ kkem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d607e28-87b3-4fff-bade-05da44698881",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#8547a1f3-68c2-4e41-9782-afe879d9573f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4349",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 407
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006274"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vâ zensheim"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#953c268b-4043-44a5-bd9c-f4a0bc8f0574",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4458",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 524
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002836"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "axkou"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrow",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008724_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007334_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c4d8209-5133-4d76-9bdd-881b4d2eb664"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a48c372-2a50-48c3-8bb1-e67c1bcba5b8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#b2618cf7-1991-4d2f-8b4c-a8bb2519b3ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7334_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008287",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#afd328e4-a974-4385-b19e-dcbfb8933f29"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8287"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5585051b-b0e2-4471-ac2d-f3eea70565b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d80e2fa-3775-48e5-acf5-e303551e6fde"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031506",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4d054d2-56fe-4d98-824b-beb7c1d9c3ba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31506"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b748f096-9c4b-4c9f-8e41-140c0d30721b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12822",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 421
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009682"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009682_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "scarpenstein scarpenstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1daec146-7263-46d0-a7aa-382a6a7b93b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#4528efbf-3ae0-426a-85cb-8afddfd860e2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8c5e6039-8f6a-4604-b370-e8d85cfc5133"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cotised"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24a09d11-21da-4a8e-b79e-0bf963a919ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#346cad2a-c508-4821-a862-c804c02e56d8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#602b1081-9ab6-4fb1-be51-38c54028c47b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Fesswise",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e3995ea5-e860-4196-9d46-59cb04e29096",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#d71524b5-71c4-4752-ba26-e221af8277a6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InFess",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002473",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant, armed, langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002473_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bfb4426c-3f0b-489d-8c0a-0892b12da2f2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae4a4466-a889-446b-8eaa-1745b1cbb9bf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#baaf72a7-bf4f-4b6f-a8fb-4175f3c2fe6b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2473"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4093",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 44
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000773"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000773_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "sansairre  sanssorie"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#557cdc16-a440-4a7a-bdea-10039521c1fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88049",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 29
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031504"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031504_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "69r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her wernher von tufen   .xxvi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002445",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued and rampant to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002445_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3404e5b4-1698-400c-93f1-1154966eaed5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b65f150-1088-4acf-9ab0-8796c074ee80"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c0e1e07-768d-4766-89c3-b496188846d3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2445"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1f6d9a25-0e4a-41a1-996d-241524cebdc5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#241bba3e-30ca-4d81-8e19-b2c72483a6e7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006253_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#198d57d7-fc97-4362-8b23-fec7fb3a887e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#56902bff-3f52-44d6-b5d5-a37c7033297b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6253_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63dfa73b-c64a-4070-aba9-9725b4b7b3ec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Wolf"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#11f2a03a-ec02-4fa6-b34d-d81db271d125"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e2830e2-aa1c-4498-9422-46d19a52ecd7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#P"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1fa97679-77d9-4714-9634-110d7403e3fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a2db38d-3b8a-4b46-8133-0963d990dce7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001113",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6b96e130-4a03-4297-b79d-f1cac4e80b9e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#88bcc17a-41cb-47ee-9733-d23f8c0be7e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f39adf2-6b31-4c07-a86d-cd2134f1c621"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1113"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f8b4c9a-d003-4c8b-bba3-6f71e515b2c3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07d67213-f8d4-4e13-a0c8-70224e54addc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bull"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#c697078b-d60b-4b37-8d4a-25aa7b8bf5d6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c21b4eb5-eabc-43b5-9f08-6badb32874ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cda9f204-0e2f-40ce-8db3-2aead94bf031"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88058",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 38
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016496"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "110r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her burkart von hohenuels  .xxxv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007858_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#27a7d55c-f7f9-4362-b3e2-847bc10556e7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#52153d56-4588-4b8f-bc3f-680231d812cd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7858_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009658_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c3e3b9ed-151e-4bb1-8497-b00acb8d8b44"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a3653eff-e318-480d-9aa8-456556021f8b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9658_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b05783bf-3c29-4b10-b94d-ebe00df3175a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0a09dd8a-06e1-45e6-9e6a-f9a27c5eefd4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e42add9c-430e-459d-9406-8bdd5f1ae024"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88035",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 15
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031498"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "29r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der margraue vô hohenburg  xv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3f01c02a-475a-4af0-9720-760b7a985ab3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#107fb0e7-c2b1-4bac-aadf-5541174b4f95",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0084b066-bc34-426d-b30b-3fc43d386d91",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#34a778b4-a3a3-4dce-b509-70efcfdbf7d3"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4d73df04-dfb8-4643-bbac-b1d7f7d8bebc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9cdb4b35-0219-4f3c-99b1-ecb654843dfa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5d99df57-b9f3-44fe-b7fb-ce207b83c062",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eed76fb0-56e0-4aa0-9a77-108506eb15fd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#49e21873-5100-4d54-bd17-72d15753a7fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4158",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 203
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004403"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000004403_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "nyenborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000011652",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#851a957e-a68e-454f-b669-7a0ce1519bd3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db11a439-80bc-4474-9b34-6b75ad931596"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "11652"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4071",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 22
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008974"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "harcoert  harcourt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7b7823f4-fee7-4b70-8259-0ec90ec2bb30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002810",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d884496-252b-4a6d-ad3b-888c993a7983"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b232e858-880e-474e-bf61-b5588b6629f8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2810"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004649_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b1f83f10-fbea-4b21-bf5b-c7b944b2f30d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1804c2e5-f2f4-4fe0-ac70-89e9ddc043a6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4649_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4b5abadf-673a-4d01-a2cd-27890fa5b47b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ef56c1a-8025-43a5-94de-a941a7b0d79c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#77168e28-2565-49dc-8f1f-9fad21e5f1aa"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#08b39ba5-74b8-4db7-bcbf-549f8a9ca088",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0b71779a-d719-4d69-b608-24ec9a2ee5b1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2f68be4b-37a3-44a3-b152-21be76c2cfc0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#90b39b19-554d-424d-8c06-5b323cd21622"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec59f2b9-be0b-47e5-adae-bfb9a76cbfcc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Palewise"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c2abbabd-a4a8-41ad-a701-72899e1a293d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d061b94a-2bc6-410f-9a54-c2f1a7438de7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#911198f1-4cf5-4002-8c80-3c9ca2c46b87",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63151ac2-f63f-4009-a62e-7a12fa73dd35",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fec9b431-3393-47e6-af76-b8632744d401",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b64dff0-0398-48ea-a43e-0bbd97e4af3b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#c6a67da2-d3d9-4344-8ad6-dccba55c2b46"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006415_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#069b3adc-2ad4-4371-a4e5-6728ab5adf7f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a5b62b2-acd3-42f1-b715-b7ef9d35efbf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#f0a7305e-2f69-49e3-a146-ec4752371848"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6415_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027523",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027523_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b7c843e2-fd1a-4b2a-ad2d-ca2884bcc666"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8e42ecc-4d30-43b5-be35-4feeb3d66974"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27523"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ed34fa1c-5419-4160-8129-1adde2d67b11",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2203bf49-d331-4eb0-9134-e9ced2806505"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027523_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#010d7393-387c-46f9-b378-19cd5eb386ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1ecd98ca-5c8a-43a5-948f-2f4338f04251"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27523_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5b182bda-f24c-471a-a38e-40825f834485",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a23747a5-bd50-45fa-8a49-a53c9a00e3c0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88100",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 80
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031542"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "249v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her chunrat ô altstetten  .lxviiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007285",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#76d9d26e-20b7-4b21-a9e8-0ad5c74476b7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b584636-22fb-4508-9072-b1d8b0c512e9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7285"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027004",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027004_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0c0355d6-3dd0-4674-b4b7-9541a4713398"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#08b39ba5-74b8-4db7-bcbf-549f8a9ca088"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#346cad2a-c508-4821-a862-c804c02e56d8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27004"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007228",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a1520844-10f9-4af8-96c8-5974cd669660"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#93fcd1ba-e58a-45f2-9600-439a9b922557"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#437a59c8-d036-4edd-a715-7a7e004620f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7228"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5a80b1b-86b8-47dd-807c-b9f83d2c4802",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4209",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 258
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002723"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "valkenstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b174d265-00d0-4b50-ab60-f057f883b5ad",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50a576e5-ec5c-45b5-baed-4e1fb70913cd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d299663b-5afc-4880-accc-793665279ee0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d5b529f6-8ea9-4935-af09-b91665f45e7e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#61099f49-16c5-4e66-b145-76daffb5d493"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0a57940d-539e-48b2-aac0-770309337e1a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a3d7b2bf-6a28-4ebd-ac15-d10892a23fd7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#de6b777e-3919-4e7c-9aa8-8c28b374d5b5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Book"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#616115ec-ef57-4aac-831a-b951bb9a7f50"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d5ee6ad7-467e-4a13-9a8c-c193b32216f1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007961",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007961_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e7631393-f24d-403a-a72f-ff0733cde7c8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11f71840-92db-4d31-91f7-c45333809781"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#1805911f-dcfb-4e7b-99f3-dfa29b73bf8d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7961"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ec985282-91b5-4d51-aab0-99156863f190",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#4859526b-0df4-4f08-88a7-6953cb6750a4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d049d95f-c0f4-4e12-9847-a2b8a613efdd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4475",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 544
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016983"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "34r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "mesonde"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevron",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4190",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 235
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006227"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zaerwerden  zaerwerden"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33fdb7b5-4ab9-4973-906c-20a7a7dcc52d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#caacb3a5-aa68-4612-8645-28b821e20d43"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d098a804-eded-4093-b1c4-5e2ba467f0df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ce98c1a2-8b95-4490-9291-b71c7abd14ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc54975a-e3a7-45e8-8544-b45708262c5d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e211a9ab-e98d-40af-b1cf-7e23db026409"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031533",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#501b1636-ba6d-4c4b-88aa-7bd40f3c129d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#127fe41a-9820-4b2d-82fa-cfdf0693bc43"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31533"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008191_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1b86010b-7e67-44d3-ac52-ecad68bf44be"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f4d8294f-8bab-49f5-befc-194847375bc6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8191_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#76ae3eda-b6a3-4a50-8378-006f362a372c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2920e00-da30-4ea7-94f6-809c40229bd5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#24ad1d78-fd5a-4c58-b7a3-fa9dd982aff8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fa2ad633-027d-4fb2-878b-1197e6e1625e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006881_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc16aad7-9fcd-4aa8-961b-62c2f195335a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d3b2bb0-3a56-47da-9ce5-dd60374a6bc0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6881_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e2ae66be-4dd9-4178-9753-e9cd8b5e7677",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2abbabd-a4a8-41ad-a701-72899e1a293d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d061b94a-2bc6-410f-9a54-c2f1a7438de7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a3f2ae49-8c76-4425-badf-b1fd3db651cb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4320",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 374
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002768"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "crayn"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Enflamed",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ca651280-e900-4638-9f54-c198ae63e00f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gem-Ring",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4534",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 603
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006017"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h oost vâ wedergraet"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#DoubleTressureFlory",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c3dadfb8-be99-40ec-83f4-8c6f89dc6f93",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dba73f31-ed96-47c9-822a-724f61d4a503",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Increscent"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#ea3cfd31-1d0c-4b7b-b535-1d54b4c98b4e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008974_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7863851-e8a8-4c9c-8426-8c7e4ed8f35b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#437117bf-67d7-40ff-bac8-37bb57963799"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8974_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f8bdecab-8e23-4a1c-8420-f2b7f5bea204",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ce9d609-1433-452c-9d03-b67417ed1aac"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008299_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7968bf84-4390-4bd0-b28f-a4cb77b6b2ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d1539df-925a-4d6a-a74f-29bfb5b2285c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#66724687-c115-4ab6-96ed-1ce8bea75489",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f5bd4109-3317-4006-bbfe-0f8f301afcd9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cowardly",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63ad9e74-f90d-44e7-bdbc-d47ea0138a35",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#55405f85-3aac-4274-bd11-3de20a5f053c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dcc3e5ef-2d42-4715-8322-6a1ce1c94015"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b727ab8a-4d13-43ae-a224-e20457b1ec28",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#e07e3419-e14c-4c5f-b8e9-680a168e40d7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6ee1066f-97a9-4df6-88ca-e0044a0a7acc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#72042261-b9d6-40ca-834c-f1f8da34a50f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6e218973-9f73-48a9-98ad-5948ff32dceb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cee2e11c-63fd-44e6-8625-8b89236ea8cf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5789ca90-3fcf-4a7b-bdad-3f6da49e1918"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#17641f38-79a3-4b76-a349-f5f91836ac0f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#747981df-4ab4-44ed-9c2d-057fea9c7ff3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 7
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#caea8fe8-09fa-447d-bf9d-409400ae7ffb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#124656f7-142e-400d-96b2-dedcfc054d33"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d33c596c-467c-4bad-ac6e-0e867f77d3d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#90776b47-9fd2-4063-adca-83bc067934c3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bbcae323-5c81-4fe0-a2ee-25b03cc47221",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cca3753c-8022-4969-8a42-0f7e655509aa"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009943_CoAF1_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#58f0ff35-2ce3-44cb-b820-e00866260a86",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69d5802f-0b15-46d4-ace9-331faf007bef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#5cb2096d-e6ff-44b5-87c8-6ff12e18d446"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d38e398a-1c88-4e9f-b822-3eae3b8cb4bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02d163e1-6ba2-4cbe-b9ef-41d673826256",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#81f6482d-cdf7-4977-b1f8-41760f29a91c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027530",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued and modifier tinctures"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027530_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1aba9154-e381-4f75-9f3c-72de1fd9a849"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1425e72f-ed85-4634-a325-107df1a549c2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27530"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009716",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b3533f13-b0bd-4e50-93a3-efa0dd0e04a4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e4b5f33-5736-4c7d-b874-49733c454bf4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9716"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e18973bb-68a6-4319-93a7-14ddf424eedb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006026",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#16b4a30d-e6d6-4309-96e8-c783df59664f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0b0b1ca5-eac2-4d18-8725-69bfbf58f89c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#66bbc5ca-4976-445d-bfe0-544d9c77f099"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6026"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4284",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 336
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007229"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h'dieder vâ wildêberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#368cf947-7ac1-4113-91db-66f8343da99c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#952332f7-a422-4fc8-ac12-6eae186c1893",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#7080d165-7dcc-4252-b85c-7a239d19a413"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28160a68-a37a-4acf-989a-94a1e13ee416",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006641",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f01bf12-898c-455d-992b-6539ba1d117c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3e60a362-f4f5-4c53-988a-aa86060f6caa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6641"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9daad17f-a7a8-4323-9eeb-2ed6f67e6d9b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d409c6b0-a3c5-42e3-a1ff-712a62bf17a9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9748702e-6071-4364-934b-0a2415397ac3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ec1a2b95-f007-4289-a646-95a77be1b8dc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b38c08e6-b011-4529-b5fa-0b357fdbe963",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42d08199-779a-435b-b760-44a998869d53",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eef634ac-581c-4082-9fb4-1bd6634c06f7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#FireBreathing"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab68703c-ae19-4fc3-8694-b04cfb9bc3d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ad13e32-5cdb-4204-a5ac-161f166361e6"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#378aa712-3bd0-46fd-b556-999d8ed0ef60"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#5912866c-9b91-43a8-b314-2aa89cf8245f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f90ad2b4-b01a-4665-b672-ae73f32cff4b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4080",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 31
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "eu  eu"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5161e61b-b409-40b9-ba9f-1baef5df39cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#af965cfc-b266-4711-b3a3-082b95ba0746",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c0b20bff-e811-4324-8976-abb6be1f4d58"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant, armed, langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#411b826f-65c7-4c08-b785-55eca2ea6747"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#27914c1d-c212-493e-8dfd-a9712f4b7e71"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8226_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#968daa65-1de2-47a0-837e-d42a9c0fb9e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d2d46ce-a9a3-4a06-94d1-e06e71dbc30c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4610",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 681
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002471"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "brler"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e19c9c86-4473-47fb-a731-4a1a893157ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cbd31a4a-f2be-4e24-ac76-d16be7aa97ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2187c446-39b1-4a3d-80ca-10c46d2bda99"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007582",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added nimbed / added escutcheon"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007582_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8b93413c-8408-4282-9371-15248d9b7c18"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#35182144-5135-496d-943b-1d2a8c142039"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7582"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40696",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 26
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008517"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "prinsse doergera <prince d'orenge>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006389_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#70b77ef7-de1b-4376-b9a4-eeda1b195b53"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0b546064-7e78-49f3-8c65-478851adcccd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6389_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031530",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e1c6538-1db4-4ccc-a81c-c7b85d1fe84c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#34cbe6b1-1a22-45f0-8ded-5963320e440d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31530"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12789",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 198
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017415"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "landou"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e591d5b3-3e44-482b-a305-34767604e8dd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11b767e6-c9a6-4d8d-841c-0a78d2530a19"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c30b56ce-f5eb-49a2-8bc7-089bb4e94350",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4f991179-edd6-4c15-bc28-a57d81ca8ae5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40703",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 75
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003420"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003420_2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "17r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "s'ensuit la chevallerie du très noble et très vertueux prince le roy des rommains"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031514",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tinctures of bird and cage"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031514_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#03b5726d-73a7-4a08-8dda-ec3b0779d642"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a356f0c6-79fb-4b50-90d7-977ebe873359"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31514"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#10678e82-643c-409e-b39f-2f98a56d1977",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4c35fbfe-594c-408a-bc38-6185a22513f9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ba0c62b7-11e5-4118-afea-86a2c74b298f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e534198a-7fd2-4d7c-b6c3-4800e770e65d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Paly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2aac0edb-8829-41d9-8a21-c711450fce3b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#be7805d2-eda3-4d5f-9f3b-2eaaa35bead4"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cc8af3d3-7495-4961-bc9c-9983b4498c3a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#93591ae3-9c0b-4cec-b771-c96e29eb9a5e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002948",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#45aca6c1-22b6-42de-82e8-99f1122d41fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f576a1c7-9e14-4d02-978d-109c75ded626"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2948"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12810",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 272
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006056"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006056_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "19r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "deuelde"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4bc3e283-2ca6-48a1-90f0-d5869a72b738",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#MaunchFisted"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#66b4f8cb-8690-4032-842d-eb504412bc0f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d4078e33-b770-4637-a370-b919df3ce7e8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad65af49-68d6-414a-88c5-ff9a9a9cd1d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3e4e6afe-31df-4848-9ad5-e2dded368692"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasText",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#30d4342b-df74-4937-b739-b23f4c563360",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19d91f3c-7c16-404f-a50d-df26c05526c7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Annelet",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002450",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#477abaf6-3b72-4544-b432-0d88761392bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c2c29f2-1135-4ee4-ab58-639e438e39d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2450"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000010789_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#95075128-0078-4c96-9faa-b4d321aa187b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789_B_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789_B_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010789_B_C"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "10789_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 3
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d7fbea0-6fd6-4a45-a128-326e5720f335",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#31f5ff93-4d60-4836-96e4-c8362f3096e2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#23ab16a8-5285-469c-bafe-785554b0856a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e84f387c-76e1-4dfb-9fc0-6a5aa2bbbefd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BendOfLozenges"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9eb93053-4001-4ad0-9246-8c774706d276",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#93794092-95ba-4a4a-afff-262467d358ca"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027012_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant and armed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027012_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d0cd9e3-9903-433a-8cc5-e3810295cd21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ae5db5f-9e65-4241-86d1-3178d6cb9da6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27012_B"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#baeea0d6-27be-4851-bc2d-05a0b96f32df",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#edd45fbc-0328-47ef-a430-76d548e9b47a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Helmet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#061e5440-996b-404e-ba24-dac717455a8d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002438",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#faf9e929-4599-4567-a444-292c42de86b9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#29ee51a5-c671-4f35-8439-9153bf617ed8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#888d94a0-d021-475b-aa4f-591fa98187fa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2438"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009818",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d38413e-2bcf-4ad8-9b87-4eb0bbceaf19"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009818_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009818_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009818_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009818_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9818"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#marshalledByType": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerSaltire"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#25950411-b16d-4f73-864d-0f36c343a375",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#66d98069-efa7-4ee1-8504-f0492f559488",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#44724955-6618-4fb8-9323-0350275375ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008668_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b551c9f9-5a91-4a54-ab02-63877f7d199e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8668_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008670_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued and armed to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008670_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#73a9a46a-00fc-4d23-86fb-ead2c4ac7801"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8983deac-51d1-47ef-92ed-d260def3546a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8670_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ab0b913-e418-46b9-9339-ec3593728c2e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#1b2dd9e1-3ef6-4e48-b4c7-c17e85b77f27"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a0b3e055-325f-44c8-9ed5-d44393a68da8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4347",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 405
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002781"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b7cfb1de-9f61-4899-bf22-b99e59d2f4d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerFess"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#63b9451c-e3a6-44ba-a728-64096201d2a3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#64fe8272-4129-48e5-b770-7972d846402c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d89acb6-76de-4b88-92f2-7bc6aebb4751",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4174",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 219
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006222"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vâ lienstein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#698961ca-bf0c-4146-b911-e813cd8ceefd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": "of 10"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chevronny"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ffc1574f-c716-47a1-984a-f5e44ce78b0a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#55405f85-3aac-4274-bd11-3de20a5f053c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dcc3e5ef-2d42-4715-8322-6a1ce1c94015"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f46ec5f7-6bc9-42de-bd4a-810adf8dda07"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002905_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d67566a1-112b-44fb-a015-ea05a99d5aa6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f5549b3-bad4-459c-8b30-bb83417abd7b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2905_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d31f0536-c24c-4bb1-a247-0fc2da33c147",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12815",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 346
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002653"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27c28020-7df4-4c2f-89bb-364ba33e857a",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a44d44b-6d51-424f-90b2-6f831226533d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Garb",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#991f2af5-ea3e-4b9c-aab8-636be450e44c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#f2f2fd49-30c8-42c8-b8e1-f932ec0c8656"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031551",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f554b623-a68c-42a8-9498-3acb5706d535"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0a09dd8a-06e1-45e6-9e6a-f9a27c5eefd4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31551"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008378",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e734c97b-eb2c-46a3-92c4-0812e1415dd4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8378"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6918f47f-2536-41f0-b900-8128f7fc20fb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4d426862-a5f9-467c-8df2-28ffae7cdcaa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#62d43afe-786a-4287-9488-a76612604f4d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bf4f8837-121b-4511-b1f1-54d4dddee6f1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6aa2102b-5e1a-4f83-a5a1-a1c346e87e17",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#13ce1670-bdf7-4f88-bc65-42cf5a58d5fe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Engrailed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9327fafe-9dec-451e-a84c-e43a92b658c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0412b501-2710-4b80-921b-4ef7a1b78646",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Empty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#e25594ab-6ec1-4212-a436-113fedd4a5a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee021dc7-e59b-4905-a130-aa9fba6e244b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4386",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 449
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006926"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006926_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zolims"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7fb40d64-8782-4cda-9184-7b39f7ec86ab",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d33c266-c083-43ce-b5d5-3e99af923d60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c5f2327-4caf-441e-affd-5c49f295ce83"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9f9f49be-dda4-4f56-98bc-adb5037ce060"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#00c38f0d-c058-4fa6-bd01-b4a623da6d6b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Chicot",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88025",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 5
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017411"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "11v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "herzoge heinrich vô pressela .v."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85bc7779-05de-44e7-bf98-b0c471fdcd7f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7cf36f5-c0ee-4c50-88be-9d519c950cbe"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f37c7fd0-e2a7-4eef-8f95-5090735de1ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a9929876-7462-4cc1-baff-124568fd48db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#30c0e2de-8929-44ca-90b1-870719b5cdf7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#WolfsHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007968",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2a29e9d4-794d-44f3-82e5-703a44318b03"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e00a8b7f-3011-47d9-bdf9-740aae1cd197"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7968"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Cerf",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#737e0c56-8dcd-45ee-a3af-5cf5fa030aea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#afbc5f48-314c-452e-a54b-0834e162f84c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bbf3f02d-9cb9-4e6c-9701-1f1a473f1b4c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d9567ac-e66a-4e38-8f21-2dfdfa555b17"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c4c389bf-d9bf-469c-a933-006bc43131c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#33b2e537-cf7f-4c7b-a330-a593339c366c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fa4b76d3-bf0a-425d-bb32-29167ccb5b9a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006037",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed Charge1_Num to 2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006037_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8b93963d-5304-4969-abd8-23efdeea34b4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a22f17d3-c2ae-4150-bf18-c7046ed1d08d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#38594be3-a3e4-4919-9b34-e944cf1e3530"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6037"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c36ca057-5159-4413-a9cd-300fb881b9d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossOfJerusalem"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74159",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 68
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000026264"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "den bege"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc15618e-5501-43ce-ada4-140f67c675f8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#49087a73-5f3f-47b7-a9bc-5eef9785c340",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031540",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5880a6c8-c37a-41c8-8f56-0947657d4b51"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e472d4cd-9ab0-47d9-a1fb-1e2d4c92e1a7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31540"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ea6e03f-fc9f-44d4-a8bb-daea3189766b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74127",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 36
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000194"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "scateboitem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a64b48e3-8355-40b9-bd19-8ace953fee64",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb8174b3-21d4-4529-bf5a-b8e1e6376535",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#35de3e35-60d9-47d0-a849-28dd0a12d7ee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f511a89-7f49-45b9-b4f1-26424073ca0b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88039",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Banner"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 19
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000016384"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "43v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".xvij.  grave werner von honberg"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ce8605db-2014-4e5e-ad81-a0dc632bd47a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031574",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#75d8de02-0903-49a0-a77e-58a7e3741d80"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b1184f42-d825-42d9-b979-b59421434d33"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#28d06c78-5657-4a6f-8193-b78eb9aa8d87"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31574"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f70894e-2473-4d37-96a1-42654f1a3f0d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c18824c2-fbcd-4d9d-83a6-2291adbd0126",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07f7cd31-77e3-4b38-9575-d3afe1c02739",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8def81f4-e9f2-419e-b4f4-add2eb37adaf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b65f62d-91ea-46c9-84d6-2ec50e246063",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#49d2aed1-7af1-42bd-abbd-e94389eb981d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#49749e72-8b2a-4bb7-83dc-3a25603e6a26"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bd59e086-4e22-4836-ae3e-b938e568bc34",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#615e7425-0bf2-4346-8ce8-5457d5d6740b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f9e355b-8969-4b17-97cd-1c81a0f1eadc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002479",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4d57ff0-1c21-44d9-829e-884ec7646418"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2af478d7-cbf6-439a-9b6c-1f32daa6b797"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2479"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#84b83794-20a4-473b-8c2f-8bd1d8a278af",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006032",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4dcc8dc1-54a7-425d-b800-8ade69b7da86"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d526a1bf-4e92-43d1-aee1-050b779102d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#786a2d2f-23f6-4432-9ce4-b491f604f04f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6032"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88081",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 61
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031529"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "188r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her reinmar vô brennenb'g  .lviij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54f2dd3e-9032-4690-b7b6-6299f13288a4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#575819af-102f-45b9-89ff-b944bf928b8d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f9c79873-d1f3-41b3-84a2-840785f74adf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008152_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#478a3340-1b3b-4ebb-a08d-a58c642dd596"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cee2e11c-63fd-44e6-8625-8b89236ea8cf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8152_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6945b0dc-1428-44d4-b93d-516378938023",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8205ad2-62a5-464c-9991-40e0e40895c5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007099",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "field_Tinct1 missing"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007099_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#342e5205-ad3e-4884-9b49-32acdb857e94"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7099"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a213e332-2a1b-4bc1-a151-89143b0f7f63",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4569",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 638
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001609"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "he' vâ haeskerke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ef6d25c-29c9-4833-9b99-e374a1060074",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e921274-6ac5-4492-b93f-d82616b6cf2a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1dd9d802-26d3-4f04-b327-b4735deff736",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ddd4c5c-5563-40bd-8c6a-1d43cfc31b89"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a47f59a-92be-4fd2-ae54-8996f23c4491",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0c72ab8d-7582-45a9-a870-d8e6d7744b31",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d686e315-6b4e-4a31-97f3-69546a46dbd9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dcddb9d2-3da1-4eeb-8dae-3bf7db85b977",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e509b1bd-21af-4d08-a55c-d9ab42f15077"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6200c3aa-7e9c-465f-b34a-8c727aee2442",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c381c69-ab34-4342-9967-e83c7ecd6bde"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000396",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a5bbcafc-9efe-4155-9ec8-7395891a8980"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0bd1ec44-20a6-487d-af5f-d299ed6f0bbe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "396"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5580a0c4-36ee-4477-8c52-40d5abfe161d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#919ae0cb-65ec-4553-9223-dd25ffd4c531"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d39dce09-bfd0-4f6c-a8c8-6ed888a23aa5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f297a308-ed7a-49d5-a053-a306d62d5fa8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b096cde7-2df4-40f5-b385-2245d5f726cc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016389",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4e9ef4f-abf5-4b59-ba5e-f1e9451f4d9f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16389"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74123",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 32
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003959"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "<longwy>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#02c1b76e-69af-45b0-8d0b-2e446138710b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#58d94a47-b4f4-4883-9785-86e1f2c55b71"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6f9fcf48-4aae-4244-848b-b2f87e711df8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e1f36a63-19ef-4651-be7a-3a825f1e5278",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0f3f5e8-a98d-4fbe-879c-0fc09dfce4b4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f3a44a5b-1040-4df8-809f-4faf2ea31ef3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4456",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 522
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002834"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h henriic halbstat"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4261",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 313
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000021819"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der mesenhouser"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a6444d12-077a-4ce5-ad16-78bf41a3fc71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ea5460e-de5d-4b7d-bc59-9cc801a99d73",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#24734f4a-e93f-4b0a-bdb6-4ba4c9f0740d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009682_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d540bdd1-d486-413d-8a07-9d52fc2a622e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#000e76c8-f7db-42d2-8f26-e439ef7911ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9682_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88062",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 42
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031511"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "119v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der burggraue vô rietenburg  .xxxviiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2378cbfb-9e10-4014-8f0d-353c55145f77",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#04632f2a-d81f-4a0c-9fc8-f4d1a3b656cf"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f40a5b9f-094c-4fbf-9363-0a36c886f2cf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1ecd98ca-5c8a-43a5-948f-2f4338f04251",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7aea5b0b-aa77-4013-914e-255808db7841"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#MaunchFisted",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002956",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9505d710-53a8-4fae-9cda-e5a6a591375d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b55e6ce7-b776-4405-9b3f-35fd35aaafa5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2956"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#647b8682-7e6e-4f97-81b4-e9de94c6e070",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88111",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 91
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031550"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031550_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "271r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von buchein   .lxxv."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2bbf5c32-e8dd-42ad-8fcd-27ed3d45eb7f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cf54fec0-23a8-4d3a-811f-78ccc755d6b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a82c453e-5132-4253-80ab-4b585288a669",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d6e00f3-1f6b-44d7-84f0-d325b2c2072c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7bada115-2898-4441-bdd5-eb302463ae0a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#769b6036-d0d9-44c8-aa82-380a02e9e5a2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c7a89970-5e47-4325-99e5-3b461699a1a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#da0db269-a1ac-4d5a-a6c3-4d90f3af264d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e29227b-611e-41b9-ad25-115e58067768",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78bc106a-ec13-4d22-bd73-55e52558fef8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#8026dbc9-c618-4fc7-8c6f-3f1920c1fe3b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#97da1b8d-355f-4dde-88f8-f061bb8cc805"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b666901c-9438-42b4-a581-d0d7c560f8bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Garb"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b2e3aba9-cd19-427f-bd46-05b28e5ec757",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mount"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c82a3093-11b6-4935-b448-2d4da935481c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42417a7f-34af-4447-baaa-da3e75a8bfc3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d89acb6-76de-4b88-92f2-7bc6aebb4751"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8be2cc33-fd97-4af3-8e47-7b2cac214ef1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ad850498-2462-45a8-a9a9-a0afb00bb68d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027003",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant and armed and langued and tinct for modifier"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027003_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#273b3dae-d52f-41c1-a8d5-0a13c8d6a35b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ead4b23d-2762-454a-a917-c4cc13d9f531"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27003"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3d0b6c15-bd97-433d-8839-3d425e4fad38",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3dbd51cd-d844-4948-80df-3bf9fa2bfa0c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027525_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4c149cd-14ad-4d50-832f-f8ed8afc238b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9caea2ee-ea29-4961-95b6-4522c080e4f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27525_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6be40320-ad15-4eae-a52f-47ece1fc1e5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002459_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#317ef0f2-db76-4909-8d19-757d4458c4d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#572b6518-b51e-4cdb-a55e-012572cd0c81"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#0968495c-03e5-4fed-9616-ae19375e76a9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2459_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb64c13b-71a3-4c2e-b095-6fe33cbec7d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#74b51176-750e-4ba3-8b1c-5dc47bfa2fd2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4180",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 225
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002695"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "17r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "gûe vâ kirberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#420c48e9-8f98-4c99-bed1-95063de286c2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26f4010a-adb4-46dd-b454-bc9c548e4a91",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c1e53b3e-4ddc-48e3-9731-9803367fee9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031500",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d50d9a17-0024-45e5-83e7-fc66288bca4e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#060e2219-d954-479a-bf60-fbac667192cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31500"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5fad7903-c32e-4451-9511-ad776e68086c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a05aecd2-ecb5-446e-b359-fccfa377d513",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#659467d0-2ff4-4b1a-95ac-aa72914396ab"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d3a9d259-981c-4d27-89f0-67297583cab0",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4588",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 658
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007209"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "38r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "weesmael"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e9c2e8b6-7a6c-44a0-956e-b99f1579fc6a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e00a8b7f-3011-47d9-bdf9-740aae1cd197",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f635dc24-f234-4901-acf4-1b3121f60f35"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4249",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 301
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008266"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "21r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "aenhalt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69ed4206-441e-4e75-8d98-ce7ffe30e35c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e211a9ab-e98d-40af-b1cf-7e23db026409",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cc54975a-e3a7-45e8-8544-b45708262c5d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6bae9bcb-17c0-4eb5-906f-b34592c6ffc3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8ac619e6-0f17-4783-a150-06c0187ba48f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#0fb9d592-9630-49ee-9ee9-55596499dc56"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PairOfPincers",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8555fff0-bba7-4743-b663-b2f27a7ce12f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Flanchi"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#492e6a22-be9c-4726-8807-5fc9295f2857",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c69abb59-fe32-4cea-8025-e03b09a3a8d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4b8d3e70-2d5a-40ae-bc52-7823c949e59c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#IbexHorn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b1ed0b9-b30f-42e9-8a44-d432a66c52d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00c38f0d-c058-4fa6-bd01-b4a623da6d6b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c5f2327-4caf-441e-affd-5c49f295ce83"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9f9f49be-dda4-4f56-98bc-adb5037ce060"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b4d054d2-56fe-4d98-824b-beb7c1d9c3ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerChevron"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0113457f-1f92-4856-b11d-bb1092f45fdf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d0d40b9a-a4c7-4812-ac49-5e27c2dcf98e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a30c9ba8-1680-4a5d-bc97-7da22ce312a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#90a6a79e-0c9d-45da-99ac-3bd9d07c56f6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a542ef52-0205-4a69-ae96-92246c3f66a4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a81d7007-d919-416f-9ee3-8d5897d8c34b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_Escu_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40690",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 19
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003568"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "11r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes du très excellent roy de gallice"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#80028e4b-82a5-411e-b6a0-f75a769b1cc8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e92b4bbc-8f02-4c21-a211-e688ce6095ff",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#NavarreChain",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#586024fb-8dc8-44c5-8dce-438fd03de97b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8831d389-4d4b-4896-a98d-b431b91c9df9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19328a2b-2676-4149-a384-9e399bec3ad2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#939418d3-c491-47ca-9e12-90c7b7822f27"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e1ae2326-34de-4a9e-98e6-e85a29685c25",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e54118fe-e5a4-4400-a96d-434872a61904"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88072",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 52
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031521"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "164v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".xlviiij.   her lutolt von seuen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ModeOfCoatOfArmsRepresentation",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5c836f2e-6247-4ab2-af56-39e5b0d322ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87923609-c1d0-436e-8b4d-ca69e819e0e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#127d4c28-96d8-4bab-99ef-10896f693c36"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d822b60-1377-472c-8030-66d699be8057",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#da539d8d-820a-4fed-aeb9-e6091cc4b013"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e030ef44-d712-4a1a-af5d-149d5bb5c429",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008287_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008287_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#555e5f4c-412a-4f9b-814c-fbe89a887cee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ca94abc-4f7d-4aec-ade8-672500c7154d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8287_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1ef29dca-768a-4259-84d3-4ae7b80806de",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002800_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#29a0983b-776e-4945-9097-646b9199ddd7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#27fba0af-76ac-45f8-beba-98b9100fa1d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b0dda3c-c9a6-4896-bda8-e5155ac34572"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2800_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003959",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a64b48e3-8355-40b9-bd19-8ace953fee64"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f7990bb-9bfc-4175-95b3-ece69e842a3c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3959"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#52f5c95c-af83-49a7-8bce-3cba5f035355",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0c0355d6-3dd0-4674-b4b7-9541a4713398",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008668_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "Added tincture for crowned"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008668_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a9c82e51-caf2-4d58-8214-b1687475afc2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3827d5ef-6e83-4a75-b0d8-cb247aba146f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8668_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006003_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#42a67183-583e-41f8-9d8d-0b5e252074b6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6003_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c29f75f1-4d89-440a-a318-88e9fc7e0f47",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88045",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 25
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017789"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "61v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her heinrich vô frowenb'g   .xxij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2e2d0b9-eb5c-40a9-87ef-e099c8db52a2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d604f11a-7a2b-4797-b2d3-d48e2cc27af8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#98b2276a-fd96-4732-88db-530016d95db6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#088ddb3d-7274-4558-a178-d01c89b91e4c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#068337c3-4b6b-4a56-a6f0-094c830475a5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Slipped"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002446",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5b87ba78-7ebe-42c7-afd1-59ebfc9d5601"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c890042d-7ae5-4bbe-9441-c891dd7f2924"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2446"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007804",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c666375a-3409-4cd3-b324-01cae7920b16"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1cdfb90d-238d-4337-af8c-510c471fbea9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7804"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#40d04752-2828-43e5-9c73-2b6b420bdaa3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Antler"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#32008379-a05b-4874-a8e5-b1b23f7ed321"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b6e3956a-ab2c-406c-9116-261475a5e73a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2af2609a-5c53-4e60-9e7c-64fe9885bfbf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#de9ca45e-f1db-459a-bd8f-edce844f6b83",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4b728a39-96bf-4222-82cb-335d82873e18",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Grady"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#1359515b-97b8-4e87-84a5-48c68938cb5a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007570",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued to Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007570_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ebfdd817-3fcb-4f06-906b-8ca7e465648e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c9bdd929-e4c6-4184-ba66-ed69864acb0d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a037776-698b-460a-acf4-8bae1cfbc4d2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7570"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c46f7867-48d5-4896-9556-58adaec6a185",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ba8ac3f-8bc8-47ad-aef5-3601ffb0539c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ffe95887-cb6d-4b40-87d9-ff8a5e3293e9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031542",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6d461c5-a041-405a-b1b7-ae4bc48944fe"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5eef6208-b086-402b-a5f1-2f60d6e85bf6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31542"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a1a34f79-d0bb-4a8f-9dde-f9867e2081e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#08b6a2ec-2da7-46fb-a6ad-a0cdf079a39a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0921c673-9ed3-48c2-8632-36b3fa490db2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f05fccf1-cad3-4d83-9f30-d3329ccbd96c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#211bd614-ca61-4b15-b6b4-61d28e5ed3b7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2541eb90-0164-4dc2-bc5b-d048901bc4b3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6c5a635b-bfb2-4d80-a96b-b02b7f42f947"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3521b9bd-eca1-437a-9baf-e006c8a0aa83",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#69b34a8a-7fe5-4b79-b871-7c36ffd6249b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#083c4138-0fa2-4e6a-b251-1dee6bb91109",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#af00c314-93c1-4f8f-899b-c36dd7a5b825",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#21d0db3f-7f30-48d3-bd14-800e3df06577",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6ad4e528-63d0-4ae5-92cc-5f9fd11346fc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ece18a23-b0b6-4a53-baf1-3dc8f7e38775",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Plain"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4081",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 32
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002940"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "geneue  genevre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eeede6a8-b85a-4a48-8165-476a0b669cec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f39adf2-6b31-4c07-a86d-cd2134f1c621"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cb64c13b-71a3-4c2e-b095-6fe33cbec7d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0e9b34ef-2ac2-4cfb-aace-c37782dc648e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Talon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031522",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a85bc3bf-8452-4660-b007-56816d257f96"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2118d6eb-9175-4886-8d8f-a48653892317"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31522"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#861a98f6-e0bf-4d65-aa8d-98f7f7255f14",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cowardly"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4508",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 577
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001227"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001227_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "scoors"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#17145d10-06d3-4f33-9738-4a3ed0f19fb6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#9d63c7b7-4f42-492f-8c96-be8385c86a0d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#74a66639-592b-459b-87ae-bcbecd4d112b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Embowed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#70412b0e-9775-41bb-b252-db1382daf3f6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#DoubleTressureFlory-Counterflory",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#83bde37f-0c76-4aeb-954d-5c48e1083720",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8b04b55-bbc2-48ea-a70b-fa0a63cede98"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f0ad16eb-d0f3-4294-a24a-c714771da3a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#MaunchFisted"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#00853f1c-8590-4341-80ce-536a7109c947"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fd391c6e-71e3-4143-9f17-e1313a0cac71"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1896314e-007c-4602-8d46-1a881a53510b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4c35fbfe-594c-408a-bc38-6185a22513f9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#5360aa6a-56da-4298-9b78-5a2064dbb96a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c8d779d6-031f-4d7d-b53f-74cc6b5eaad0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Bendy",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021425_A_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e7d7213e-223c-4b0b-9684-52c062a6aed2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#efd3c710-a366-42d6-8a56-31b0203c0631"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21425_A_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26d90912-ee3c-46a8-91e7-84f9ee21dc67",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#74e4a621-5a17-44aa-a6db-b0e895150d8c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#LeopardsHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#dcd1309e-7899-40be-addb-f37fab8f2bd4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a32c04df-cefd-4132-b6f8-c54038ac740b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pily-Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e90fd0fe-2016-4a81-bc91-4a05948d019e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PiedNouri"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8d9357b8-34ec-4b74-b259-f6491bb747e4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4060",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 10
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006389"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006389_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "noermandien  normendie"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e6d70637-84fb-47ff-9c1c-d86b9f4e32a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4ca661c9-109b-4d93-91ed-c66005de4934"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009683",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e2169637-724a-459c-8904-ae0c072f75f7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d604aa3-f2c0-4f8a-8aba-c2655e5c2d59"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9683"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031525",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f19b22d9-fc3a-4ca5-811c-9c7144c33d67"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fcce84e9-dcf4-4f9b-bbd6-19328cbd55e1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#a72bd510-7939-4d69-b7e9-0be6768d6955"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31525"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40677",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027097"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "4v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ycy sont les armes de très excellent et très noble empereur de constantinople"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dad060ab-30d5-41dc-adab-c3b479379ba3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#be28b890-8b53-454d-9024-4bf514db69e8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69c23cc0-e2b8-4cdf-8489-f69e8273ad51",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eeab05de-f056-4e39-81c6-fcddb9e55dfe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#1f5bc1c7-e7ea-4dfc-a055-66a9b22ba257"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#4cb221b9-32ee-43dd-878d-22054bf0b0ca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#bdd0de80-286f-4a30-bf35-3c18ec4fa199"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d888a42a-12f6-48ef-98f3-f82d48090604",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19c3a45d-dddb-4ba4-bea8-7b2993240eef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d763e20b-18fb-4497-8d0d-1e13eeed9d05",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cb1a279b-0091-43b3-bc2c-4ec3aad2f816"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5aae1cc2-53a1-49b7-bb7d-7d484c7b42ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#28118ff3-2c22-4148-bc8f-c8ae3aba6901"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0d92112d-32a4-4bd7-8970-bcc4116198ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000021388",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8dc53641-bd85-418c-a75c-19f3954ccdbd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#83abc7de-e42d-48bb-9ee4-db94f8e55609"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#67f95bc3-b46f-460b-9b56-5f4acb2a17a3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d1d6e59-98a3-4727-beb4-6416797d7a5c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "21388"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87de006b-14c2-4a90-8566-1516429cc285",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossBotonny"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#966c6bbe-3b02-4072-8c7d-3e1abb395da1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#459f803a-3f07-43cc-9fb5-ef9ac3121933"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#84cb09dc-0235-40d7-8aff-91c8130e491f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c640bdc2-08b4-49f7-bbb6-695d7e10fbe2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ca0fa061-15a7-4b42-972d-c75881caf85b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28d06c78-5657-4a6f-8193-b78eb9aa8d87",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0bb5d7a3-77b8-42fe-8cbe-322e37659f57"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge2": [
+      {
+        "@id": "http://digitalheraldry.org/data#755c0d06-facb-4468-9d70-cd26596a9236"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9c5b57f7-2da4-487d-ab8b-19e3563bb289",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002807",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#23115330-d933-4eb4-b609-b3f0b6680199"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4e6e517-2cbc-4285-8498-b4c438d364c8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2807"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027529",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e5dd091-4d5b-409f-8bd7-88799aedd592"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#56279599-2304-4732-acb9-8691a39af3af"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27529"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d5d49c6e-4904-4a61-aa01-4628d6b6b5f7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d5ee4c2-64fa-470f-8f7a-748412136ca0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1aaeca88-2bd6-473e-bd9e-f192fdf08ca4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Helmet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#decoratedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#292b2998-4c44-4693-a6f8-72ae777f0f26"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d9f80d5e-6086-4fbe-9cad-dc69be6a4afd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007824",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9fd0c746-2d97-4fd9-ae2f-dd182d98a194"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3a6a18ab-fdb2-47e6-b3c8-15d78c089bf2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7824"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7ff6eafd-dfb2-47cd-88fe-c688a2ab1e88",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Leave"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#0dc73096-4ebe-4456-b7e9-37c25d479a5c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002714_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#77767af2-be8b-4601-a937-c823a56a8401"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2541eb90-0164-4dc2-bc5b-d048901bc4b3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2714_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c1c64fc-d13f-4250-8744-b1ab62792691",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mirror"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002779",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002779_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#01d11a0e-e96d-49c8-b29f-729ead22b2a9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d3f21e5f-e238-4113-b6e9-35406e6448e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2779"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e60fe34-7715-468b-9e25-85d2ed6aa48a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bear"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#4d4136b2-28ed-48d5-9719-67e86372c7ff"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009649",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e1d71faf-c510-4328-8f52-0d47b8873049"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009649_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009649_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009649_C"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009649_D"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9649"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4525",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 594
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005997"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cappelle"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Demi-Gironny",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003357",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "all tinctures missing"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003357_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#62ec65f4-0361-4c54-9530-8321e4714918"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#93c65af2-fb4e-499a-9288-d93de7eaaf84"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#46909ff1-2e77-47a0-81b4-a18aff41c8c4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3357"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031564",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5c544611-e36a-41a0-a3ef-d4555b500b58"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4d8b990-3600-41a8-8b8a-75093c7ae493"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31564"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003139",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#21d9dc09-5620-47e0-ba73-a939f5868bad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac13ed75-b5ac-49a6-bba1-de9ba70d00d0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#b794af1c-2512-4282-ab82-2a7acee02e8b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3139"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5036b577-09d7-4e22-a886-84387a1e1e31",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#88ea8127-940a-4841-b288-50b9d93b6127"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0aef9314-2bfb-416a-a097-49b987ca7276",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f56f78fa-563f-4018-8ad0-6b694d93bdcf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lozenge"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#31012999-a6cd-4587-9859-94abe775d2fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4921d759-cf99-48b4-8e4f-8ea85a582a3e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#45ae1689-ae7e-49e0-9e75-ce051846c7ec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasField",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a72e267-1b79-47a4-a189-a11b27174ac9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008268_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db590100-fed8-40f8-9539-c79ae40285af",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Palewise"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4547",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 616
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002440"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002440_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h gheriit vâ haelwiin"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12798",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 11
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007822"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "bloys"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031527",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e19c9c86-4473-47fb-a731-4a1a893157ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ea7b646-8335-4f0e-ba38-e46079e96146"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31527"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3e2475e9-8e62-4b3c-a6b7-22ea533f756d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Aigle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#bda89bcd-cfde-43c5-846e-16d3bdb27880"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5dd74518-0a0c-484d-96a7-c61ff617bb3c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Gem-Ring"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4192",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 237
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006228"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006228_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "18r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "rynach"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000028271",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed tincture of Charge2 to A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000028271_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3ac2574e-8fab-4c9f-b244-bafa01acf8bd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a71948f9-349b-4594-a60a-586b5c78e7cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#753de681-7263-4f62-8392-890947c04d54"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "28271"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc16aad7-9fcd-4aa8-961b-62c2f195335a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d545d559-75b0-4e83-8f8f-149d0e89f742",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12786",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 197
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006641"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "monferrat"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-LisOnPartition",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e813b14c-63e5-471a-99c4-3c7561568baa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#553b5046-49e9-4e34-a28e-68cc9e287638"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8831d389-4d4b-4896-a98d-b431b91c9df9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b550c8b2-3884-4d5c-9c77-d0ad57e75c0f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Tower"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031552",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#ba3306ee-e30a-4a4e-b291-2c8d0cd9b810"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#31f1c605-f741-4fe6-a0f5-5c47585e20d1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#6fddc2c7-4655-4731-be2f-557f2b8008b0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#451c199f-6a41-4c87-90d7-6ab91bdab5db"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31552"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1eeb61d5-d556-4948-a196-7a96824f6fd9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006325",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#21ad6cec-2ed1-4572-9338-2e138f1f3358"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#704fabc8-c2ed-4ecd-8db1-488822c1bfea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6325"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009654",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5fc6985b-bdc6-4877-ba50-55ba1f0f1f78"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9654"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#11f2a03a-ec02-4fa6-b34d-d81db271d125",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cc2c6440-e254-45e8-b931-99e619ef79a8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#isstSn": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c617856-bfd6-4709-89e4-c973d1cc336f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ddb644c2-d5ca-4683-8225-24b993d0750b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1f5bc1c7-e7ea-4dfc-a055-66a9b22ba257",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4cb221b9-32ee-43dd-878d-22054bf0b0ca"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d293fe94-6013-49e7-abbb-fbdb6e0cc20e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#04b6b945-5e1a-4176-9a31-e3584d3426cd"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b3c32a10-c675-4857-a55c-a9d0091d3194"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#45d7ab82-8d01-47a9-b0e0-2f2fba9a8108"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quarterly",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006605",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f89d40e8-0421-42b0-b026-063120a88913"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#deeb0e81-29ca-447c-b30d-ed12afbd529a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6605"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d4aa927b-1cc1-4d53-9ca9-6ea7eecb1e33",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Annulet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4c23a591-1985-45f2-b045-1b6631c2774b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d71fe99-01bb-41e9-82eb-6097bc842a45"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#98822e4a-124f-4ec3-921e-41351720c96e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f6342e1a-9f02-480e-9faf-89dd8d5e56ce"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f85d2ed1-2430-485d-a0b2-6c89964b3ff5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#467bbaa0-5129-4312-9daa-0ceb3f72e8c3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d9589445-8d46-4802-bdde-b166d538571b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c6bf881-e332-4fe2-b156-d5597cf90e13",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#fc340c79-92de-4e0b-be3e-d40cdfae1318"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003420_2_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28fd5234-8334-4d68-b3f9-5712c6db8b06",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#755c0d06-facb-4468-9d70-cd26596a9236",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Hammer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDirection": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sinister"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb4a37f8-2eec-428c-90c4-14d6a29ea315",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#1e58a2cb-cfce-4096-b9dd-b8ac89f4bc9a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#b436ab24-ad35-4b9f-8650-1df4594cc628"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002814_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#78845583-2516-48b0-b96a-e088f398d29e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6ce9b69e-694d-45e9-a04d-c645a0cd3e02"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#ae6f1fe8-6aef-438a-9f44-3131deac8adf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2814_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001458",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added langued, rampant and armed to Charge1 / fixed tincture of field"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000001458_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2e558d13-20f9-4764-8c68-67c693788b16"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#36623144-04be-4330-9518-6c05301b3558"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#4eb3d13a-7af2-45a1-abec-a5835dba9a57"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1458"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ad850498-2462-45a8-a9a9-a0afb00bb68d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escallop"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d89acb6-76de-4b88-92f2-7bc6aebb4751"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8be2cc33-fd97-4af3-8e47-7b2cac214ef1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4fd5d7cc-30d5-4222-978c-31d3e82a77fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#321feb21-d5a3-4055-93d2-b8efbde54d99",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#71768a59-d692-48a8-b8ce-a87ea2bedb43"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005412",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d604f11a-7a2b-4797-b2d3-d48e2cc27af8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ad7f0a77-ccd3-4020-a546-31c7af70519d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5412"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#22207ef5-7a82-44ae-b5b1-0fddc9b57d38",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#521e0df8-b8f9-405b-8ec5-fd28f51866b7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0321b47-ba65-4ca5-a121-099eeaed5779",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc1c910f-df30-4054-b1a1-6407b5e0cc60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1e03345a-4fed-43f8-bfff-2dca77d885e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e3d701f-d5ef-4a21-9eab-a69bd73bd6e5"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d6c75375-4fab-47e7-aaf0-6cd43228af16"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e912475-3221-447b-ba07-623e88eba670"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#43f72892-c0ab-49d9-866c-364e2e282966",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-LisOnPartition"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d7197dda-801d-4ee8-bda7-ea17473bdd94",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e07b6d6-35f5-4694-84df-bb225b4f3562"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#1ac5929b-2b21-4cec-954a-0ecdc585ef23"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017508_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f4354f2-c08f-4a08-b04f-611ee779f011"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#711232ce-3a33-440a-9243-faad7c29b4f3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#edac58ff-6193-431f-a61c-d68a94f213f3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17508_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003420",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7281c53f-a6b7-4f96-ad25-e7c4978710f1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3aa30458-84e8-4742-b723-168ddd10c647"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3420"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3edd4ac3-5182-492a-b92f-4d2cd3851d12",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027639",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#baeea0d6-27be-4851-bc2d-05a0b96f32df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27639"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#80402832-4010-4292-9f77-991bc149aa9f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c38cbc56-f59d-43c8-ac01-413c9be9d2e8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c463de84-4469-45a0-ad69-c326aafd46b2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11e86ba2-de63-417a-8ccf-1130ad42c3ca"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Slipped",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006240",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d9589445-8d46-4802-bdde-b166d538571b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#42af8bf2-ee2d-49de-87ec-7739650e469c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6240"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e1922758-d7b1-494d-b8d0-df0c2bf74c7d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#050a2c20-ed49-4ce0-b85b-692caaca02e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ffad58da-1e6b-48a9-bd62-5b68c0cb5708"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6bcd393-3f07-46cc-a567-f571a7041ee8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8def81f4-e9f2-419e-b4f4-add2eb37adaf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#658a7a47-329b-4f16-9737-47b18275ffde",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d6e00f3-1f6b-44d7-84f0-d325b2c2072c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a82c453e-5132-4253-80ab-4b585288a669"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a374ebaf-274e-42a3-b432-ec8b3f75e28b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture4",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74124",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 33
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011296"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "<neuchatel>"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1619be77-a900-4906-beba-30936b25475e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5e0d54ee-5e2e-4c79-ac96-bc2b2adb1c6e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4507",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 576
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002446"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "36r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "dixmude"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2e20232d-2659-43bf-8420-d7a8af0fda5e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2eac7ee-376c-47bd-bc6b-3d9b886e3c24"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88149",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 129
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031576"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "399r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "meister heinrich wrouwenlob   .cviij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4165",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 210
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006221"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "spanem"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000001609",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7876e6d6-16c9-4d44-bdfd-889e21b85d2e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb111695-7346-401f-bc44-c2920192f11e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1609"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a86afe8d-abbc-4cf2-862d-4b16014ec923",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#da46b44e-5cb2-40cc-8c36-d4b94544726f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d061b94a-2bc6-410f-9a54-c2f1a7438de7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Martlet"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#50ddf4c8-313f-44f0-b23b-3792f0c795e4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31f5ff93-4d60-4836-96e4-c8362f3096e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InOmbre"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4602d87d-2e1b-42a6-ae40-8c85499a0d7f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5786d9f-c2ea-4e94-be56-53fa2ef7ab76"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#36953cb2-c08d-4e09-aab3-17620d196b49"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#6679bac8-9dcf-4efb-b8ac-05427d0f505c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#69b84c8e-4c97-496d-b849-aab6e139efb8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4564",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 633
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002520"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "brudgam"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000773",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "removed potenty / added second tincture to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000773_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e7b9c8fb-5d1e-4c65-a95b-f0c3358f26e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4dd50366-1ac0-4cc1-87b7-f545485511df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "773"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3ff217c2-c8f0-466e-a7cf-5c4dc509163e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002904_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9f8a0e63-680d-420b-9039-aa83f4de0588"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2904_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#184cf8c5-d692-4c16-9a54-b74f10615c98",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88156",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 136
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031579"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "422r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "der litschauer   .cxiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002452",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1bb47109-1e3d-4d83-9660-1ca884ee780a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a8fabb82-8039-48fa-8186-061b69d77e77"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2452"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01c49ce3-74e3-4370-a503-29510e5a3c6f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12831",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 508
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009683"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "33r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0b71779a-d719-4d69-b608-24ec9a2ee5b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3868706b-7357-42f8-9e42-53828f339caa"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#ffee64f7-2868-4deb-9cbb-a2b218570120"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4881ab74-5d68-4a67-ae48-d136661f8aea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a3696f35-4651-4fcc-8c42-f08b517aa928",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#afff47cc-163d-4056-9412-afa845eaee21",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#926841b8-96b3-4393-b39a-969a74628eaa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5b00b408-8bfc-47ff-b681-eaed1a320ece"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3baa1ad8-70b8-4c93-b156-d91ef5a910b5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#56912108-3715-4d4f-b8af-b1d12906c08d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009692",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#96c1537b-1d19-4e23-adc2-492eb34116b0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9692"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Paly-Bendy",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2b72a125-dfe7-4620-ba7b-b2e9fbefe49b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#7f753ae6-6cce-408a-bb98-ea4f74ad5b56"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Naissant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Escallop",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#92ea7cea-661e-47ea-aa18-800320bfaba9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#271df5cc-dc55-4e50-afca-ae9ae506efc7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#20bfe8cf-f49d-4090-8a83-7733bb8b7efe",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9324d958-3357-4dbe-9d77-a495876d70a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#09a66136-10bb-4bdc-8bcd-0d3827e2c926"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6c5f27ae-3f59-400d-819a-d6f5eed0b02b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#DoubleTressure"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#fc6ff887-c940-4e7a-a50f-0a2793405da5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71876771-93db-4cd2-a055-ae9132058ebc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1fd5708a-89c2-4148-8c42-91bf90733735"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4fb3adbb-23ea-4882-8237-cbf313631fa0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#952332f7-a422-4fc8-ac12-6eae186c1893"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e4c26d8-ba0a-407b-b63d-522e22ef9045",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Antler"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#525bf4d8-be1c-4b1e-a509-bf776354bde9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006029",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#54ccba57-5d9d-4372-b41a-32d5a598744d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2fe179d-d184-4b95-ba42-2b742ff1de6a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6029"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8e95a257-546d-4a74-90c5-6bb700a7f239",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#28d94fc7-4720-46b8-ad8d-469e171f89e0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Buckle",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a533aa15-7b0f-4981-8f76-075661e29b27",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f58c6e09-5a14-45dd-b92b-87416866a7db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#64ade7de-b2f7-49ed-a3d6-8b14f8d71b37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006129",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a38b7348-146c-4c14-a12f-d99eabcb4be7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e416fd50-60f9-4c4e-ad7a-097672ab2941"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6129"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6a7b8a69-e5c9-4765-ac53-41988b5cf528",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006309",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#0d373ab9-5fbb-4512-af66-edb2c9593e2d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c3e033c-be67-49eb-886b-0fa932e6aa61"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6309"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ab4d822-10bf-41d4-854e-84f637c71404",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#553b5046-49e9-4e34-a28e-68cc9e287638",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a964d6c8-53ae-4ade-9bf2-dcb32d5b6403",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f01a8a46-b967-45fd-baf0-1717532ab2ef"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4362",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 420
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006266"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006266_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "zwartsborch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d7c3c22-780d-4ef2-8763-9d8803788947",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#9710d760-c916-4bbf-b574-895fd1223081"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5bd4109-3317-4006-bbfe-0f8f301afcd9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6bc4fb7b-1683-4252-a9b1-68dac08c4457"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#36953cb2-c08d-4e09-aab3-17620d196b49",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Mount"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000004343",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#232f68d5-4b6a-4c3b-9691-19d6e5a60314"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2cd8d602-74b0-4cf0-a013-054998124c03"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "4343"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3cec71b3-8197-4d0a-b15e-4f1941dfdb0b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#37fac5fb-f55d-4540-87a7-8f12f534bb51",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#182cdff9-393a-4ca4-a641-6cb4c96baafa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#890cba66-0eab-4838-ae50-4f12dd74d8d8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Flory-Counterflory"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#138997c0-81c7-4795-8244-d7e6d0105699",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fish"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#4e8dad30-b0b6-4b16-b04a-acef3b224f02"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3228f32a-e68b-40f9-a333-faf25df8ca6c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#51fa1506-182a-4089-9432-98ebd585baf2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88026",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000011652"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "13r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "margrave otte vô brandêbg mit dem pfile .vi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#127d4c28-96d8-4bab-99ef-10896f693c36",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#DonkeysHead"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#03769423-c4d6-47a3-b2a2-73afe6eb10fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a2559bf-fb59-41cd-8ceb-640a57de96b7"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d4ab7bee-7000-4dbf-9185-0f7763e42be8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#249b9b93-95de-4735-aba0-d61f676e32e9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a90bb360-e245-4b47-b9af-39a2d67e1418",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#between": [
+      {
+        "@id": "http://digitalheraldry.org/data#94ce633c-eb91-4193-85f8-4a4d47556a8d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bd2b7daf-92ab-4f49-9b59-55bc5a56860a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8671ee21-9ec1-4228-b235-e8a752fbe1ca"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000027380",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c15b7646-4f5b-4d73-9b42-648c7c6bf5e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d78194a6-0ed2-4a07-adc0-7da4dc5494ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "27380"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#76040a87-43b7-4a7d-933d-acd76cc7ce22",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8d98a347-90b7-448f-b6dd-922175465b38"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#441e97fb-d2b4-4dfe-8964-ad9d403b3432"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#87458584-5d77-43d1-959a-137fe88dd554"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#72e958c9-47da-49d4-b151-dde6bfbf1a95",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0fa88f32-2f79-4e36-bdbe-b4f0de9181d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bugle-Horn"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#58352dc1-84e7-4e3c-bec3-7a8e62c212e9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d26fed42-1494-47e3-8f8b-9b016e1eabb8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#09dc6027-da94-4e5d-9b3d-c30ed14111f5"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3703fbaf-eba4-476a-8bce-896c1aabaa43",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Harp"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4318",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 372
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002766"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cuers"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4178",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 223
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002706"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "kamerer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5b518c8-3702-4ff5-acd9-6ec64955d59c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bull"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#6fc277fa-2b24-433b-931c-29dc7e4f67ed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006314",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006314_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6dbf6d21-31a5-4e04-8262-a5865efbc4a3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d57f0b1-4214-44a6-88c2-b2bace0e0af0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#fc9a4ed6-6412-454e-bef4-22e37b59b400"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6314"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4300",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 353
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007880"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "23v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#38cd0088-8a84-4432-8035-10d0ccb9fc67",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#00305445-1b73-43c1-bf54-c6e67d800b27"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#777793eb-b25f-47a3-8599-1f3ed39af2df"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c49be827-2cf5-4ce0-9daf-52c9996033dc"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0db2395e-1e4d-4759-9e38-a672125f23d1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f4f9a832-8626-49b5-8b4f-e7ef80fb9737",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d716171f-51ee-43a9-9b60-74d5ebefb7bb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#83077d2d-4c01-42b8-ba74-7f9921052c1a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#fc3e7a2b-0668-4e4d-a08d-01883269250f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b13d15e9-8370-42b7-b061-569f931580f6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#ce88e2a1-8447-46c2-9504-67497b78ad33"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f631bd96-f49a-4a58-b206-161786ae0fbc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b185a512-3380-450f-9aae-8cb2318ddf64"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002808",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#41b1d6a0-0651-4702-bfca-1c4aca03e1fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#af965cfc-b266-4711-b3a3-082b95ba0746"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2808"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000020538",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8900eccb-d0ff-4290-816f-cd5f4b423982"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#36b20afc-bb04-43b6-97c3-ae190749f3bf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#679428c7-9e0e-4762-9d93-d070a885d33e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "20538"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#22e50b9a-a19d-4235-9b25-a7a797990d06",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#0845aa55-5d7d-49ab-86dc-6433b4fb89bd"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#b3d999df-56b6-4467-ab10-cf1b7e13a10f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac2ffb4b-f781-4c76-b004-442d6df285fb"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006272",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d299663b-5afc-4880-accc-793665279ee0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#aac59ad2-5bf7-47c0-9d1b-99b7ec88fa4a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6272"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ae9eff3-ab98-4b25-affa-f1bba8614bf5",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Compony"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#41e3062a-5317-4f88-a1b0-3c88d820e9c8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#61bbc540-6ef4-491f-9c37-c08b3621b538",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#0f8939e1-f7a3-41c8-872a-50c5b1a82cab"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8409a03f-6ba6-423d-b784-5703852063eb"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#adce1696-c2f1-4c2d-a6a0-d4985ac6611d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5ad4058e-e4e7-4dea-8e6b-147fce63ddf8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c65119b0-e4d0-403a-9e85-5be0cdc2726e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40693",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 22
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008191"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "14r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "s'ensuit la noble chevallerie de l'ordre du toyson ordonné par très puissant prince philippe, duc de bourgoigne"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#521e0df8-b8f9-405b-8ec5-fd28f51866b7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Star"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#1de54677-4d5f-4fa6-9081-6a930e8e5733"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e247af82-78a0-4ca8-8a48-5c4f2f7368d0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tierced"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture3": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a48c372-2a50-48c3-8bb1-e67c1bcba5b8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#681c793a-2770-4292-85d4-41e665143626"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#26c0ed36-0bc4-4741-b703-654f1cd2eac9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#023fa488-8a1d-4a25-be3d-7687cb75117a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d4d72f2-bb47-4af3-aaa6-0cec80200b5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Empty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#c29f75f1-4d89-440a-a318-88e9fc7e0f47"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a8106f1-1c38-4abf-87b1-0f53299eb016"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006415",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006415_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#27331067-80ba-4c58-a51d-36a6befbdffb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3d60db32-35ec-4ff7-a795-f3cde30269a6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#8200499a-74cf-4203-a746-69d4f7acb09c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6415"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007985",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a848950f-bad4-467e-b4f2-344fe24fc7b3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007985_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007985_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7985"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4ff69d9b-149a-4e95-b849-f22641777547",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bcc33306-181d-4f68-a711-e4953f457d78",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Naiant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ea3cfd31-1d0c-4b7b-b535-1d54b4c98b4e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cda6c914-1e29-44ee-bc43-864599c9546a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#db694062-08b9-4527-ab58-543d84298cb5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007262",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#233774b0-14c3-4158-9236-c11516debfea"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a9d4fab5-3d26-445e-880e-5534fe829f8f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7262"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000548",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000548_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e3995ea5-e860-4196-9d46-59cb04e29096"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f85d2ed1-2430-485d-a0b2-6c89964b3ff5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "548"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#816a34f2-10d4-4bbe-b030-681877298650",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ebc08c2-9db2-4826-a8c9-d5a501fe41f7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78845583-2516-48b0-b96a-e088f398d29e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d2fc7fae-0f62-42f9-990d-ba46bbb79a30",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4412",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 475
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006304"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die stricken"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#00519956-07fc-4d06-bcc4-b281a86810f5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f0ad16eb-d0f3-4294-a24a-c714771da3a1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#00853f1c-8590-4341-80ce-536a7109c947"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#fd391c6e-71e3-4143-9f17-e1313a0cac71"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dc02c2be-af3e-4b0a-adee-8e932fa6e833",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0db2395e-1e4d-4759-9e38-a672125f23d1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7900b1c6-2160-4bcd-9f83-d2ddb731bb0c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c9909ce-5405-45cd-b5d4-4f75ba8c00c5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#927cf591-27fa-441b-91fc-8dee0fcff0ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e0df4d7d-2183-4c43-aa5a-04d9087effd7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1a4a5d8a-059c-4b0c-82e2-c655124625b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#682baaec-33ef-4ee4-a3e6-938930b48b53",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#a368ccdc-b9fb-44f4-8375-11a392d5af6e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#647d494f-e4c0-4d8b-9aff-b874ddbe649d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4351",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 409
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006283"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "30r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h sterkenberghr"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Armed",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74163",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 72
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000028763"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vlmar trpurk"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#367d6534-8a82-4214-bf6a-962211d98843",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74092",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000027639_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "3r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#31f97a25-37d6-47ee-8556-3c0c5b303f5d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ccb5de5b-03b0-49a0-98ec-1a3f19de5a09"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e5a65031-6457-40a3-96f5-b7a7bd01658b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#f7d41c3b-1a1b-40a1-a49d-b777e604dac6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ff2a95e4-7dac-44e1-87e1-49873914ca9e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#61a99ffa-c701-4179-b1ad-eec1cd9037d7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#a9f42386-fce0-4ba0-a367-d3d64ea3d7fd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9147d9a6-3c4b-4426-8795-a39fe3922996",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#BendOfLozenges",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      },
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dfa31216-8c0e-48fb-8d16-1bfe7a4e8dbd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#178864e8-7b7b-4a26-8830-f58d56b3c636",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ea6ed709-afae-480d-b40b-0032d8f73054"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0c6c5d5a-3897-4152-8b75-69f5a7391898",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#24299a2b-7790-44c7-9bf5-2c861f2d24e7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#60733ee4-b0d2-4412-927c-bb270206e848",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#7e4471a9-029a-4cb3-a1a5-0f3a51cd807e"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8321fa80-f225-4707-9485-714338075919"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4161",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 206
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007824"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "maentz"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#28d94fc7-4720-46b8-ad8d-469e171f89e0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000022239_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b2618cf7-1991-4d2f-8b4c-a8bb2519b3ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d572c165-f519-4fd0-aec0-909257556b99"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Unicorn",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2af2609a-5c53-4e60-9e7c-64fe9885bfbf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Nebuly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fcaad719-29be-44a2-94e7-eccab91b9ff2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#71cff6ff-03a5-4ae4-b6b0-1c5f6972a3ec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ceee3585-ce8c-43b6-994f-8efceea8c065",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfHearts"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74152",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 61
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006237"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wynsberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#54ccba57-5d9d-4372-b41a-32d5a598744d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88118",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 98
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031555"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "300r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von wengen   .lxxxiiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e6c5339d-c637-403d-9782-86038ff30e09",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ee965530-81b6-4345-adae-76f6acf400ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a24819c-bd02-423a-9c7c-a81384f244f0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dd9cff80-e207-4838-bbdd-0e7723a3e211",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4d57ff0-1c21-44d9-829e-884ec7646418",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sickle",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000005220",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added border as Charge3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005220_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5161e61b-b409-40b9-ba9f-1baef5df39cb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#56f8e4b5-f3f7-49ad-82ad-61be0a8970cd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#46a7c116-61ad-486e-b0ee-2cfde211a471"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#c1d5a44b-326a-4655-9683-bd7b3dec7a53"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "5220"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b27c7aee-abbf-4a9f-95ae-001e02f41306",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a8c36af8-ca12-4100-ad83-24fddcc2cf71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#WithTuftsOnPoints"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Pily-Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Quina",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008517_Escu",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Inescutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ca25ef4-ec66-4367-8e04-715706966846"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8517_Escu"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f39b946c-0006-4b66-8161-fc67dde37e53",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bluebell"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#50599937-5ff0-4776-9a65-308bbbd8ec60",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f5d52a31-63c6-4061-9608-188efda0c9c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Birdcage"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2cb3a9e4-56ae-48a0-a16f-1f5e65d9fc89",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#53b4204e-1da9-424c-b56a-eaa8ea9f8a98",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#ab014b8b-75ee-431d-b5cb-94d98fb26297"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e13083e7-3a4c-4781-bf67-bd68658c2a6f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Segreant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#76903dd8-b660-4625-bac7-b35fd01373ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Star"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#3c5a1774-54cc-4365-90e9-1d59c0cfd155"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009818_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b152d249-031f-4cf3-b915-a20698355fd6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#178864e8-7b7b-4a26-8830-f58d56b3c636"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9818_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000586",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000586_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#28160a68-a37a-4acf-989a-94a1e13ee416"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#31fb1ccb-46e5-4249-a23d-55832fd34ab9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "586"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5f4319bd-caed-4352-b3f4-da0add8cc4d9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d80605af-bbe5-4aec-80c1-18b9a31d37a6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#25950411-b16d-4f73-864d-0f36c343a375"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#71f6ebfa-40da-4fe1-b12b-40874b037f38",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b2896fa-03ed-4c2c-a0fb-86375ef6e219",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b436ab24-ad35-4b9f-8650-1df4594cc628",
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Checky"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88104",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 84
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031543"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031543_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "255r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "von trostberg  .lxxiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#801a8cd2-331f-4350-a4d7-7fd97535eeec",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8379e7ba-288e-4389-85c5-3cf59889aa31"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#88bcc17a-41cb-47ee-9733-d23f8c0be7e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#2f39adf2-6b31-4c07-a86d-cd2134f1c621"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cb64c13b-71a3-4c2e-b095-6fe33cbec7d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eeede6a8-b85a-4a48-8165-476a0b669cec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031555",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#3f4c157d-c385-425c-966b-f59c6669c31f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31555"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0b20bff-e811-4324-8976-abb6be1f4d58",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bird"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#inChf": [
+      {
+        "@id": "http://digitalheraldry.org/data#41b1d6a0-0651-4702-bfca-1c4aca03e1fd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009579_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009579_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#2245b2ba-8e8f-45cc-a44c-29a7496286e5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9c386757-9696-4097-afd0-6705b203747f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9579_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c6bd202f-970a-457d-b5f4-d078c882621d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9be6c442-9259-489d-897c-218d013e3fbb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FireSteel",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#27a6f174-6867-4981-b402-beaf054562b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#98a35c78-01b4-4b01-8a22-931ca58290cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5ad4058e-e4e7-4dea-8e6b-147fce63ddf8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7bf0c122-611c-4606-85ce-5503a47c7039",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#39d28f88-15db-4711-ae46-fb9685029685"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#68eaa634-e9c8-48c5-a070-65e3fe4739a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88051",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 31
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031506"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "71v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her kristan von hamle   .xxviij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3827d5ef-6e83-4a75-b0d8-cb247aba146f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d698a1b2-d8c1-4e1b-813e-d743807b2ca7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007085_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5460845e-eb1e-4ca4-96e0-55bdd74b5e07"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#335a9653-014a-4688-abca-95b5587205f1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#ac86a386-373b-47a2-8586-9a179cad7dce"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7085_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002834",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9874a588-a662-4e90-9b97-cc72dec409f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ca94cb46-9fe1-4981-b53c-c0280ae6cd13"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2834"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8d7c159-2083-49ab-bc7f-d2cd40ae064b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Arrow"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#91a6098f-c4f3-45b6-9026-eed2802ecccf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4082",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 33
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002942"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "freux  dru"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#41b1d6a0-0651-4702-bfca-1c4aca03e1fd",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#504cda26-a466-4ed8-bfeb-e346ee2544b1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#851f174d-60a0-4b5c-98e6-a1a6118a10bf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#88c2d888-4664-4c5f-845d-1038382e2a0d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a577de6e-bac9-4452-bd5e-ff47692a8327",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#510b64af-2db6-4be1-962f-1ff893ff0423",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008378_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008378_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b0ceb40-cbb7-4b4e-babe-717810441489"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#97e9d484-d910-4904-a3a3-978df7655fee"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8378_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12837",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 531
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006605"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "34r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wenden"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#344e28b4-2e23-483b-b4b0-2826f3c994d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4172",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 217
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002700"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "knnebel  knnebel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b5daa8f9-f8d7-4852-b341-070dc4fce9f0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3cec71b3-8197-4d0a-b15e-4f1941dfdb0b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#60b457af-bda2-42dd-8e5c-87add0652808",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pile"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#eachTippedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#29a413f1-a9cd-4a37-8b50-f006691b566a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#2ea08f59-433c-450b-9538-b9d72fa8f615"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3a38f616-993f-405a-9c34-a6fa10230e18",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#d1c1aae0-ce61-4669-bc95-6d3f673b413f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Missing"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ff29d0d6-1f02-4da0-9a64-27a9aa297377",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0c21431e-89dd-4ac4-9c50-8ae224515571"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007296",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#113b743b-26af-4b2f-961a-bd0d576e2922"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11534484-4ed2-495c-9421-8f89fcaf9c15"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7296"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#55977aba-0055-4393-96a7-37d8c1882f8f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#90a61d9d-367e-4fbf-bf8f-bdc05d939d80",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2118d6eb-9175-4886-8d8f-a48653892317",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e5a65031-6457-40a3-96f5-b7a7bd01658b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008991",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#68fae545-5dca-43ff-bc81-d71c48990efb"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008991_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8991"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4327",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 384
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005282"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "26r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h darrieu de vagrinose"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88129",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 109
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031565"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "319r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her niunu  .lxxxxiiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003724",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#01acfa85-d896-41b3-b3e8-2600cbbdb9a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a62bddcb-3c2d-4f51-9b8a-ab08ad4c1bdd"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3724"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002743",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#dac825da-ac29-42f8-b02d-a7cfa8c8d431"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c8688d7-9a6f-4564-a962-4e3688d0c539"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2743"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7c652593-87fb-4dae-8c86-00f5cf4a6688",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fc9a4ed6-6412-454e-bef4-22e37b59b400",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#643fdaf9-e9e5-4229-b7fa-8d87c5a0c91d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e4bd0d8d-3cd3-497b-9d18-40df2abb0fa4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008134_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#74635799-7d1a-4e59-bcc3-e586c83b5ff9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008134_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008134_B_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8134_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Dove",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Inverted",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002717",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5c836f2e-6247-4ab2-af56-39e5b0d322ba"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7bebcf11-5841-4221-af7f-4fc7a312fd17"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2717"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19e45b81-1007-4f2a-9c60-2dea67dccbba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6117d41d-186c-4da6-b287-6d0cda5f3fbf",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crusily"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002607",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#32c3acb4-9016-48b9-bf88-575be0845925"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2607"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002457",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "fixed tincture of Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002457_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#914e4868-87ec-469d-be04-e9e17248a666"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a90bb360-e245-4b47-b9af-39a2d67e1418"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#94ce633c-eb91-4193-85f8-4a4d47556a8d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2457"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002718",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5e301f78-3a52-4403-88a8-336814614cec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b611786c-440c-4af4-9752-d58304d410c3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2718"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1d30d6b5-2141-433d-81c6-d6d646b323ae",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9f89b863-9108-4620-affd-44a146c9465a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008220_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c2e900ad-13d5-4e38-946b-514b14baae2d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b0ec19e-fb18-4e8e-a7a5-cc37c93b3c18"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8220_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d32a0681-d2ae-4529-b13d-9e80078e32e8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#9f8ea112-04d8-4271-8481-60ae2bd4795d"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#a4269c0b-2f24-4a17-9ddc-615b9079dd28"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#962a29b8-5082-49b5-a951-d3b18c1bd954",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#409fb11e-0dca-4516-8498-9b087a5e7b76"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#d31286a1-26b3-4420-84fb-20452e255022"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fcc5688b-1ee8-49ee-b01d-aa6f4d8bae91",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#BellFrame"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#49749e72-8b2a-4bb7-83dc-3a25603e6a26",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#e0197e25-7197-4cbb-afbf-a5f8eb727129"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16b22721-bba8-4f22-a4d5-9b4e4239cc5e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 6
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7a77b604-31e7-424c-a542-3abb807c5695",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b13fd191-3de5-4778-b993-8bbc4a46fac9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#4528efbf-3ae0-426a-85cb-8afddfd860e2"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8c5e6039-8f6a-4604-b370-e8d85cfc5133"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1daec146-7263-46d0-a7aa-382a6a7b93b3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88034",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 14
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000010025"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "27r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "graue otto vô bottonlobe .xiiij."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#25dc3cee-9cae-46ae-a641-f44535eb2474",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e761cf31-5bfd-44ca-8023-bf0c7e460669",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#SemyOfFleurs-De-Lis"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e461e810-2d8a-4086-88bb-4e1b5ee7506d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#QueueFourchy"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3868706b-7357-42f8-9e42-53828f339caa",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6ae6e5d3-4cab-4abb-9b23-f3a20c8c1fe7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2b72a125-dfe7-4620-ba7b-b2e9fbefe49b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008837_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#38a58c52-304c-442d-b83c-1de062a97437"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8837_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#87f18be0-8a5d-4cb5-a009-9caff3efa3d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Axe"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#b1fdeafb-d49b-40c3-9590-9623504e753f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88107",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 87
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031546"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "258v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "her brunwart vô ôghem  .lxxvi."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#82b1e25c-78bd-4c3a-b641-2c3ade14b5cc",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vert"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4393",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 456
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008677"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "hr jan vâ mestein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#478a3340-1b3b-4ebb-a08d-a58c642dd596",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c788fce5-9351-4bee-a35a-f99f2ab42859",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#4a969c2e-0525-41df-8350-204575339a16"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e206634b-6170-4766-a1e3-dc3818d394a2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#814ad933-42d9-48b9-a45e-9b5eccd962d2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e472d4cd-9ab0-47d9-a1fb-1e2d4c92e1a7",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#40a97215-687c-4f15-9aa3-d1810180c118"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#85c4185e-1440-4621-a0ef-8ff2a000742c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f236de88-3d81-4195-ae93-15176c6b68b3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7b501715-fa12-4f44-a3a5-aa9268acd674",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4053",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007766"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "doufin  daufin"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4281",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 333
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002681"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "22v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "diepenbeec"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a5f8eba-bf54-4515-bfd8-a5c2af1b9ec2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#52354083-827f-4d61-9661-66c61a259e3b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e8dc89bd-32ee-4b08-a903-706dc9c39300"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f60f09d-633d-4a0a-a32a-0e656723aa1d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#61523da3-5a51-468b-a73c-e7773f6fdeb2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#12c39f63-5d8b-491d-a2b4-9f0dac5f2324"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#cb2aab27-e067-428c-b491-c56e494bfe71",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9e02aaca-850f-4672-8719-69c97b0e512b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dfc61fb4-884b-457a-ab19-208dd54a5212",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(3:3)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19694a6f-b9b1-4c8a-aa28-a00dd9f92a52",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#14260e6c-366f-41f1-a5c4-1a3f39c3f14b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb7850fa-2861-425a-ad5d-614f3ef864f2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000548_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7ad38da6-d6a8-4b75-bf42-cab0b8205d41"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3e4e81e7-9a57-41e6-8596-5628568b27a5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "548_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Doubleheaded",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000003758",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant and armed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000003758_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#9db72371-bfbf-4fe7-be07-663c7e57d784"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d5f747ec-bc20-4bda-a84c-ea61ee098218"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "3758"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roses",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a304aee-b533-4f14-a58b-ba3c620cbdb5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Guardant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-40682",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      },
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 11
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007831_1"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007831_2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "7r"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "cy sont les armes du puissant roy d'escosse"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4442",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 507
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006316"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "vecht  vecht"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f446b1ec-c20d-46ce-a13e-99204c86dd14",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cross"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#051b653c-135d-40f4-9485-3009292a25c0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#0d2263b9-0bf6-41d5-b6c1-a163ac836604"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6d543210-1c7d-4206-8e5c-5b389c74fa65",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Label"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#93591ae3-9c0b-4cec-b771-c96e29eb9a5e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CrossMoline"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#be7805d2-eda3-4d5f-9f3b-2eaaa35bead4"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#cc8af3d3-7495-4961-bc9c-9983b4498c3a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f6ce2ff5-348a-487a-83de-e85f954fee4a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d494314-fe9a-49b9-9cc1-080d6523f437"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4572",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 641
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000005989"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "37v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h nyclaes vâ oestkke"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008359_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c3b1ce58-71aa-409c-8073-e6dc7ef938bc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8359_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#BarOfLozenges",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#61700b05-f54e-4a6a-b269-a196b9a94030",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escallop"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#446edf26-780a-407c-b5c3-da136ccd947e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f01a8a46-b967-45fd-baf0-1717532ab2ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Griffin"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e13083e7-3a4c-4781-bf67-bd68658c2a6f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aac85b35-2b54-4ffc-aefe-94153ae8a5ba",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5f907355-526a-4806-b0ae-a0cbe1ae8758"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7477babe-9bdc-4d89-9769-9d180ba5397e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b9ed9303-d8b7-4c73-9d7b-d2df19ed5683",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#117d5164-5144-4d53-9d3d-f1017594252a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1642657e-10c9-4393-a5ec-1b32f3631910",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#ceca649b-445c-41b3-8b60-b4b558e898d6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008755_B_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6ee1066f-97a9-4df6-88ca-e0044a0a7acc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8fd8be7f-ebae-48bb-b578-22a16f4ec142"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8755_B_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a3653eff-e318-480d-9aa8-456556021f8b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0e9b34ef-2ac2-4cfb-aace-c37782dc648e"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#689a92e5-7664-46ca-93c1-660ebfc191f4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#42b4c94e-1d91-4f01-92f7-9e56c059d08b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Passant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031511",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#07edc943-2716-4565-b000-fc0cb4ee68ef"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#99ae895d-e050-4925-936b-a302e8ec268d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#8bce3ae1-4319-4faa-859e-99814f2ee64f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31511"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000001",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8c7bce5e-3017-416b-ab97-9b33b2f9dace"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#47cd52c5-5015-4cff-97d4-55a1ea25bdf6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a72c9519-5ae4-48c4-8f5d-e6e008f5c15e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#eabe50c1-535e-4375-a8c1-861984f35b80"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#efd3c710-a366-42d6-8a56-31b0203c0631",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ccaf1c3a-7391-4e94-8fc9-6b9cd8a8de72"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d884496-252b-4a6d-ad3b-888c993a7983",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5602c712-f47d-4399-bc5c-7611418e0b32",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#39f07173-e0f9-470f-acd4-9ef68518b22d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d7d90297-577f-47b6-8fe1-3341f3722c04",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fdbe19ec-d0a2-4134-aa57-d262ba682ef9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#1688a3f5-ae47-494c-b4ff-ba2f8ca35d65"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002772",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#eb53c027-ecb5-44ee-953f-301269d2bb2a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2772"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009691_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b05783bf-3c29-4b10-b94d-ebe00df3175a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a4f24b76-e1ad-471c-be71-e818243a4fda"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9691_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002694",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#647b8682-7e6e-4f97-81b4-e9de94c6e070"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2694"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0edf9277-9d14-4249-8e1a-4149c6796337",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b1881f6-6b22-4e4c-9771-5fdbcac5ef0f"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e11822f-38e0-4a3a-8589-5ecfb2433e9d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Roundelly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#175c6a2e-3fc6-425d-ad80-c3314e7c1923",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#26bdbe75-aad6-47ef-ad17-f5fa268185d6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Castely",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d79537a2-0e20-46e1-8779-7d19e39ff69e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11afee02-5d25-40d4-9278-7649f8b83a76"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Fleur-De-Lis",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#58db420a-3d79-4aab-a7d3-f79b55c1038a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d25f7268-2aba-4d16-89cf-422a8a17f689",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#cf29d67a-46b4-4f4d-b561-d396cd1cda87"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7d015222-0c0e-4687-91a0-0448fdc40ad3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a6fde889-66f3-4939-ad15-66b2cbd8f7d5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031566",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#bdaa45ab-3858-4778-bd53-1c55e5db4d22"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#33b2f86e-7c93-4156-a81d-ad67bc32e800"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31566"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Key",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4411",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 474
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002813"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h bernt va gudichusen"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#19f5e6e0-f41c-48d5-a7cf-3c6705f0169c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#5c3101d1-abd3-407e-a7d3-2e0dc6b04e08"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a71948f9-349b-4594-a60a-586b5c78e7cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc733d2c-1ad3-4af2-a98d-8e610bfb9cfc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#on": [
+      {
+        "@id": "http://digitalheraldry.org/data#753de681-7263-4f62-8392-890947c04d54"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9a9ae262-d313-45af-923f-2eaefada29d6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9caea2ee-ea29-4961-95b6-4522c080e4f0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#411da98f-ff92-4c33-8122-58a23e583b7b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a5a47b25-b7c7-423e-8faf-027f0a64cb81",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSNLU-74154",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 63
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009985"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "15v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ryneck"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f7a5dd03-fc1f-4a54-8556-810cd1f79961",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0fec2275-b111-486e-a286-4a25e0c062c4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#228b8384-1e36-4b84-a23f-00d4659b8a7b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#InSaltire"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008363_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#56ab684f-5b50-4f91-8f22-a58de0140c24"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d8c60415-879b-4ff4-8eee-96d6da4baf87"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8363_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d88d7389-8ccb-4db8-bac3-7a97d40a7f88",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3759b952-6f8b-4a76-b1be-170f00dcebc7"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006399",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e9c4d8dd-686a-40ba-b86a-34522ddd415e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e3315baf-a577-4268-a55a-63ab4b6691dc"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6399"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031512",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a2252c2-c370-4457-9174-35641bfb2dcf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b9803463-e066-4ec0-9382-1fc5a9e6b227"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31512"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5789ca90-3fcf-4a7b-bdad-3f6da49e1918",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Saltire"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#07736453-7272-49f5-9137-5376aa1e4a97",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006288",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c6bcd393-3f07-46cc-a567-f571a7041ee8"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c4f636cd-fcf7-4130-a7d3-1b47c74708af"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6288"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b8ab0eed-742d-4c53-97b8-64a14884cd5d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#f54cdc1a-6708-444b-92d6-dbb3d2538ac8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007367",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#28fbad36-876c-4493-89ff-d6badb1a61f0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#dcc904a5-e01b-4f5f-93e5-e6c9d781fdc6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7367"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002704",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e4bf1a83-72ec-4cdc-b9b3-d74d6acd1351"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7745e0ca-1151-48a7-8cda-b4174d70c6d9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#17fb7948-812d-4470-bdd2-670a6400568c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2704"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fb71ff2b-1f85-4cbe-9a0a-9c3a2bb5c917",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#16bc2694-37d9-4442-b676-2a138172b59c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5513007b-7967-4757-b6a8-7c1b3ef83fa1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#14260e6c-366f-41f1-a5c4-1a3f39c3f14b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ea35c11b-42e2-488c-ab33-e0489189a561",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#555e5f4c-412a-4f9b-814c-fbe89a887cee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2a6e7935-6251-443a-9bcc-8329b9c148c0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#2cb3a9e4-56ae-48a0-a16f-1f5e65d9fc89"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f458bc07-be58-4b51-8af3-e2bc31ddc1c9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6f19155f-61e9-4661-8c3f-c335ed0f8280"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4073",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 24
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002956"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "auschoren"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#09009c1d-ffc9-41fb-8b27-a1bbce9871e2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9bf09bf7-d229-48e3-a7e6-045851c519a4"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2ba6fedd-4d91-465a-aa17-de985a7f8383",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#1751c966-67ce-4104-8ac2-33911b195f2b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031570_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031570_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#82904ee6-c8fd-4860-96b3-f3f5ecfe6bf4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e2d111a1-c355-49cd-b380-3a22bd02767b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31570_A"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4418",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 481
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006306"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vâ scoonvelt"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002696",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#d6a3459d-2f61-43dc-949d-df7ee88e86a0"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#21fb11ca-5a34-473a-aa96-abcf11b72274"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2696"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12757",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 188
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009668"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "11v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h bartus"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9ef736c6-9233-4bd7-83ec-9889f2b09c7f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bar"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#060e2219-d954-479a-bf60-fbac667192cb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8ef0fce4-f79f-4c0f-ba97-bbe2a814ff05"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#FieldPattern"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008191_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed Charge1 to field_seme"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008191_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#17145d10-06d3-4f33-9738-4a3ed0f19fb6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a05aecd2-ecb5-446e-b359-fccfa377d513"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8191_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2c0f16a3-2981-489b-908a-e4c1d858f28b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#88f328b2-ea1d-45aa-9622-52f299641293"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#35d0a682-b236-4652-bd1f-6b69f43973e8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#800959d6-b2ec-4289-828e-3aef62288f59"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031529",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#17bf3632-a88c-40eb-a600-3b640212f55b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b6e0e44-bc62-488f-95aa-7e134c4db20e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31529"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a0978e62-8491-4a0a-90ac-2ef8ce5c4fb8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#486ca259-521f-426f-b0d1-0f88a120e040",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006037_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5bec3570-5865-42df-bdb4-8edd32e054e5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#98b2276a-fd96-4732-88db-530016d95db6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e6e125d9-5947-4eb3-8437-4be83fb91287",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fretty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#023d6fdb-9ed2-4ea3-a1a2-3df5f42d015e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barruly"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#232ddcee-b6b1-4a78-9ed9-964aa48cd761",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Escutcheon"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#910cc940-f8cc-48b0-9387-451e9621109b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#e28c068c-5440-4cbb-b33e-63eb81d8f3c1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#772b3a16-d952-42d7-a906-9d95151f751c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Swan"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7dc08991-1f91-4bd4-8baa-2f1f8218d5a8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#01c0f633-8e86-4a99-8ad2-919b9c79a65c"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#bb17025e-ca58-4beb-88d6-11537ca82bc3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#07c6ca40-3187-42d2-ae28-736280b0cadf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9d99e998-a5db-4c14-83c8-4aded81f5c35",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Monk"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#and": [
+      {
+        "@id": "http://digitalheraldry.org/data#5573f87a-eb08-4982-a5c4-10975f697497"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dc4de3e1-3a68-47cc-870b-f01db6fe6ee2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e2538558-6aef-42c7-a455-43d4439fb66f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerPale"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#eb920c28-6e43-4587-9ad7-9a8c37f24156",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019257",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#7d2fa5f8-5d18-4473-9c0c-489acaf36677"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#81044dfe-63c5-4bfc-8384-055519eac875"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19257"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#679428c7-9e0e-4762-9d93-d070a885d33e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#db7a08e9-9d05-4257-8c5f-caaf3aef81f3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#7e4b5f33-5736-4c7d-b874-49733c454bf4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b748f096-9c4b-4c9f-8e41-140c0d30721b"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031494",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c439749f-4c4d-4ce1-a0f2-173549360b30"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3cb98369-2277-4095-99be-623b258a2df4"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31494"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#MarshallingType",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#Class"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#321d73ee-326f-4b62-8a41-b1977bc9b891",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#745a5bc9-ba63-4af0-8d8d-44b423fc1923"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#495e0150-67ed-4a41-afea-bbfddcf6875e",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#df992ccc-e2db-49e7-a188-72a3a3ab3554",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#e0a7ded0-9672-4579-9aec-96cfa4e4941a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#232f68d5-4b6a-4c3b-9691-19d6e5a60314",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4271ee7f-650b-459f-b74b-c4a364312236",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4bf3ea89-584e-4d13-b195-6322bc654825",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4319",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 373
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002759"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "24v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ruxdorfer"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1eb80b41-c497-46aa-9f50-75c242ff05b9",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#29a6025c-29a8-482b-9e03-73c458c200c6"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000022239_CoAF1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Canton"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant, langued, armed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000022239_CoAF1_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b95cf2b2-ceb0-40ab-b619-27c16e4daf06"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#2469fa1b-aeac-40cd-8100-1da34daf2373"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#851f174d-60a0-4b5c-98e6-a1a6118a10bf"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "22239_CoAF1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a08363bd-d3f2-45ec-a1a9-d93e20fd66a1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002836",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4271ee7f-650b-459f-b74b-c4a364312236"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6945b0dc-1428-44d4-b93d-516378938023"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#58ff5458-bec3-4158-be53-e8977f8b0f7f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer3": [
+      {
+        "@id": "http://digitalheraldry.org/data#e77653ba-cbfb-421a-85cb-b0e1ed0689e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2836"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSMAN-88148",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 128
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031575"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "397v"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": ".."
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002703",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#b6318896-d0cc-4907-bc08-3b59a8c5a212"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#359eae24-76f4-431e-a8df-3aea76010aed"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2703"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b354e30a-3ed7-420c-9916-8a7ff299e53f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#72afcd52-73c7-4ccd-8227-d8f818c06e39",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#4ac22236-c586-4fd0-a011-d7ec23a3a738"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8f3d1061-6b16-4b24-9e41-b7bbbbfa5e03"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b4414884-83f4-4bfe-a6af-cc6af8c9fb10"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#577ad518-1057-4092-8e03-64de8cbf6f49",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Barry"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#abddfaca-b2ed-48d4-96d9-20ad15f17553",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#318ba74a-2ffc-45be-b73c-1de3532eac37"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#95f5c72f-e9b8-4a46-a887-6d940211017c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#494594f6-7671-437f-aeeb-d5275317c7d3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Sword"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0ad13e32-5cdb-4204-a5ac-161f166361e6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4ce14910-f95e-4030-bd84-80919e724969",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Barbel"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#46bf7a95-5323-4937-8103-90493647c260"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a5f43989-9acf-4cf1-b0ac-27e9f9a558de",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#c7b2a291-6683-420e-b216-81a5e8fd56d0"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#e191fc4f-3186-4d28-8420-f2cbcfef6faa"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0ed61221-c8f7-4163-9651-3c5d7db5aedd"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a20549fc-7502-4157-ab4a-bc49c1c2da44",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#a95a9158-4184-44bb-ba16-793ee7152bdf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b95cf2b2-ceb0-40ab-b619-27c16e4daf06",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0611ef1b-6bbb-4d33-8f5f-27b0b8a44cda",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#78779be4-d393-49c7-a28b-5360438dc52b"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#80028e4b-82a5-411e-b6a0-f75a769b1cc8"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#8e921274-6ac5-4492-b93f-d82616b6cf2a"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#dcb36de8-58b9-4c1b-bde9-e137d867d63e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3a6a18ab-fdb2-47e6-b3c8-15d78c089bf2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0fb11414-f95e-4768-a341-24c35d01b8f9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3b133d76-90f8-47e1-873e-de7ef9f40589",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f9c303f1-3ef1-414f-b859-a7553ea7b648",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chevron"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b1184f42-d825-42d9-b979-b59421434d33",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#and": [
+      {
+        "@id": "http://digitalheraldry.org/data#28d06c78-5657-4a6f-8193-b78eb9aa8d87"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#755c0d06-facb-4468-9d70-cd26596a9236"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c59dae9d-ecdc-405a-b030-14afd2388573"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-12722",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 174
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000009383"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "10r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "ketel"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#4dc81ac2-b3ec-471e-8bbf-2f6f42fc5da4",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#ceeed29e-3c59-4ab3-a110-f32d2c03d2cf"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031577",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a626be73-8da9-45ff-8aaf-bac89092930d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6d33598a-0165-4e4d-b5d5-0d736eeedac3"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#2ea08f59-433c-450b-9538-b9d72fa8f615"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31577"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#01acfa85-d896-41b3-b3e8-2600cbbdb9a0",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#39f07173-e0f9-470f-acd4-9ef68518b22d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fess"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4424",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 487
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002807"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "32v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "die vâ alten"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Addorsed",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fd13a2f5-f6c2-4b11-a7d1-d63a48001e5f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLine": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Crenelated"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#PerChevron"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a175062b-9a65-4c81-bd8d-f14094bbff66",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Scissor"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 2
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f16021a8-6f76-43c8-b459-4a3adb990071",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d32a0681-d2ae-4529-b13d-9e80078e32e8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5a0fa1a1-32a3-4c72-8578-070cb574724a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#67d77168-9a01-45a6-ba6d-3138ea0a4f48",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c6075fc0-7c64-4f3d-8f6f-1423941a219c"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9cb641b7-537e-403b-80dc-b2b6c5db254b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#PerBend"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e7d7213e-223c-4b0b-9684-52c062a6aed2",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d0cb2302-e929-4c28-8dc6-53c7bd873f11",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#af198879-4697-42eb-a544-12987baf1e82"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#061c2894-5ca2-4f33-8008-94d53d80b4af",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9e2fd799-f419-4e83-b8e8-58a645ea6730",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#(2:1)"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Embowed",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#adce1696-c2f1-4c2d-a6a0-d4985ac6611d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009943",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6666824a-88ae-4ec8-b84c-c98e6bb87eca"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#53100e57-51b4-470d-970b-e50dc858bf98"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9943"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d8bd2f26-75c9-4631-98c8-82ec9c3de486",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#0b49989e-ca6e-4fc0-9a8d-3772c91f5b44"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000000194",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000000194_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#5a0c7520-20cb-443e-a077-64e29b503a9f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5fb4248a-4583-4512-8376-9dc94862e04a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "194"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000009655_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f1d5d85f-e8a0-4c49-9dfc-6245b9393655"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#40d02da8-c9c2-4551-923b-6c8c2f97789a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#c18154a5-310b-46f2-998f-37979868c76c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "9655_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c386b94c-e871-43e6-9c51-4c5fae524c08",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1fd5708a-89c2-4148-8c42-91bf90733735",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rose"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#708e9e5d-ef36-4807-900c-e0054ffaf2ea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#45f7f1c7-8bf0-4101-bec3-95e3472718e9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Wolf-Hook",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Charge"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008268_A",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added rampant"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008268_A_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#263cd106-1d61-427d-a281-4f687748de7c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#57ca7bde-7d8f-4f1d-a001-c26e333d8823"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8268_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#TextualBlason",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#ModeOfCoatOfArmsRepresentation"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#bf5bf265-6395-4210-99df-82310c0915c1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Pale"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 4
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d691e420-bc49-4311-a354-f383e8e49b81",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#c0cbc998-6545-4a4f-817e-e77f7b2b4ced",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#24b324ab-8790-41f9-a5af-cc7fdbcf2e95",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#8e7a058a-06f4-4641-a8d7-fb94af170886"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#3badc5c5-64f3-4792-ae50-15b0dcc3820a",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#78119171-62e0-4802-8361-0ec9b88c3e4b"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#holding": [
+      {
+        "@id": "http://digitalheraldry.org/data#2d1cb96e-12c8-42b2-a72a-bd2e743cc142"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#411ed28d-6c4b-4b04-a536-2e887be414b9"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#188bf4f9-3e26-4f0d-b795-a2a743503e4f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8b0bdaa-6db8-4000-a5fc-d97425c5c4b3"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0dbcda1d-bb35-4a4e-afd3-b1afe0d748f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a63ce27e-6162-465c-89a9-e4e6c6a11a52",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Lozengy"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#78a62a0f-9895-4031-a2d9-b3a770e50ebb",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#24c916d5-6a89-443d-b35c-705e324af822"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6bc4fb7b-1683-4252-a9b1-68dac08c4457",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#89f79475-2942-400c-b595-b0bc196fc52b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Empty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#5ee56f23-be61-4d76-b21e-001882696f1f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4157",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 202
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000007285"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "16r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "wirtenberch"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#deae5433-b93d-4b1c-8b1e-d594bb9a125f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#89f33a2f-de91-4b44-a881-b87c2b96488a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b6b7b72b-094d-45ca-8909-fc8288c4e987",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#chargedWith": [
+      {
+        "@id": "http://digitalheraldry.org/data#e709fd99-6707-4e70-bbea-a205e0b43591"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#f9c303f1-3ef1-414f-b859-a7553ea7b648"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#11d07d46-95fc-413f-8ade-d215d831a489"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#aa73e60b-e891-4d03-8512-7692768bede5",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4cb1110-65f1-4497-ae25-decae52571d8"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0f3deed0-8a59-4c1d-9c4d-45aaac597f7f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Seme"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Billety"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#40654b09-e2ea-417a-926a-b973fde4ba9d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Border"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasVisualRelation",
+    "@type": [
+      "http://www.w3.org/2002/07/owl#ObjectProperty"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Palewise",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Arrangement"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8f823a4b-0d91-43eb-a76d-9b33cd9dd17f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Bend"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#9ae9eff3-ab98-4b25-affa-f1bba8614bf5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Ermine"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#9b0a7878-e3ec-4ad6-a09a-e8413b6648ee",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Viol"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#arranged": [
+      {
+        "@id": "http://digitalheraldry.org/data#d2ee149c-01b0-4996-b9ef-2ef5edfb2724"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#ab52b0d8-d1bf-4d71-a873-66d5d34cef82",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0eb1dc12-2e6c-4c1e-a541-5ca34544b7db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Eagle"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPattern": [
+      {
+        "@id": "http://digitalheraldry.org/data#04ef2870-a7e5-47aa-a01c-ae35d65dced1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008229_B",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#00fbe260-765d-4d48-87f1-798464aeeee6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#411a3098-2680-499d-a8ca-0a23df5513b7"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8229_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#a63ee356-3802-46ba-95ec-4328524087ac",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Swan"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Sable"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1aba9154-e381-4f75-9f3c-72de1fd9a849",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0dc73096-4ebe-4456-b7e9-37c25d479a5c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Erect"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002778_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#6449fc52-af81-41b1-8903-e7381ca72c07"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#92e28ff6-e42c-47c3-89c2-8685b25d7072"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2778_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5ba7f06c-ca47-49a9-9385-8417b2eeec01",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Langued"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000006308",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "changed bend of lozenges to 5 lozenges per bend"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006308_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a08363bd-d3f2-45ec-a1a9-d93e20fd66a1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#7c7d5981-89c6-4ebd-b86e-43ad4c681468"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "6308"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#304db03b-9592-4cb7-97b8-d3ba995b0717",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasSeme": [
+      {
+        "@id": "http://digitalheraldry.org/data#69c23cc0-e2b8-4cdf-8489-f69e8273ad51"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002802_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#101f2c34-2c71-41d8-8c1f-fdba62fae2ad"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#5082480d-0e6e-4a8c-8aa5-5ac29a642d37"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2802_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#5573f87a-eb08-4982-a5c4-10975f697497",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1a4ac5f9-7d25-4a2b-9e96-c6443db66421"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge2": [
+      {
+        "@id": "http://digitalheraldry.org/data#dc4de3e1-3a68-47cc-870b-f01db6fe6ee2"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#InOmbre",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6f427c00-f442-431b-a6d6-259760e5e9ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Armed"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002708",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#be3c4c93-3587-406b-b199-b46cc3ab336c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#6159fa29-e519-459f-b1c2-79c36352f620"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2708"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#0aeea85c-06bc-4775-9f9c-ee9b45eec12d",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Lion"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasModifier": [
+      {
+        "@id": "http://digitalheraldry.org/data#1c86d981-aeca-4482-85d9-f8880e02d53f"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#46860837-6fca-4a6d-a639-da8824c2fd71"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#9642d4c3-5bf7-4dcb-ad96-84042073d744"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture2": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#hasEscutcheon",
+    "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007414",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#53ab0369-62d0-4404-a78d-517657b6f426"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#22207ef5-7a82-44ae-b5b1-0fddc9b57d38"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7414"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002792",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added armed and langued"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000002792_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a25af3b6-adf1-4591-9535-bdb5f0a31fe9"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#968daa65-1de2-47a0-837e-d42a9c0fb9e2"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2792"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d7ab0e14-2b21-4764-8601-441bfe1db731",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Cinquefoil"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasNumber": [
+      {
+        "@value": 3
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#acdacb26-4b34-40bb-9ec7-80e570c3cd38",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Chief"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8c527b3a-af61-432b-b6c8-25e2b164d236",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Vair"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Issant",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Modifier"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002821_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#e8f4fdf3-bed8-4202-a9cd-3380786cf327"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#d4a8114c-d8e2-49e1-9518-d16834101537"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2821_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000008226",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#f236928f-56f3-4f6f-99e4-5e8dc6d6718a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226_C"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000008226_D"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "8226"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#e746dfed-12ff-4473-b74e-173922d054f3",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#583bff8b-bd22-4d13-b3e1-f6ad4be9634b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#9b525104-1add-4df3-85f7-f9c772e26518"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8bb7860a-dc0f-4738-aa59-432df5c26618",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Fretty"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture1": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Or"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#06dd0da0-215c-40b3-8667-e9d5a497d079",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Countercharged"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000019035_Escu_A_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#a3dd9f44-4422-46d8-a21d-fe98c57958ec"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#125317ec-96fd-4c8e-a98a-84021bce148f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "19035_Escu_A_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031539_1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#175a1f64-6109-48ab-981f-125eeba34f95"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#866caf24-7344-4d6c-92ca-bc61ae52fb3f"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31539_1"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#010d7393-387c-46f9-b378-19cd5eb386ef",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000002423",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#c8600608-d756-4b12-ac53-3ffcfc3e8ea6"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#208f1598-28c7-4791-a6c8-d8ce775a5c73"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer2": [
+      {
+        "@id": "http://digitalheraldry.org/data#7091a975-1ba2-4f88-9647-5ce6c81a339e"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "2423"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/digital-heraldry-ontology#T",
+    "http://www.w3.org/2000/01/rdf-schema#subClassOf": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Tincture"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#b3c87453-655e-4ff4-bc2b-56e473f208ed",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Hooded"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Azure"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#94f135de-7d60-434a-812b-7184e78d9452",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#b1d947b3-b6fc-4e91-8a81-7f170c2d6f4d"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#1f5549b3-bad4-459c-8b30-bb83417abd7b",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#3b133d76-90f8-47e1-873e-de7ef9f40589"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4378",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 441
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000019873"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "31r1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "h jâ vâ mestein"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#f3ba8aab-e78c-4a70-9fd7-90531a3fcf43",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#accompaniedBy": [
+      {
+        "@id": "http://digitalheraldry.org/data#32d39680-8010-4702-8536-d79f182b2c36"
+      },
+      {
+        "@id": "http://digitalheraldry.org/data#385d7b26-bdb0-4e3d-b24c-8791d65409b5"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#716045ca-75d6-426c-a943-54376f4262e0"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#d1921b47-946a-4be1-9720-23023544814f",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Issant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6db82b56-1155-4396-8474-ae175b0875d6",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#fdbbe43c-7ba2-4d28-8b2d-24c1842899db",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#2fa819eb-375b-47e9-af34-756113047d34",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Rampant"
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000007209",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#4628cceb-a7c7-4a06-a897-759f28334241"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#4820cd61-2ea2-4bbb-9648-1940210d362d"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "7209"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000016983",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#99d427df-2933-4599-968c-8c44e89f7e8a"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#1d0def92-c148-407b-bafc-f1e6b08a60f1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "16983"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000031558",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonCorrectionComment": [
+      {
+        "@value": "added second tincture to Charge1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000031558_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#8919d6e7-a07a-44ca-b3cc-c611b9411a21"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasLayer1": [
+      {
+        "@id": "http://digitalheraldry.org/data#728d84b8-c310-4734-a420-55c34999bc2c"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "31558"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 1
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#6e9a4cdb-058b-4002-8d81-0a127cecd2d8",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Gules"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#8200499a-74cf-4203-a746-69d4f7acb09c",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Layer"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasCharge1": [
+      {
+        "@id": "http://digitalheraldry.org/data#fdaeef2b-f00c-4a15-a511-4e9715d8572a"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#CoA0000017508",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArms"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#blasonWasCorrected": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#correctedCoatOfArms": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017508_1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasBeliefValue": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasField": [
+      {
+        "@id": "http://digitalheraldry.org/data#26d90912-ee3c-46a8-91e7-84f9ee21dc67"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart1": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017508_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart2": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017508_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart3": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017508_B"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasMarshalledPart4": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000017508_A"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasOMAID": [
+      {
+        "@value": "17508"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#numberOfMarshalledParts": [
+      {
+        "@value": 4
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#233774b0-14c3-4158-9236-c11516debfea",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Field"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasTincture": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Argent"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#MSBEL-4072",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#CoatOfArmsReference"
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#coatOfArmsPresentedAs": [
+      {
+        "@id": "http://digitalheraldry.org/digital-heraldry-ontology#Shield"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#crestPresent": [
+      {
+        "@value": false
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasDescriptor": [
+      {
+        "@value": 1
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasItemNr": [
+      {
+        "@value": 23
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#hasPrimaryBlason": [
+      {
+        "@id": "http://digitalheraldry.org/data#CoA0000006761"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#helmetPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#locatedOnFolio": [
+      {
+        "@value": "1v1"
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#mantlingPresent": [
+      {
+        "@value": true
+      }
+    ],
+    "http://digitalheraldry.org/digital-heraldry-ontology#textHasTranscription": [
+      {
+        "@value": "pontieu  pontye"
+      }
+    ]
+  },
+  {
+    "@id": "http://digitalheraldry.org/data#dbfda114-1b12-4ad6-8cfa-d126652722e1",
+    "@type": [
+      "http://digitalheraldry.org/digital-heraldry-ontology#Crowned"
+    ]
+  }
+]
\ No newline at end of file
diff --git a/data/rdf-output/digital-heraldry-knowledge-graph.ttl b/data/rdf-output/digital-heraldry-knowledge-graph.ttl
new file mode 100644
index 0000000000000000000000000000000000000000..8831f935fec3e3cfb27662a689dd5b4ff3bbbdc2
--- /dev/null
+++ b/data/rdf-output/digital-heraldry-knowledge-graph.ttl
@@ -0,0 +1,27972 @@
+@prefix dhd: <http://digitalheraldry.org/data#> .
+@prefix dho: <http://digitalheraldry.org/digital-heraldry-ontology#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+dhd:CoA0000002911__2 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed castily" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002911__2_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2bb438bb-0a7d-435a-9a59-7c3c28b16f0e ;
+    dho:hasLayer1 dhd:6b2456b4-8fb4-4bb8-861c-c71727e32aeb ;
+    dho:hasOMAID "2911__2" .
+
+dhd:CoA0000003122 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2f9585a5-53a4-4d0d-96d1-69e5cf279c7d ;
+    dho:hasLayer1 dhd:6d92f936-4786-4cda-b34d-ba62fd01ec46 ;
+    dho:hasOMAID "3122" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003139 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:21d9dc09-5620-47e0-ba73-a939f5868bad ;
+    dho:hasLayer1 dhd:ac13ed75-b5ac-49a6-bba1-de9ba70d00d0 ;
+    dho:hasLayer2 dhd:b794af1c-2512-4282-ab82-2a7acee02e8b ;
+    dho:hasOMAID "3139" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003827 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:061e5440-996b-404e-ba24-dac717455a8d ;
+    dho:hasLayer1 dhd:41c8b4bf-2a96-4aec-a8ab-4ad17743395c ;
+    dho:hasOMAID "3827" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006680 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7fe81176-7669-47b0-9811-e9e59f5008fc ;
+    dho:hasLayer1 dhd:c0f3f5e8-a98d-4fbe-879c-0fc09dfce4b4 ;
+    dho:hasOMAID "6680" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007582_CoAF1 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2c61baad-d8f7-4b54-b473-666ef3e6f340 ;
+    dho:hasLayer1 dhd:fcaad719-29be-44a2-94e7-eccab91b9ff2 ;
+    dho:hasOMAID "7582_CoAF1" .
+
+dhd:CoA0000007979 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:afff47cc-163d-4056-9412-afa845eaee21 ;
+    dho:hasLayer1 dhd:18cbe30e-b19a-42c2-bfe6-a1d6bf1fd4e6 ;
+    dho:hasOMAID "7979" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007980 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ae7e54fa-502b-48a2-8314-f04bae634cca ;
+    dho:hasLayer1 dhd:cd9d9420-b68e-4efb-9bfe-10689b323ce7 ;
+    dho:hasLayer2 dhd:41fc51ce-400e-4d65-b68a-bd9b1583e7aa ;
+    dho:hasOMAID "7980" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008188_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6e8460fa-b992-43c8-a6db-9777ff28cac8 ;
+    dho:hasLayer1 dhd:b6b7b72b-094d-45ca-8909-fc8288c4e987 ;
+    dho:hasLayer2 dhd:e709fd99-6707-4e70-bbea-a205e0b43591 ;
+    dho:hasOMAID "8188_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008268_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008268_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:263cd106-1d61-427d-a281-4f687748de7c ;
+    dho:hasLayer1 dhd:57ca7bde-7d8f-4f1d-a001-c26e333d8823 ;
+    dho:hasOMAID "8268_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008268_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008268_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8e1e3110-e24e-4964-8199-5677c2f2d26b ;
+    dho:hasLayer1 dhd:bfcbdacc-ec40-40ac-8d1f-a9c9b028f4ee ;
+    dho:hasOMAID "8268_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008299 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:354bc947-a69c-4c92-929c-5c838bd90575 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008299_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008299_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008299_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008299_A ;
+    dho:hasOMAID "8299" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008755 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:630a744e-e7cd-4c15-9384-6927ee3e362f ;
+    dho:hasMarshalledPart1 dhd:CoA0000008755_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008755_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008755_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008755_A ;
+    dho:hasOMAID "8755" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008800 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1587236d-1097-492c-a90d-2bf872c47627 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008800_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008800_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008800_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008800_A ;
+    dho:hasOMAID "8800" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008925_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added palewise" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008925_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:647d494f-e4c0-4d8b-9aff-b874ddbe649d ;
+    dho:hasLayer1 dhd:8a6fc4fb-0554-47d0-9220-32cdb19cfff8 ;
+    dho:hasOMAID "8925_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008954 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasChargeOverall dhd:54ae55a4-ce93-48ae-b84d-49076b4c97a0 ;
+    dho:hasField dhd:44724955-6618-4fb8-9323-0350275375ba ;
+    dho:hasMarshalledPart1 dhd:CoA0000008954_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008954_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008954_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008954_A ;
+    dho:hasOMAID "8954" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000009548 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c8e2c165-16d6-492e-8212-13ffdcaf9e4a ;
+    dho:hasOMAID "9548" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009585 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasChargeOverall dhd:8ac619e6-0f17-4783-a150-06c0187ba48f ;
+    dho:hasField dhd:41249161-ad26-484d-90ee-ca21a6397aed ;
+    dho:hasMarshalledPart1 dhd:CoA0000009585_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000009585_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000009585_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000009585_A ;
+    dho:hasOMAID "9585" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000019572 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4881ab74-5d68-4a67-ae48-d136661f8aea ;
+    dho:hasOMAID "19572" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000020908 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b0597e23-03fc-41c0-81f5-b64c072fc3c2 ;
+    dho:hasLayer1 dhd:73447694-3b3d-4a63-bf36-fbca9934bdd5 ;
+    dho:hasOMAID "20908" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000021424_A_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:82e1f03c-195f-46a7-a1dd-024bbddf340a ;
+    dho:hasLayer1 dhd:1d2d37ce-511c-45e9-8e4c-468b99c6a28e ;
+    dho:hasOMAID "21424_A_A" .
+
+dhd:CoA0000021424_A_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a8a0189e-aa0f-4205-aa61-b998b55e251a ;
+    dho:hasLayer1 dhd:08f3574f-9fbd-41e6-b502-e8d5d0089b4c ;
+    dho:hasOMAID "21424_A_B" .
+
+dhd:CoA0000021425_A_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e7d7213e-223c-4b0b-9684-52c062a6aed2 ;
+    dho:hasLayer1 dhd:efd3c710-a366-42d6-8a56-31b0203c0631 ;
+    dho:hasOMAID "21425_A_A" .
+
+dhd:CoA0000021425_A_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8349ca4c-695e-4ba1-a425-bf3753a892e2 ;
+    dho:hasLayer1 dhd:db49d7c6-f3f3-4e22-866b-bf75d6ff0763 ;
+    dho:hasOMAID "21425_A_B" .
+
+dhd:CoA0000021659_A_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4f65b56d-5757-4df9-be13-f5ee96ab167a ;
+    dho:hasOMAID "21659_A_A" .
+
+dhd:CoA0000021659_A_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6d14e7e6-b0e1-467f-8e1f-95b047e12939 ;
+    dho:hasLayer1 dhd:b4aebb02-1ca5-4e13-9d32-4e810ee3e847 ;
+    dho:hasOMAID "21659_A_B" .
+
+dhd:CoA0000022273_B_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:95eaff37-3e91-47e9-93e4-9c9d855a91c2 ;
+    dho:hasLayer1 dhd:e547db0c-68bb-499e-9801-576f1718c659 ;
+    dho:hasOMAID "22273_B_A" .
+
+dhd:CoA0000022273_B_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d9424923-4bdf-480a-8b84-ba34f180a776 ;
+    dho:hasLayer1 dhd:acd6b37f-f786-453b-bd99-1c8cf04e6897 ;
+    dho:hasOMAID "22273_B_B" .
+
+dhd:CoA0000022974_B_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:78f0e1be-f067-437f-888d-16e61c03f38a ;
+    dho:hasLayer1 dhd:019bbf93-38b1-409e-8c83-678d6f49dab2 ;
+    dho:hasOMAID "22974_B_A" .
+
+dhd:CoA0000022974_B_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ec1fb513-ac3c-4da4-9130-ea1abe98d7c3 ;
+    dho:hasLayer1 dhd:ee59d6c5-e586-4bc5-9db6-0bd0bbc1f398 ;
+    dho:hasOMAID "22974_B_B" .
+
+dhd:CoA0000023224_B_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a2fa5d82-e4e2-48ed-a4a4-04ea9810dc81 ;
+    dho:hasLayer1 dhd:09425797-6cdf-4cf3-b111-02f88ccf7044 ;
+    dho:hasOMAID "23224_B_A" .
+
+dhd:CoA0000023224_B_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d2c97211-177a-4549-be74-5c59e8a0a1c3 ;
+    dho:hasLayer1 dhd:723f782c-2b42-4afc-851d-de81d9baca06 ;
+    dho:hasOMAID "23224_B_B" .
+
+dhd:CoA0000026264_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:ee4f6a18-05d2-48f4-9c1f-aa8f88f95112 ;
+    dho:hasLayer1 dhd:b475e9ff-dfc2-4a62-b1fa-4db8ffba1b15 ;
+    dho:hasLayer2 dhd:5fcfb72a-fa85-4c7f-908f-b04c9561b34a ;
+    dho:hasOMAID "26264_1" .
+
+dhd:CoA0000027545 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a8c36af8-ca12-4100-ad83-24fddcc2cf71 ;
+    dho:hasOMAID "27545" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:MSBEL-11831 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 677 ;
+    dho:hasPrimaryBlason dhd:CoA0000008152 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "grwthuus" .
+
+dhd:MSBEL-11986 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 458 ;
+    dho:hasPrimaryBlason dhd:CoA0000003831 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "edelendorp" .
+
+dhd:MSBEL-12707 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 166 ;
+    dho:hasPrimaryBlason dhd:CoA0000009646,
+        dhd:CoA0000009646_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zweden zweden fb" .
+
+dhd:MSBEL-12710 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 167 ;
+    dho:hasPrimaryBlason dhd:CoA0000009649 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "rex aelbrt" .
+
+dhd:MSBEL-12713 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 169 ;
+    dho:hasPrimaryBlason dhd:CoA0000009650,
+        dhd:CoA0000009650_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zueden zueden" .
+
+dhd:MSBEL-12714 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 170 ;
+    dho:hasPrimaryBlason dhd:CoA0000009651,
+        dhd:CoA0000009651_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zueden" .
+
+dhd:MSBEL-12715 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 168 ;
+    dho:hasPrimaryBlason dhd:CoA0000009652,
+        dhd:CoA0000009652_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zueden zueden" .
+
+dhd:MSBEL-12716 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 171 ;
+    dho:hasPrimaryBlason dhd:CoA0000009653,
+        dhd:CoA0000009653_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "chirgillus mscak" .
+
+dhd:MSBEL-12719 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 172 ;
+    dho:hasPrimaryBlason dhd:CoA0000009378 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tuften" .
+
+dhd:MSBEL-12721 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 173 ;
+    dho:hasPrimaryBlason dhd:CoA0000009654 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr eeren ghisel" .
+
+dhd:MSBEL-12722 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 174 ;
+    dho:hasPrimaryBlason dhd:CoA0000009383 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ketel" .
+
+dhd:MSBEL-12725 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 175 ;
+    dho:hasPrimaryBlason dhd:CoA0000009655,
+        dhd:CoA0000009655_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr mag' hokens soon" .
+
+dhd:MSBEL-12728 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 176 ;
+    dho:hasPrimaryBlason dhd:CoA0000009656 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr bent boochs soon" .
+
+dhd:MSBEL-12731 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 177 ;
+    dho:hasPrimaryBlason dhd:CoA0000009657 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h steen bents soon" .
+
+dhd:MSBEL-12734 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 178 ;
+    dho:hasPrimaryBlason dhd:CoA0000009658,
+        dhd:CoA0000009658_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h yrek" .
+
+dhd:MSBEL-12737 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 179 ;
+    dho:hasPrimaryBlason dhd:CoA0000009660 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h joon oddes soon" .
+
+dhd:MSBEL-12738 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 180 ;
+    dho:hasPrimaryBlason dhd:CoA0000009661 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h nyglis ghedda" .
+
+dhd:MSBEL-12742 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 182 ;
+    dho:hasPrimaryBlason dhd:CoA0000009663 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bo joenssa" .
+
+dhd:MSBEL-12745 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 183 ;
+    dho:hasPrimaryBlason dhd:CoA0000009664 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kuenincsmart" .
+
+dhd:MSBEL-12757 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 188 ;
+    dho:hasPrimaryBlason dhd:CoA0000009668 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "11v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h bartus" .
+
+dhd:MSBEL-12758 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 189 ;
+    dho:hasPrimaryBlason dhd:CoA0000002583,
+        dhd:CoA0000002583_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "12r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "behem" .
+
+dhd:MSBEL-12763 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 190 ;
+    dho:hasPrimaryBlason dhd:CoA0000009669 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "12r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "rosenberch" .
+
+dhd:MSBEL-12771 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 193 ;
+    dho:hasPrimaryBlason dhd:CoA0000009671 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "12r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "waertenberch" .
+
+dhd:MSBEL-12786 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 197 ;
+    dho:hasPrimaryBlason dhd:CoA0000006641 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "monferrat" .
+
+dhd:MSBEL-12789 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 198 ;
+    dho:hasPrimaryBlason dhd:CoA0000017415 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "landou" .
+
+dhd:MSBEL-12791 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 199 ;
+    dho:hasPrimaryBlason dhd:CoA0000009676 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "..erne verone" .
+
+dhd:MSBEL-12797 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 4 ;
+    dho:hasPrimaryBlason dhd:CoA0000009678 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "anjou" .
+
+dhd:MSBEL-12798 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 11 ;
+    dho:hasPrimaryBlason dhd:CoA0000007822 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bloys" .
+
+dhd:MSBEL-12805 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 238 ;
+    dho:hasPrimaryBlason dhd:CoA0000007437 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "westerborch" .
+
+dhd:MSBEL-12806 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 239 ;
+    dho:hasPrimaryBlason dhd:CoA0000002714,
+        dhd:CoA0000002714_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "burchg'  vã drakeborch" .
+
+dhd:MSBEL-12807 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 240 ;
+    dho:hasPrimaryBlason dhd:CoA0000006229 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "naersen" .
+
+dhd:MSBEL-12808 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 241 ;
+    dho:hasPrimaryBlason dhd:CoA0000003081,
+        dhd:CoA0000003081_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "alstren" .
+
+dhd:MSBEL-12809 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 271 ;
+    dho:hasPrimaryBlason dhd:CoA0000007229 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr diederic vã wildêberch" .
+
+dhd:MSBEL-12810 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 272 ;
+    dho:hasPrimaryBlason dhd:CoA0000006056,
+        dhd:CoA0000006056_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "deuelde" .
+
+dhd:MSBEL-12812 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 278 ;
+    dho:hasPrimaryBlason dhd:CoA0000009505,
+        dhd:CoA0000009505_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hben" .
+
+dhd:MSBEL-12815 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 346 ;
+    dho:hasPrimaryBlason dhd:CoA0000002653 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-12817 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 379 ;
+    dho:hasPrimaryBlason dhd:CoA0000006259 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "25v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-12822 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 421 ;
+    dho:hasPrimaryBlason dhd:CoA0000009682,
+        dhd:CoA0000009682_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "scarpenstein scarpenstein" .
+
+dhd:MSBEL-12825 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 423 ;
+    dho:hasPrimaryBlason dhd:CoA0000006238 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zwalbach" .
+
+dhd:MSBEL-12826 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 427 ;
+    dho:hasPrimaryBlason dhd:CoA0000004403,
+        dhd:CoA0000004403_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "n.. ch nvenboirch" .
+
+dhd:MSBEL-12827 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 430 ;
+    dho:hasPrimaryBlason dhd:CoA0000007567 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hênenberch" .
+
+dhd:MSBEL-12828 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 431 ;
+    dho:hasPrimaryBlason dhd:CoA0000007437 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "westerboirch" .
+
+dhd:MSBEL-12830 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 501 ;
+    dho:hasPrimaryBlason dhd:CoA0000002811 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "jã vã brocke" .
+
+dhd:MSBEL-12831 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 508 ;
+    dho:hasPrimaryBlason dhd:CoA0000009683 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-12832 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 528 ;
+    dho:hasPrimaryBlason dhd:CoA0000002838 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "geerstorp" .
+
+dhd:MSBEL-12833 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 529 ;
+    dho:hasPrimaryBlason dhd:CoA0000002839 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-12837 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 531 ;
+    dho:hasPrimaryBlason dhd:CoA0000006605 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "34r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wenden" .
+
+dhd:MSBEL-17057 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 248 ;
+    dho:hasPrimaryBlason dhd:CoA0000011494 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die quartelmaret" .
+
+dhd:MSBEL-4052 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 1 ;
+    dho:hasPrimaryBlason dhd:CoA0000002904,
+        dhd:CoA0000002904_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4053 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 2 ;
+    dho:hasPrimaryBlason dhd:CoA0000007766 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "doufin  daufin" .
+
+dhd:MSBEL-4054 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 3 ;
+    dho:hasPrimaryBlason dhd:CoA0000002905,
+        dhd:CoA0000002905_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "borbon  bourbon" .
+
+dhd:MSBEL-4055 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 5 ;
+    dho:hasPrimaryBlason dhd:CoA0000008287,
+        dhd:CoA0000008287_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bourgong" .
+
+dhd:MSBEL-4056 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 6 ;
+    dho:hasPrimaryBlason dhd:CoA0000002906,
+        dhd:CoA0000002906_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "berry" .
+
+dhd:MSBEL-4057 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 7 ;
+    dho:hasPrimaryBlason dhd:CoA0000005679,
+        dhd:CoA0000005679_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "orliens orliens" .
+
+dhd:MSBEL-4058 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 8 ;
+    dho:hasPrimaryBlason dhd:CoA0000001543 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "gasscong  gascoine" .
+
+dhd:MSBEL-4059 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 9 ;
+    dho:hasPrimaryBlason dhd:CoA0000002907,
+        dhd:CoA0000002907_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bar" .
+
+dhd:MSBEL-4060 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 10 ;
+    dho:hasPrimaryBlason dhd:CoA0000006389,
+        dhd:CoA0000006389_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "noermandien  normendie" .
+
+dhd:MSBEL-4061 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 12 ;
+    dho:hasPrimaryBlason dhd:CoA0000016114,
+        dhd:CoA0000016114_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "stampis estampes" .
+
+dhd:MSBEL-4062 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 13 ;
+    dho:hasPrimaryBlason dhd:CoA0000002909 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "damertim  damartin" .
+
+dhd:MSBEL-4063 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 14 ;
+    dho:hasPrimaryBlason dhd:CoA0000000526 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bolooghien  boulogne" .
+
+dhd:MSBEL-4064 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 15 ;
+    dho:hasPrimaryBlason dhd:CoA0000002910,
+        dhd:CoA0000002910_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "..lenso  alencon" .
+
+dhd:MSBEL-4065 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 16 ;
+    dho:hasPrimaryBlason dhd:CoA0000002911,
+        dhd:CoA0000002911_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ar..is  artois" .
+
+dhd:MSBEL-4066 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 17 ;
+    dho:hasPrimaryBlason dhd:CoA0000006390 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "reteaus  retel" .
+
+dhd:MSBEL-4067 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 18 ;
+    dho:hasPrimaryBlason dhd:CoA0000006392,
+        dhd:CoA0000006392_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "g vâ niuer  g van niuars" .
+
+dhd:MSBEL-4068 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 19 ;
+    dho:hasPrimaryBlason dhd:CoA0000007758 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "grandpret  g..pret" .
+
+dhd:MSBEL-4069 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 20 ;
+    dho:hasPrimaryBlason dhd:CoA0000007076,
+        dhd:CoA0000007076_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vaudemont  vademôt" .
+
+dhd:MSBEL-4070 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 21 ;
+    dho:hasPrimaryBlason dhd:CoA0000003607 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "grava vâ gmont  grave van gmont" .
+
+dhd:MSBEL-4071 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 22 ;
+    dho:hasPrimaryBlason dhd:CoA0000008974 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "harcoert  harcourt" .
+
+dhd:MSBEL-4072 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 23 ;
+    dho:hasPrimaryBlason dhd:CoA0000006761 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "pontieu  pontye" .
+
+dhd:MSBEL-4073 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 24 ;
+    dho:hasPrimaryBlason dhd:CoA0000002956 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "auschoren" .
+
+dhd:MSBEL-4074 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 25 ;
+    dho:hasPrimaryBlason dhd:CoA0000002938 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "guynnes  ghisen" .
+
+dhd:MSBEL-4075 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 26 ;
+    dho:hasPrimaryBlason dhd:CoA0000006411 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "soisson" .
+
+dhd:MSBEL-4076 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 27 ;
+    dho:hasPrimaryBlason dhd:CoA0000006412 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "rousey  rausi" .
+
+dhd:MSBEL-4077 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 28 ;
+    dho:hasPrimaryBlason dhd:CoA0000008837,
+        dhd:CoA0000008837_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "sainct pol  simpol" .
+
+dhd:MSBEL-4078 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 29 ;
+    dho:hasPrimaryBlason dhd:CoA0000007961,
+        dhd:CoA0000007961_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "beaufort" .
+
+dhd:MSBEL-4079 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 30 ;
+    dho:hasPrimaryBlason dhd:CoA0000006415,
+        dhd:CoA0000006415_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "poytiers" .
+
+dhd:MSBEL-4080 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 31 ;
+    dho:hasPrimaryBlason dhd:CoA0000008378,
+        dhd:CoA0000008378_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "eu  eu" .
+
+dhd:MSBEL-4081 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 32 ;
+    dho:hasPrimaryBlason dhd:CoA0000002940 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "geneue  genevre" .
+
+dhd:MSBEL-4082 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 33 ;
+    dho:hasPrimaryBlason dhd:CoA0000002942 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "freux  dru" .
+
+dhd:MSBEL-4083 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 34 ;
+    dho:hasPrimaryBlason dhd:CoA0000007085,
+        dhd:CoA0000007085_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vendosme g vendome" .
+
+dhd:MSBEL-4084 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 35 ;
+    dho:hasPrimaryBlason dhd:CoA0000008991,
+        dhd:CoA0000008991_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tarête  tereten" .
+
+dhd:MSBEL-4085 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 36 ;
+    dho:hasPrimaryBlason dhd:CoA0000001357,
+        dhd:CoA0000001357_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "foreest" .
+
+dhd:MSBEL-4086 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 37 ;
+    dho:hasPrimaryBlason dhd:CoA0000008724,
+        dhd:CoA0000008724_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "môfort" .
+
+dhd:MSBEL-4087 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 38 ;
+    dho:hasPrimaryBlason dhd:CoA0000006418,
+        dhd:CoA0000006418_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "môbiliart" .
+
+dhd:MSBEL-4088 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 39 ;
+    dho:hasPrimaryBlason dhd:CoA0000006710 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vâ orge" .
+
+dhd:MSBEL-4089 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 40 ;
+    dho:hasPrimaryBlason dhd:CoA0000004537,
+        dhd:CoA0000004537_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "pegor" .
+
+dhd:MSBEL-4090 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 41 ;
+    dho:hasPrimaryBlason dhd:CoA0000003357,
+        dhd:CoA0000003357_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cominges  cominis" .
+
+dhd:MSBEL-4091 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 42 ;
+    dho:hasPrimaryBlason dhd:CoA0000007099,
+        dhd:CoA0000007099_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "verson" .
+
+dhd:MSBEL-4093 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 44 ;
+    dho:hasPrimaryBlason dhd:CoA0000000773,
+        dhd:CoA0000000773_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "sansairre  sanssorie" .
+
+dhd:MSBEL-4094 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 45 ;
+    dho:hasPrimaryBlason dhd:CoA0000008682 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "viandem  vianden" .
+
+dhd:MSBEL-4095 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 46 ;
+    dho:hasPrimaryBlason dhd:CoA0000008359,
+        dhd:CoA0000008359_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "licrs  lics" .
+
+dhd:MSBEL-4157 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 202 ;
+    dho:hasPrimaryBlason dhd:CoA0000007285 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wirtenberch" .
+
+dhd:MSBEL-4158 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 203 ;
+    dho:hasPrimaryBlason dhd:CoA0000004403,
+        dhd:CoA0000004403_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "nyenborch" .
+
+dhd:MSBEL-4159 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 204 ;
+    dho:hasPrimaryBlason dhd:CoA0000002668 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "elrebach" .
+
+dhd:MSBEL-4160 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 205 ;
+    dho:hasPrimaryBlason dhd:CoA0000002694 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "g' vâ tsolre  g'vâ solre" .
+
+dhd:MSBEL-4161 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 206 ;
+    dho:hasPrimaryBlason dhd:CoA0000007824 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "maentz" .
+
+dhd:MSBEL-4162 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 207 ;
+    dho:hasPrimaryBlason dhd:CoA0000006673,
+        dhd:CoA0000006673_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "nassau  nassau" .
+
+dhd:MSBEL-4163 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 208 ;
+    dho:hasPrimaryBlason dhd:CoA0000010921 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lininghen" .
+
+dhd:MSBEL-4164 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 209 ;
+    dho:hasPrimaryBlason dhd:CoA0000006220 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "spanem spanem" .
+
+dhd:MSBEL-4165 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 210 ;
+    dho:hasPrimaryBlason dhd:CoA0000006221 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "spanem" .
+
+dhd:MSBEL-4166 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 211 ;
+    dho:hasPrimaryBlason dhd:CoA0000003744 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ysenborch" .
+
+dhd:MSBEL-4167 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 212 ;
+    dho:hasPrimaryBlason dhd:CoA0000002696 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cronêborch" .
+
+dhd:MSBEL-4168 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 213 ;
+    dho:hasPrimaryBlason dhd:CoA0000002601 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kiborch  kkiborch" .
+
+dhd:MSBEL-4169 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 214 ;
+    dho:hasPrimaryBlason dhd:CoA0000002698 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "aerberch" .
+
+dhd:MSBEL-4171 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 216 ;
+    dho:hasPrimaryBlason dhd:CoA0000007206 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wertheym" .
+
+dhd:MSBEL-4172 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 217 ;
+    dho:hasPrimaryBlason dhd:CoA0000002700 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "knnebel  knnebel" .
+
+dhd:MSBEL-4173 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 218 ;
+    dho:hasPrimaryBlason dhd:CoA0000003818 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr petr burchg" .
+
+dhd:MSBEL-4174 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 219 ;
+    dho:hasPrimaryBlason dhd:CoA0000006222 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vâ lienstein" .
+
+dhd:MSBEL-4175 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 220 ;
+    dho:hasPrimaryBlason dhd:CoA0000002701,
+        dhd:CoA0000002701_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die coppen" .
+
+dhd:MSBEL-4176 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 221 ;
+    dho:hasPrimaryBlason dhd:CoA0000002703 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr symô van gontem" .
+
+dhd:MSBEL-4177 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 222 ;
+    dho:hasPrimaryBlason dhd:CoA0000002704 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "grausse" .
+
+dhd:MSBEL-4178 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 223 ;
+    dho:hasPrimaryBlason dhd:CoA0000002706 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kamerer" .
+
+dhd:MSBEL-4179 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 224 ;
+    dho:hasPrimaryBlason dhd:CoA0000006224 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "oudenem" .
+
+dhd:MSBEL-4180 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 225 ;
+    dho:hasPrimaryBlason dhd:CoA0000002695 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "17r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "gûe vâ kirberch" .
+
+dhd:MSBEL-4181 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 226 ;
+    dho:hasPrimaryBlason dhd:CoA0000006223 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "17r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "limborch" .
+
+dhd:MSBEL-4182 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 227 ;
+    dho:hasPrimaryBlason dhd:CoA0000002709 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "17r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h craft vâ oudêdorp" .
+
+dhd:MSBEL-4184 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 229 ;
+    dho:hasPrimaryBlason dhd:CoA0000002708 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "17r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vâ kriechen" .
+
+dhd:MSBEL-4185 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 230 ;
+    dho:hasPrimaryBlason dhd:CoA0000002710 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "17r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "gbenheim  gbenheim" .
+
+dhd:MSBEL-4187 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 232 ;
+    dho:hasPrimaryBlason dhd:CoA0000007805 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "17r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vâ dacstel" .
+
+dhd:MSBEL-4189 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 234 ;
+    dho:hasPrimaryBlason dhd:CoA0000003783 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cölen" .
+
+dhd:MSBEL-4190 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 235 ;
+    dho:hasPrimaryBlason dhd:CoA0000006227 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zaerwerden  zaerwerden" .
+
+dhd:MSBEL-4191 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 236 ;
+    dho:hasPrimaryBlason dhd:CoA0000002712 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "aernsberch" .
+
+dhd:MSBEL-4192 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 237 ;
+    dho:hasPrimaryBlason dhd:CoA0000006228,
+        dhd:CoA0000006228_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "rynach" .
+
+dhd:MSBEL-4193 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 242 ;
+    dho:hasPrimaryBlason dhd:CoA0000003803,
+        dhd:CoA0000003803_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lanscroon" .
+
+dhd:MSBEL-4194 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 243 ;
+    dho:hasPrimaryBlason dhd:CoA0000006230 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die voocht vâ merem" .
+
+dhd:MSBEL-4195 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 244 ;
+    dho:hasPrimaryBlason dhd:CoA0000002715 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bloemeroed" .
+
+dhd:MSBEL-4196 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 245 ;
+    dho:hasPrimaryBlason dhd:CoA0000006231 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tyen  t'yen" .
+
+dhd:MSBEL-4197 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 246 ;
+    dho:hasPrimaryBlason dhd:CoA0000006232 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h rutgr roots" .
+
+dhd:MSBEL-4198 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 247 ;
+    dho:hasPrimaryBlason dhd:CoA0000002702 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "coppe" .
+
+dhd:MSBEL-4201 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 250 ;
+    dho:hasPrimaryBlason dhd:CoA0000002717 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h diederic vâ granzou" .
+
+dhd:MSBEL-4202 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 251 ;
+    dho:hasPrimaryBlason dhd:CoA0000002718 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h henne vâ kêtenich" .
+
+dhd:MSBEL-4203 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 252 ;
+    dho:hasPrimaryBlason dhd:CoA0000007367 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vnc vâ mômersloech" .
+
+dhd:MSBEL-4204 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 253 ;
+    dho:hasPrimaryBlason dhd:CoA0000007037 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "trier  trier" .
+
+dhd:MSBEL-4205 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 254 ;
+    dho:hasPrimaryBlason dhd:CoA0000006234,
+        dhd:CoA0000006234_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "saerbrug  saerbrug" .
+
+dhd:MSBEL-4206 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 255 ;
+    dho:hasPrimaryBlason dhd:CoA0000006872 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "salm" .
+
+dhd:MSBEL-4207 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 256 ;
+    dho:hasPrimaryBlason dhd:CoA0000003176,
+        dhd:CoA0000003176_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "blanckenê" .
+
+dhd:MSBEL-4208 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 257 ;
+    dho:hasPrimaryBlason dhd:CoA0000006235 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "virneboirch" .
+
+dhd:MSBEL-4209 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 258 ;
+    dho:hasPrimaryBlason dhd:CoA0000002723 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "valkenstein" .
+
+dhd:MSBEL-4210 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 259 ;
+    dho:hasPrimaryBlason dhd:CoA0000002724 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "helfens..  helfensteyn" .
+
+dhd:MSBEL-4211 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 260 ;
+    dho:hasPrimaryBlason dhd:CoA0000006881,
+        dhd:CoA0000006881_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zeyn" .
+
+dhd:MSBEL-4212 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 261 ;
+    dho:hasPrimaryBlason dhd:CoA0000002731 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "eppenstein" .
+
+dhd:MSBEL-4213 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 262 ;
+    dho:hasPrimaryBlason dhd:CoA0000002727 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vleckenstein" .
+
+dhd:MSBEL-4214 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 263 ;
+    dho:hasPrimaryBlason dhd:CoA0000002720 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "dierstein" .
+
+dhd:MSBEL-4215 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 264 ;
+    dho:hasPrimaryBlason dhd:CoA0000008220 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "boebarde" .
+
+dhd:MSBEL-4216 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 265 ;
+    dho:hasPrimaryBlason dhd:CoA0000007985 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr jâ hasenson" .
+
+dhd:MSBEL-4217 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 266 ;
+    dho:hasPrimaryBlason dhd:CoA0000002725 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der schenk vâ erbach" .
+
+dhd:MSBEL-4218 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 267 ;
+    dho:hasPrimaryBlason dhd:CoA0000002722 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "klingenberch" .
+
+dhd:MSBEL-4219 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 268 ;
+    dho:hasPrimaryBlason dhd:CoA0000006237 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "scoenborch" .
+
+dhd:MSBEL-4220 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 269 ;
+    dho:hasPrimaryBlason dhd:CoA0000002728 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "eyck" .
+
+dhd:MSBEL-4221 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 270 ;
+    dho:hasPrimaryBlason dhd:CoA0000007194 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr gheriit vâ wünsberch" .
+
+dhd:MSBEL-4222 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 273 ;
+    dho:hasPrimaryBlason dhd:CoA0000007334,
+        dhd:CoA0000007334_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bier birs" .
+
+dhd:MSBEL-4223 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 274 ;
+    dho:hasPrimaryBlason dhd:CoA0000002729 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "burenshê" .
+
+dhd:MSBEL-4224 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 275 ;
+    dho:hasPrimaryBlason dhd:CoA0000002730,
+        dhd:CoA0000002730_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "yfendal  yfendal" .
+
+dhd:MSBEL-4225 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 276 ;
+    dho:hasPrimaryBlason dhd:CoA0000007555 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "craft voyt vâ broenhusê" .
+
+dhd:MSBEL-4226 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 277 ;
+    dho:hasPrimaryBlason dhd:CoA0000006238 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "herm' vâ zwalbach" .
+
+dhd:MSBEL-4227 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 279 ;
+    dho:hasPrimaryBlason dhd:CoA0000006239 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her herrnr' scenck vâ zwêberg" .
+
+dhd:MSBEL-4228 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 280 ;
+    dho:hasPrimaryBlason dhd:CoA0000002733 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jâ vâ g'benheym" .
+
+dhd:MSBEL-4229 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 281 ;
+    dho:hasPrimaryBlason dhd:CoA0000006240 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "erwiin vâ zwalbach" .
+
+dhd:MSBEL-4230 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 282 ;
+    dho:hasPrimaryBlason dhd:CoA0000008668 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4231 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 283 ;
+    dho:hasPrimaryBlason dhd:CoA0000007750 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "beyen  beyern" .
+
+dhd:MSBEL-4232 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 284 ;
+    dho:hasPrimaryBlason dhd:CoA0000003758,
+        dhd:CoA0000003758_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "katsenellenbog'  katsenellenboge" .
+
+dhd:MSBEL-4233 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 285 ;
+    dho:hasPrimaryBlason dhd:CoA0000007567 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "henenberch" .
+
+dhd:MSBEL-4234 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 286 ;
+    dho:hasPrimaryBlason dhd:CoA0000007804 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zalm  zalm" .
+
+dhd:MSBEL-4235 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 287 ;
+    dho:hasPrimaryBlason dhd:CoA0000002735 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wede" .
+
+dhd:MSBEL-4236 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 288 ;
+    dho:hasPrimaryBlason dhd:CoA0000007262 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wedekenstein" .
+
+dhd:MSBEL-4237 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 289 ;
+    dho:hasPrimaryBlason dhd:CoA0000002736 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "holoch" .
+
+dhd:MSBEL-4238 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 290 ;
+    dho:hasPrimaryBlason dhd:CoA0000008666 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der zaxenhouser  der zaxenhouser" .
+
+dhd:MSBEL-4240 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 292 ;
+    dho:hasPrimaryBlason dhd:CoA0000006243 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "moesbach" .
+
+dhd:MSBEL-4241 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 293 ;
+    dho:hasPrimaryBlason dhd:CoA0000006246 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zassenhouer" .
+
+dhd:MSBEL-4242 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 294 ;
+    dho:hasPrimaryBlason dhd:CoA0000007311 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tsenger" .
+
+dhd:MSBEL-4243 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 295 ;
+    dho:hasPrimaryBlason dhd:CoA0000002739 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "deghenberg" .
+
+dhd:MSBEL-4244 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 296 ;
+    dho:hasPrimaryBlason dhd:CoA0000007265,
+        dhd:CoA0000007265_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h hans vâ wenchem" .
+
+dhd:MSBEL-4245 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 297 ;
+    dho:hasPrimaryBlason dhd:CoA0000002740 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der vûlnuenhord  der vulnenhoû" .
+
+dhd:MSBEL-4246 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 298 ;
+    dho:hasPrimaryBlason dhd:CoA0000006866 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "saxen" .
+
+dhd:MSBEL-4247 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 299 ;
+    dho:hasPrimaryBlason dhd:CoA0000003227 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "brunswiic  brunswiic" .
+
+dhd:MSBEL-4248 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 300 ;
+    dho:hasPrimaryBlason dhd:CoA0000008670 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her aelbr va lûnenburch  htg aelbt van lunenborch" .
+
+dhd:MSBEL-4249 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 301 ;
+    dho:hasPrimaryBlason dhd:CoA0000008266 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "aenhalt" .
+
+dhd:MSBEL-4250 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 302 ;
+    dho:hasPrimaryBlason dhd:CoA0000002607 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bentem" .
+
+dhd:MSBEL-4251 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 303 ;
+    dho:hasPrimaryBlason dhd:CoA0000019399 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "scouenboirch" .
+
+dhd:MSBEL-4252 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 304 ;
+    dho:hasPrimaryBlason dhd:CoA0000007015 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tekeneboirch" .
+
+dhd:MSBEL-4253 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 305 ;
+    dho:hasPrimaryBlason dhd:CoA0000003724 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hoye" .
+
+dhd:MSBEL-4254 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 306 ;
+    dho:hasPrimaryBlason dhd:CoA0000007119 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "waldec" .
+
+dhd:MSBEL-4255 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 307 ;
+    dho:hasPrimaryBlason dhd:CoA0000002751 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "diefholt" .
+
+dhd:MSBEL-4256 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 308 ;
+    dho:hasPrimaryBlason dhd:CoA0000006250 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ridberch" .
+
+dhd:MSBEL-4257 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 309 ;
+    dho:hasPrimaryBlason dhd:CoA0000007414 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "sternberch" .
+
+dhd:MSBEL-4258 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 310 ;
+    dho:hasPrimaryBlason dhd:CoA0000003450,
+        dhd:CoA0000003450_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "euerstein" .
+
+dhd:MSBEL-4259 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 311 ;
+    dho:hasPrimaryBlason dhd:CoA0000002741 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bilstene" .
+
+dhd:MSBEL-4260 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 312 ;
+    dho:hasPrimaryBlason dhd:CoA0000007287 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wonstorp" .
+
+dhd:MSBEL-4261 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 313 ;
+    dho:hasPrimaryBlason dhd:CoA0000021819 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der mesenhouser" .
+
+dhd:MSBEL-4262 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 314 ;
+    dho:hasPrimaryBlason dhd:CoA0000002743 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "berghe" .
+
+dhd:MSBEL-4263 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 315 ;
+    dho:hasPrimaryBlason dhd:CoA0000002752 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "g' van helremôt" .
+
+dhd:MSBEL-4264 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 316 ;
+    dho:hasPrimaryBlason dhd:CoA0000007317 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "g vâ saghêhaghen" .
+
+dhd:MSBEL-4265 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 317 ;
+    dho:hasPrimaryBlason dhd:CoA0000007014 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die hêtge vâ teck" .
+
+dhd:MSBEL-4266 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 318 ;
+    dho:hasPrimaryBlason dhd:CoA0000003785 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".. vâ coninxeck" .
+
+dhd:MSBEL-4273 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 325 ;
+    dho:hasPrimaryBlason dhd:CoA0000002758 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "21v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ymmichhusen" .
+
+dhd:MSBEL-4276 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 328 ;
+    dho:hasPrimaryBlason dhd:CoA0000019257 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "varringherode  warringherode" .
+
+dhd:MSBEL-4277 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 329 ;
+    dho:hasPrimaryBlason dhd:CoA0000006254 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zwaelweberg" .
+
+dhd:MSBEL-4278 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 330 ;
+    dho:hasPrimaryBlason dhd:CoA0000006252,
+        dhd:CoA0000006252_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "nuensteyn" .
+
+dhd:MSBEL-4279 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 331 ;
+    dho:hasPrimaryBlason dhd:CoA0000002680 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4280 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 332 ;
+    dho:hasPrimaryBlason dhd:CoA0000003961 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "loon" .
+
+dhd:MSBEL-4281 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 333 ;
+    dho:hasPrimaryBlason dhd:CoA0000002681 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "diepenbeec" .
+
+dhd:MSBEL-4282 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 334 ;
+    dho:hasPrimaryBlason dhd:CoA0000007412 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "steyn" .
+
+dhd:MSBEL-4283 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 335 ;
+    dho:hasPrimaryBlason dhd:CoA0000006210 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tormer" .
+
+dhd:MSBEL-4284 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 336 ;
+    dho:hasPrimaryBlason dhd:CoA0000007229 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h'dieder vâ wildêberch" .
+
+dhd:MSBEL-4285 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 337 ;
+    dho:hasPrimaryBlason dhd:CoA0000002683 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr idieder vâ hanef" .
+
+dhd:MSBEL-4286 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 338 ;
+    dho:hasPrimaryBlason dhd:CoA0000009917 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr' läbr' vâ ho.." .
+
+dhd:MSBEL-4287 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 339 ;
+    dho:hasPrimaryBlason dhd:CoA0000002684 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "arkenteel" .
+
+dhd:MSBEL-4289 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 341 ;
+    dho:hasPrimaryBlason dhd:CoA0000002688 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4290 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 342 ;
+    dho:hasPrimaryBlason dhd:CoA0000006213 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4292 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 344 ;
+    dho:hasPrimaryBlason dhd:CoA0000007602 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4293 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 345 ;
+    dho:hasPrimaryBlason dhd:CoA0000006215 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "mabbertinghen" .
+
+dhd:MSBEL-4294 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 347 ;
+    dho:hasPrimaryBlason dhd:CoA0000006216 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4295 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 348 ;
+    dho:hasPrimaryBlason dhd:CoA0000002937 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr aaem vâ kkem" .
+
+dhd:MSBEL-4296 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 349 ;
+    dho:hasPrimaryBlason dhd:CoA0000005965,
+        dhd:CoA0000005965_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "rodenbach" .
+
+dhd:MSBEL-4298 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 351 ;
+    dho:hasPrimaryBlason dhd:CoA0000002691 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "reynkiin vâ berghen" .
+
+dhd:MSBEL-4299 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 352 ;
+    dho:hasPrimaryBlason dhd:CoA0000002692 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "thorel vâ baern" .
+
+dhd:MSBEL-4300 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 353 ;
+    dho:hasPrimaryBlason dhd:CoA0000007880 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "23v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4305 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 359 ;
+    dho:hasPrimaryBlason dhd:CoA0000006129 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "stierlant" .
+
+dhd:MSBEL-4307 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 361 ;
+    dho:hasPrimaryBlason dhd:CoA0000002767 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cyli" .
+
+dhd:MSBEL-4308 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 362 ;
+    dho:hasPrimaryBlason dhd:CoA0000007138 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "walse" .
+
+dhd:MSBEL-4309 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 363 ;
+    dho:hasPrimaryBlason dhd:CoA0000006253,
+        dhd:CoA0000006253_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "stadecker" .
+
+dhd:MSBEL-4310 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 364 ;
+    dho:hasPrimaryBlason dhd:CoA0000006256 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "mysou" .
+
+dhd:MSBEL-4311 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 365 ;
+    dho:hasPrimaryBlason dhd:CoA0000006136,
+        dhd:CoA0000006136_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "liectensteyner" .
+
+dhd:MSBEL-4312 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 366 ;
+    dho:hasPrimaryBlason dhd:CoA0000002763 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "krayer" .
+
+dhd:MSBEL-4315 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 369 ;
+    dho:hasPrimaryBlason dhd:CoA0000006255 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "stonneberg" .
+
+dhd:MSBEL-4316 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 370 ;
+    dho:hasPrimaryBlason dhd:CoA0000002764 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kapêllr" .
+
+dhd:MSBEL-4317 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 371 ;
+    dho:hasPrimaryBlason dhd:CoA0000006258 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tosenpach" .
+
+dhd:MSBEL-4318 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 372 ;
+    dho:hasPrimaryBlason dhd:CoA0000002766 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cuers" .
+
+dhd:MSBEL-4319 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 373 ;
+    dho:hasPrimaryBlason dhd:CoA0000002759 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ruxdorfer" .
+
+dhd:MSBEL-4320 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 374 ;
+    dho:hasPrimaryBlason dhd:CoA0000002768 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "crayn" .
+
+dhd:MSBEL-4321 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 375 ;
+    dho:hasPrimaryBlason dhd:CoA0000006259 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tietel  tietel" .
+
+dhd:MSBEL-4324 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 381 ;
+    dho:hasPrimaryBlason dhd:CoA0000006423 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "26r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "savoye" .
+
+dhd:MSBEL-4327 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 384 ;
+    dho:hasPrimaryBlason dhd:CoA0000005282 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "26r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h darrieu de vagrinose" .
+
+dhd:MSBEL-4328 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 385 ;
+    dho:hasPrimaryBlason dhd:CoA0000002769 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "26r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "pier de la bame" .
+
+dhd:MSBEL-4330 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 387 ;
+    dho:hasPrimaryBlason dhd:CoA0000005412 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "26r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "voserie" .
+
+dhd:MSBEL-4336 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 393 ;
+    dho:hasPrimaryBlason dhd:CoA0000002772 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "29v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kokerets" .
+
+dhd:MSBEL-4337 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 394 ;
+    dho:hasPrimaryBlason dhd:CoA0000002773 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "29v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lansberg" .
+
+dhd:MSBEL-4340 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 397 ;
+    dho:hasPrimaryBlason dhd:CoA0000002774 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "29v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "g vâ don" .
+
+dhd:MSBEL-4342 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 400 ;
+    dho:hasPrimaryBlason dhd:CoA0000006272 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "29v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "g vâ ortenberch" .
+
+dhd:MSBEL-4343 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 401 ;
+    dho:hasPrimaryBlason dhd:CoA0000006270 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "29v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "slewen" .
+
+dhd:MSBEL-4344 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 402 ;
+    dho:hasPrimaryBlason dhd:CoA0000007264 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "29v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h hans vâ wenchê" .
+
+dhd:MSBEL-4345 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 403 ;
+    dho:hasPrimaryBlason dhd:CoA0000008676,
+        dhd:CoA0000008676_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "..  f vâ nuerêberch" .
+
+dhd:MSBEL-4347 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 405 ;
+    dho:hasPrimaryBlason dhd:CoA0000002781 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4349 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 407 ;
+    dho:hasPrimaryBlason dhd:CoA0000006274 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vâ zensheim" .
+
+dhd:MSBEL-4350 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 408 ;
+    dho:hasPrimaryBlason dhd:CoA0000002778,
+        dhd:CoA0000002778_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vâ gripenstein" .
+
+dhd:MSBEL-4351 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 409 ;
+    dho:hasPrimaryBlason dhd:CoA0000006283 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h sterkenberghr" .
+
+dhd:MSBEL-4352 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 410 ;
+    dho:hasPrimaryBlason dhd:CoA0000002776,
+        dhd:CoA0000002776_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "..rert vâ grêst'" .
+
+dhd:MSBEL-4353 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 411 ;
+    dho:hasPrimaryBlason dhd:CoA0000006275 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "coenr' dem toere" .
+
+dhd:MSBEL-4354 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 412 ;
+    dho:hasPrimaryBlason dhd:CoA0000006278 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ever van waert" .
+
+dhd:MSBEL-4355 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 413 ;
+    dho:hasPrimaryBlason dhd:CoA0000006279 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vonerste vâ tornow" .
+
+dhd:MSBEL-4356 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 414 ;
+    dho:hasPrimaryBlason dhd:CoA0000006281 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zanleheÿm" .
+
+dhd:MSBEL-4357 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 415 ;
+    dho:hasPrimaryBlason dhd:CoA0000002779,
+        dhd:CoA0000002779_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "eglenstein" .
+
+dhd:MSBEL-4358 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 416 ;
+    dho:hasPrimaryBlason dhd:CoA0000002780 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h hans vâ gyeck" .
+
+dhd:MSBEL-4360 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 418 ;
+    dho:hasPrimaryBlason dhd:CoA0000006273,
+        dhd:CoA0000006273_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lochou" .
+
+dhd:MSBEL-4361 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 419 ;
+    dho:hasPrimaryBlason dhd:CoA0000006825 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h hns van redelheim" .
+
+dhd:MSBEL-4362 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 420 ;
+    dho:hasPrimaryBlason dhd:CoA0000006266,
+        dhd:CoA0000006266_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zwartsborch" .
+
+dhd:MSBEL-4363 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 422 ;
+    dho:hasPrimaryBlason dhd:CoA0000006288 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vme vâ zanlehey" .
+
+dhd:MSBEL-4365 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 425 ;
+    dho:hasPrimaryBlason dhd:CoA0000003689,
+        dhd:CoA0000003689_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "..  vâ hessen" .
+
+dhd:MSBEL-4366 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 426 ;
+    dho:hasPrimaryBlason dhd:CoA0000007717 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "arberch" .
+
+dhd:MSBEL-4368 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 429 ;
+    dho:hasPrimaryBlason dhd:CoA0000002787,
+        dhd:CoA0000002787_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die rug vã beumboirch" .
+
+dhd:MSBEL-4377 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 440 ;
+    dho:hasPrimaryBlason dhd:CoA0000002761 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hoonsteyn" .
+
+dhd:MSBEL-4378 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 441 ;
+    dho:hasPrimaryBlason dhd:CoA0000019873 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jâ vâ mestein" .
+
+dhd:MSBEL-4379 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 442 ;
+    dho:hasPrimaryBlason dhd:CoA0000002792,
+        dhd:CoA0000002792_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "haeffboirch" .
+
+dhd:MSBEL-4380 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 443 ;
+    dho:hasPrimaryBlason dhd:CoA0000002793 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "brandiis" .
+
+dhd:MSBEL-4381 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 444 ;
+    dho:hasPrimaryBlason dhd:CoA0000006294 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bisscop vâ münster  d bisscop va mûnster" .
+
+dhd:MSBEL-4382 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 445 ;
+    dho:hasPrimaryBlason dhd:CoA0000006715 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "brenburg" .
+
+dhd:MSBEL-4383 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 446 ;
+    dho:hasPrimaryBlason dhd:CoA0000007388 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4384 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 447 ;
+    dho:hasPrimaryBlason dhd:CoA0000006500 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lippe" .
+
+dhd:MSBEL-4385 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 448 ;
+    dho:hasPrimaryBlason dhd:CoA0000006296 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "stenvoirt" .
+
+dhd:MSBEL-4386 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 449 ;
+    dho:hasPrimaryBlason dhd:CoA0000006926,
+        dhd:CoA0000006926_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zolims" .
+
+dhd:MSBEL-4388 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 451 ;
+    dho:hasPrimaryBlason dhd:CoA0000006297,
+        dhd:CoA0000006297_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ludichuisen" .
+
+dhd:MSBEL-4390 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 453 ;
+    dho:hasPrimaryBlason dhd:CoA0000002798 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "nahus" .
+
+dhd:MSBEL-4391 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 454 ;
+    dho:hasPrimaryBlason dhd:CoA0000003854 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die van heiden" .
+
+dhd:MSBEL-4392 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 455 ;
+    dho:hasPrimaryBlason dhd:CoA0000003805,
+        dhd:CoA0000003805_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vâ asseln" .
+
+dhd:MSBEL-4393 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 456 ;
+    dho:hasPrimaryBlason dhd:CoA0000008677 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hr jan vâ mestein" .
+
+dhd:MSBEL-4394 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 457 ;
+    dho:hasPrimaryBlason dhd:CoA0000002799 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hrdenberch" .
+
+dhd:MSBEL-4396 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 459 ;
+    dho:hasPrimaryBlason dhd:CoA0000002800,
+        dhd:CoA0000002800_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bissendorp" .
+
+dhd:MSBEL-4397 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 460 ;
+    dho:hasPrimaryBlason dhd:CoA0000002802,
+        dhd:CoA0000002802_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hoorn" .
+
+dhd:MSBEL-4398 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 461 ;
+    dho:hasPrimaryBlason dhd:CoA0000006300,
+        dhd:CoA0000006300_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hastvelit" .
+
+dhd:MSBEL-4399 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 462 ;
+    dho:hasPrimaryBlason dhd:CoA0000002803 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "31v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "groenenberch" .
+
+dhd:MSBEL-4400 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 463 ;
+    dho:hasPrimaryBlason dhd:CoA0000002797,
+        dhd:CoA0000002797_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "buren" .
+
+dhd:MSBEL-4401 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 464 ;
+    dho:hasPrimaryBlason dhd:CoA0000002804 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "daverenberch <daverenberch>" .
+
+dhd:MSBEL-4402 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 465 ;
+    dho:hasPrimaryBlason dhd:CoA0000006301 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die lappen" .
+
+dhd:MSBEL-4404 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 467 ;
+    dho:hasPrimaryBlason dhd:CoA0000006302 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die schecke vâ mervelt" .
+
+dhd:MSBEL-4405 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 468 ;
+    dho:hasPrimaryBlason dhd:CoA0000002808 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4407 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 470 ;
+    dho:hasPrimaryBlason dhd:CoA0000002811 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "jan van den broeke" .
+
+dhd:MSBEL-4408 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 471 ;
+    dho:hasPrimaryBlason dhd:CoA0000002805 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die scencke" .
+
+dhd:MSBEL-4409 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 472 ;
+    dho:hasPrimaryBlason dhd:CoA0000002810 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vrydag" .
+
+dhd:MSBEL-4410 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 473 ;
+    dho:hasPrimaryBlason dhd:CoA0000006303 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "menghede" .
+
+dhd:MSBEL-4411 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 474 ;
+    dho:hasPrimaryBlason dhd:CoA0000002813 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h bernt va gudichusen" .
+
+dhd:MSBEL-4412 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 475 ;
+    dho:hasPrimaryBlason dhd:CoA0000006304 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die stricken" .
+
+dhd:MSBEL-4413 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 476 ;
+    dho:hasPrimaryBlason dhd:CoA0000002814,
+        dhd:CoA0000002814_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die kuerne" .
+
+dhd:MSBEL-4414 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 477 ;
+    dho:hasPrimaryBlason dhd:CoA0000007570,
+        dhd:CoA0000007570_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hunevelt" .
+
+dhd:MSBEL-4415 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 478 ;
+    dho:hasPrimaryBlason dhd:CoA0000002815 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "asscheberghe" .
+
+dhd:MSBEL-4416 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 479 ;
+    dho:hasPrimaryBlason dhd:CoA0000006305 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "stale" .
+
+dhd:MSBEL-4417 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 480 ;
+    dho:hasPrimaryBlason dhd:CoA0000002816,
+        dhd:CoA0000002816_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "deriit krawinkel" .
+
+dhd:MSBEL-4418 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 481 ;
+    dho:hasPrimaryBlason dhd:CoA0000006306 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vâ scoonvelt" .
+
+dhd:MSBEL-4419 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 482 ;
+    dho:hasPrimaryBlason dhd:CoA0000006307 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "stroomborch" .
+
+dhd:MSBEL-4420 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 483 ;
+    dho:hasPrimaryBlason dhd:CoA0000006308,
+        dhd:CoA0000006308_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "langen" .
+
+dhd:MSBEL-4421 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 484 ;
+    dho:hasPrimaryBlason dhd:CoA0000006309 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ruedenberch" .
+
+dhd:MSBEL-4422 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 485 ;
+    dho:hasPrimaryBlason dhd:CoA0000002817 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "herfst" .
+
+dhd:MSBEL-4423 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 486 ;
+    dho:hasPrimaryBlason dhd:CoA0000002818 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "beveren  beveren" .
+
+dhd:MSBEL-4424 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 487 ;
+    dho:hasPrimaryBlason dhd:CoA0000002807 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vâ alten" .
+
+dhd:MSBEL-4425 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 488 ;
+    dho:hasPrimaryBlason dhd:CoA0000002819 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vä haghenschede" .
+
+dhd:MSBEL-4426 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 489 ;
+    dho:hasPrimaryBlason dhd:CoA0000007261,
+        dhd:CoA0000007261_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vâ wittene" .
+
+dhd:MSBEL-4427 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 490 ;
+    dho:hasPrimaryBlason dhd:CoA0000002827 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vâ dinclaghe" .
+
+dhd:MSBEL-4428 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 491 ;
+    dho:hasPrimaryBlason dhd:CoA0000002820 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vâ haghêbeke" .
+
+dhd:MSBEL-4429 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 492 ;
+    dho:hasPrimaryBlason dhd:CoA0000007410 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die stecke" .
+
+dhd:MSBEL-4430 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 494 ;
+    dho:hasPrimaryBlason dhd:CoA0000002821,
+        dhd:CoA0000002821_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "gael" .
+
+dhd:MSBEL-4431 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 495 ;
+    dho:hasPrimaryBlason dhd:CoA0000006312 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "raemsberch" .
+
+dhd:MSBEL-4432 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 496 ;
+    dho:hasPrimaryBlason dhd:CoA0000002822 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vâ hamer" .
+
+dhd:MSBEL-4433 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 497 ;
+    dho:hasPrimaryBlason dhd:CoA0000006313 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vä rodorpe" .
+
+dhd:MSBEL-4434 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 498 ;
+    dho:hasPrimaryBlason dhd:CoA0000002823 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "symon vâ barentvelt" .
+
+dhd:MSBEL-4435 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 499 ;
+    dho:hasPrimaryBlason dhd:CoA0000002824 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h dieder vâ dalen" .
+
+dhd:MSBEL-4436 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 500 ;
+    dho:hasPrimaryBlason dhd:CoA0000002825 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kanthof" .
+
+dhd:MSBEL-4438 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 503 ;
+    dho:hasPrimaryBlason dhd:CoA0000007609 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4439 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 504 ;
+    dho:hasPrimaryBlason dhd:CoA0000002828,
+        dhd:CoA0000002828_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "asselen" .
+
+dhd:MSBEL-4440 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 505 ;
+    dho:hasPrimaryBlason dhd:CoA0000006314,
+        dhd:CoA0000006314_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "remen" .
+
+dhd:MSBEL-4441 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 506 ;
+    dho:hasPrimaryBlason dhd:CoA0000006315 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4442 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 507 ;
+    dho:hasPrimaryBlason dhd:CoA0000006316 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vecht  vecht" .
+
+dhd:MSBEL-4443 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 509 ;
+    dho:hasPrimaryBlason dhd:CoA0000006605 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "mekelenborch  mekelenborch" .
+
+dhd:MSBEL-4445 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 511 ;
+    dho:hasPrimaryBlason dhd:CoA0000006844 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "rostock  rostock" .
+
+dhd:MSBEL-4446 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 512 ;
+    dho:hasPrimaryBlason dhd:CoA0000006848,
+        dhd:CoA0000006848_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ruyen" .
+
+dhd:MSBEL-4448 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 514 ;
+    dho:hasPrimaryBlason dhd:CoA0000007365 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "moltcke" .
+
+dhd:MSBEL-4449 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 515 ;
+    dho:hasPrimaryBlason dhd:CoA0000003257 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bulendoe" .
+
+dhd:MSBEL-4450 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 516 ;
+    dho:hasPrimaryBlason dhd:CoA0000006318 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die priene" .
+
+dhd:MSBEL-4452 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 518 ;
+    dho:hasPrimaryBlason dhd:CoA0000007988 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h heinr' van strandorp" .
+
+dhd:MSBEL-4454 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 520 ;
+    dho:hasPrimaryBlason dhd:CoA0000006321 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die plesse" .
+
+dhd:MSBEL-4456 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 522 ;
+    dho:hasPrimaryBlason dhd:CoA0000002834 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h henriic halbstat" .
+
+dhd:MSBEL-4457 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 523 ;
+    dho:hasPrimaryBlason dhd:CoA0000006323,
+        dhd:CoA0000006323_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "van der lue" .
+
+dhd:MSBEL-4458 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 524 ;
+    dho:hasPrimaryBlason dhd:CoA0000002836 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "axkou" .
+
+dhd:MSBEL-4459 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 525 ;
+    dho:hasPrimaryBlason dhd:CoA0000006324 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die vuerste" .
+
+dhd:MSBEL-4460 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 526 ;
+    dho:hasPrimaryBlason dhd:CoA0000006325 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die rauen" .
+
+dhd:MSBEL-4462 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 530 ;
+    dho:hasPrimaryBlason dhd:CoA0000006326 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "33v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die kiele of die houdanske" .
+
+dhd:MSBEL-4463 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 532 ;
+    dho:hasPrimaryBlason dhd:CoA0000002829 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "34r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "babben" .
+
+dhd:MSBEL-4471 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 540 ;
+    dho:hasPrimaryBlason dhd:CoA0000007612,
+        dhd:CoA0000007612_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "34r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSBEL-4474 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 543 ;
+    dho:hasPrimaryBlason dhd:CoA0000016983 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "34r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "woelgast" .
+
+dhd:MSBEL-4475 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 544 ;
+    dho:hasPrimaryBlason dhd:CoA0000016983 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "34r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "mesonde" .
+
+dhd:MSBEL-4476 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 545 ;
+    dho:hasPrimaryBlason dhd:CoA0000034749 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "34r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "grootswiin" .
+
+dhd:MSBEL-4478 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 547 ;
+    dho:hasPrimaryBlason dhd:CoA0000006329 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "34r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "remlo" .
+
+dhd:MSBEL-4479 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 548 ;
+    dho:hasPrimaryBlason dhd:CoA0000003963 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "35r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lotringhe" .
+
+dhd:MSBEL-4500 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 569 ;
+    dho:hasPrimaryBlason dhd:CoA0000001319,
+        dhd:CoA0000001319_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vlaêderen" .
+
+dhd:MSBEL-4501 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 570 ;
+    dho:hasPrimaryBlason dhd:CoA0000004384,
+        dhd:CoA0000004384_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "namen" .
+
+dhd:MSBEL-4502 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 571 ;
+    dho:hasPrimaryBlason dhd:CoA0000002445,
+        dhd:CoA0000002445_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h henriic van vlanderen" .
+
+dhd:MSBEL-4503 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 572 ;
+    dho:hasPrimaryBlason dhd:CoA0000002444,
+        dhd:CoA0000002444_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "haelwiin" .
+
+dhd:MSBEL-4504 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 573 ;
+    dho:hasPrimaryBlason dhd:CoA0000001468 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "gistel" .
+
+dhd:MSBEL-4505 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 574 ;
+    dho:hasPrimaryBlason dhd:CoA0000006018,
+        dhd:CoA0000006018_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "praet" .
+
+dhd:MSBEL-4506 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 575 ;
+    dho:hasPrimaryBlason dhd:CoA0000000198 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "axel" .
+
+dhd:MSBEL-4507 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 576 ;
+    dho:hasPrimaryBlason dhd:CoA0000002446 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "dixmude" .
+
+dhd:MSBEL-4508 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 577 ;
+    dho:hasPrimaryBlason dhd:CoA0000001227,
+        dhd:CoA0000001227_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "scoors" .
+
+dhd:MSBEL-4509 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 578 ;
+    dho:hasPrimaryBlason dhd:CoA0000008152 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "grwthuus" .
+
+dhd:MSBEL-4510 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 579 ;
+    dho:hasPrimaryBlason dhd:CoA0000004750 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "reighersvliet" .
+
+dhd:MSBEL-4511 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 580 ;
+    dho:hasPrimaryBlason dhd:CoA0000002447 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "dietre vâ de woestinen" .
+
+dhd:MSBEL-4512 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 581 ;
+    dho:hasPrimaryBlason dhd:CoA0000004025 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "maldeghê" .
+
+dhd:MSBEL-4513 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 582 ;
+    dho:hasPrimaryBlason dhd:CoA0000007294 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die burchg vâ ypê" .
+
+dhd:MSBEL-4514 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 583 ;
+    dho:hasPrimaryBlason dhd:CoA0000006401 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "koolskamp" .
+
+dhd:MSBEL-4515 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 584 ;
+    dho:hasPrimaryBlason dhd:CoA0000002935 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jâ van den moere" .
+
+dhd:MSBEL-4516 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 585 ;
+    dho:hasPrimaryBlason dhd:CoA0000004051 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die hé vâ raesseghê" .
+
+dhd:MSBEL-4517 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 586 ;
+    dho:hasPrimaryBlason dhd:CoA0000001458,
+        dhd:CoA0000001458_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lidekrke" .
+
+dhd:MSBEL-4518 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 587 ;
+    dho:hasPrimaryBlason dhd:CoA0000002437 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hrzele" .
+
+dhd:MSBEL-4519 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 588 ;
+    dho:hasPrimaryBlason dhd:CoA0000004649,
+        dhd:CoA0000004649_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "poockes" .
+
+dhd:MSBEL-4520 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 589 ;
+    dho:hasPrimaryBlason dhd:CoA0000009943 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die haze" .
+
+dhd:MSBEL-4521 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 590 ;
+    dho:hasPrimaryBlason dhd:CoA0000006399 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lichterhuelt  lich'tvelt" .
+
+dhd:MSBEL-4522 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 591 ;
+    dho:hasPrimaryBlason dhd:CoA0000002438 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h zegher vâ ghent" .
+
+dhd:MSBEL-4523 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 592 ;
+    dho:hasPrimaryBlason dhd:CoA0000000118,
+        dhd:CoA0000000118_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "asch" .
+
+dhd:MSBEL-4524 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 593 ;
+    dho:hasPrimaryBlason dhd:CoA0000000384,
+        dhd:CoA0000000384_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "brghen" .
+
+dhd:MSBEL-4525 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 594 ;
+    dho:hasPrimaryBlason dhd:CoA0000005997 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cappelle" .
+
+dhd:MSBEL-4527 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 596 ;
+    dho:hasPrimaryBlason dhd:CoA0000002439 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jan van a.." .
+
+dhd:MSBEL-4528 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 597 ;
+    dho:hasPrimaryBlason dhd:CoA0000002423 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jan van ghistel" .
+
+dhd:MSBEL-4529 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 598 ;
+    dho:hasPrimaryBlason dhd:CoA0000006015,
+        dhd:CoA0000006015_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jan ++will++ platteel" .
+
+dhd:MSBEL-4530 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 599 ;
+    dho:hasPrimaryBlason dhd:CoA0000002410,
+        dhd:CoA0000002410_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jan vileyn" .
+
+dhd:MSBEL-4531 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 600 ;
+    dho:hasPrimaryBlason dhd:CoA0000004343 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "spiers" .
+
+dhd:MSBEL-4532 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 601 ;
+    dho:hasPrimaryBlason dhd:CoA0000006024,
+        dhd:CoA0000006024_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "steenhuse" .
+
+dhd:MSBEL-4534 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 603 ;
+    dho:hasPrimaryBlason dhd:CoA0000006017 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "36v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h oost vâ wedergraet" .
+
+dhd:MSBEL-4535 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 604 ;
+    dho:hasPrimaryBlason dhd:CoA0000004556 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jan vâ peen" .
+
+dhd:MSBEL-4536 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 605 ;
+    dho:hasPrimaryBlason dhd:CoA0000002426 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die he'vâ watervliet" .
+
+dhd:MSBEL-4537 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 606 ;
+    dho:hasPrimaryBlason dhd:CoA0000006026 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die he'vâ wtkerke" .
+
+dhd:MSBEL-4538 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 607 ;
+    dho:hasPrimaryBlason dhd:CoA0000006403 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h' rogier vâ limbeec" .
+
+dhd:MSBEL-4539 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 608 ;
+    dho:hasPrimaryBlason dhd:CoA0000006023 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "steenbeec" .
+
+dhd:MSBEL-4540 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 609 ;
+    dho:hasPrimaryBlason dhd:CoA0000006019 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "oudennaerde" .
+
+dhd:MSBEL-4541 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 610 ;
+    dho:hasPrimaryBlason dhd:CoA0000007228 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h gosun die wilde" .
+
+dhd:MSBEL-4542 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 611 ;
+    dho:hasPrimaryBlason dhd:CoA0000002422 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h colaert vâ den clite" .
+
+dhd:MSBEL-4543 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 612 ;
+    dho:hasPrimaryBlason dhd:CoA0000008452 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h per' vâ muntaglot" .
+
+dhd:MSBEL-4544 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 613 ;
+    dho:hasPrimaryBlason dhd:CoA0000006020 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jan spoorkin" .
+
+dhd:MSBEL-4545 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 614 ;
+    dho:hasPrimaryBlason dhd:CoA0000006021 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h' robbrt die mairscale" .
+
+dhd:MSBEL-4546 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 615 ;
+    dho:hasPrimaryBlason dhd:CoA0000002443,
+        dhd:CoA0000002443_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h bouddin die crane" .
+
+dhd:MSBEL-4547 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 616 ;
+    dho:hasPrimaryBlason dhd:CoA0000002440,
+        dhd:CoA0000002440_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h gheriit vâ haelwiin" .
+
+dhd:MSBEL-4548 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 617 ;
+    dho:hasPrimaryBlason dhd:CoA0000002442 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "..boning  boning" .
+
+dhd:MSBEL-4549 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 618 ;
+    dho:hasPrimaryBlason dhd:CoA0000006028 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h' philips bastt'" .
+
+dhd:MSBEL-4550 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 619 ;
+    dho:hasPrimaryBlason dhd:CoA0000006029 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "burchgûe vâ vuerne" .
+
+dhd:MSBEL-4551 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 620 ;
+    dho:hasPrimaryBlason dhd:CoA0000002449 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bare" .
+
+dhd:MSBEL-4552 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 621 ;
+    dho:hasPrimaryBlason dhd:CoA0000002450 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "braderic" .
+
+dhd:MSBEL-4553 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 622 ;
+    dho:hasPrimaryBlason dhd:CoA0000006003 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "buekemeer  buekemeer" .
+
+dhd:MSBEL-4554 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 623 ;
+    dho:hasPrimaryBlason dhd:CoA0000006032 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "viic  viic" .
+
+dhd:MSBEL-4555 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 624 ;
+    dho:hasPrimaryBlason dhd:CoA0000002452 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "jan vâ caedlant  caedlant" .
+
+dhd:MSBEL-4556 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 625 ;
+    dho:hasPrimaryBlason dhd:CoA0000035585 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vaenkiin vaenkiin" .
+
+dhd:MSBEL-4557 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 626 ;
+    dho:hasPrimaryBlason dhd:CoA0000022137 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "gherit vâ stirvelt" .
+
+dhd:MSBEL-4558 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 627 ;
+    dho:hasPrimaryBlason dhd:CoA0000007130,
+        dhd:CoA0000007130_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kouter" .
+
+dhd:MSBEL-4559 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 628 ;
+    dho:hasPrimaryBlason dhd:CoA0000002457,
+        dhd:CoA0000002457_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "he' vâ hekelbeec" .
+
+dhd:MSBEL-4560 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 629 ;
+    dho:hasPrimaryBlason dhd:CoA0000007296 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ysereel" .
+
+dhd:MSBEL-4561 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 630 ;
+    dho:hasPrimaryBlason dhd:CoA0000006402,
+        dhd:CoA0000006402_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "masseme massemme" .
+
+dhd:MSBEL-4562 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 631 ;
+    dho:hasPrimaryBlason dhd:CoA0000002455 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "jan dreens" .
+
+dhd:MSBEL-4563 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 632 ;
+    dho:hasPrimaryBlason dhd:CoA0000007293 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "balle ype'" .
+
+dhd:MSBEL-4564 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 633 ;
+    dho:hasPrimaryBlason dhd:CoA0000002520 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "brudgam" .
+
+dhd:MSBEL-4566 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 635 ;
+    dho:hasPrimaryBlason dhd:CoA0000002931 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "die he' vâ balle" .
+
+dhd:MSBEL-4569 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 638 ;
+    dho:hasPrimaryBlason dhd:CoA0000001609 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "he' vâ haeskerke" .
+
+dhd:MSBEL-4570 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 639 ;
+    dho:hasPrimaryBlason dhd:CoA0000002459,
+        dhd:CoA0000002459_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hasbrouc" .
+
+dhd:MSBEL-4571 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 640 ;
+    dho:hasPrimaryBlason dhd:CoA0000001660 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "huele" .
+
+dhd:MSBEL-4572 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 641 ;
+    dho:hasPrimaryBlason dhd:CoA0000005989 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h nyclaes vâ oestkke" .
+
+dhd:MSBEL-4573 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 642 ;
+    dho:hasPrimaryBlason dhd:CoA0000002421 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "he van dudzele" .
+
+dhd:MSBEL-4576 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 645 ;
+    dho:hasPrimaryBlason dhd:CoA0000002461 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "auelghem" .
+
+dhd:MSBEL-4578 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 647 ;
+    dho:hasPrimaryBlason dhd:CoA0000004344 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "he vâ nevele" .
+
+dhd:MSBEL-4581 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 651 ;
+    dho:hasPrimaryBlason dhd:CoA0000002451 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "37v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "he van melle" .
+
+dhd:MSBEL-4582 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 652 ;
+    dho:hasPrimaryBlason dhd:CoA0000008226 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hrt' vâ brabant" .
+
+dhd:MSBEL-4583 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 653 ;
+    dho:hasPrimaryBlason dhd:CoA0000006034 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lotryke" .
+
+dhd:MSBEL-4584 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 654 ;
+    dho:hasPrimaryBlason dhd:CoA0000001113 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kwc" .
+
+dhd:MSBEL-4585 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 655 ;
+    dho:hasPrimaryBlason dhd:CoA0000002462 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "perveis" .
+
+dhd:MSBEL-4586 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 656 ;
+    dho:hasPrimaryBlason dhd:CoA0000002464,
+        dhd:CoA0000002464_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "valkenboirch" .
+
+dhd:MSBEL-4587 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 657 ;
+    dho:hasPrimaryBlason dhd:CoA0000000396 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "mechlin" .
+
+dhd:MSBEL-4588 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 658 ;
+    dho:hasPrimaryBlason dhd:CoA0000007209 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "weesmael" .
+
+dhd:MSBEL-4589 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 659 ;
+    dho:hasPrimaryBlason dhd:CoA0000006035 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "meghen" .
+
+dhd:MSBEL-4590 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 660 ;
+    dho:hasPrimaryBlason dhd:CoA0000001146 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "diest" .
+
+dhd:MSBEL-4591 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 661 ;
+    dho:hasPrimaryBlason dhd:CoA0000007968 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "polanen" .
+
+dhd:MSBEL-4592 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 662 ;
+    dho:hasPrimaryBlason dhd:CoA0000008229 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cranendonc" .
+
+dhd:MSBEL-4593 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 663 ;
+    dho:hasPrimaryBlason dhd:CoA0000006037,
+        dhd:CoA0000006037_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "leefdael" .
+
+dhd:MSBEL-4594 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 664 ;
+    dho:hasPrimaryBlason dhd:CoA0000005967 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "rotselr" .
+
+dhd:MSBEL-4595 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 665 ;
+    dho:hasPrimaryBlason dhd:CoA0000006039,
+        dhd:CoA0000006039_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "petershem" .
+
+dhd:MSBEL-4596 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 666 ;
+    dho:hasPrimaryBlason dhd:CoA0000006040 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vorselr" .
+
+dhd:MSBEL-4597 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 667 ;
+    dho:hasPrimaryBlason dhd:CoA0000022239,
+        dhd:CoA0000022239_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "he vâ boutershê" .
+
+dhd:MSBEL-4598 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 668 ;
+    dho:hasPrimaryBlason dhd:CoA0000007212 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "marcshem  marcshem" .
+
+dhd:MSBEL-4599 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 669 ;
+    dho:hasPrimaryBlason dhd:CoA0000006041 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "sombref, sombref" .
+
+dhd:MSBEL-4600 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 670 ;
+    dho:hasPrimaryBlason dhd:CoA0000004060 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "merbays" .
+
+dhd:MSBEL-4601 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 671 ;
+    dho:hasPrimaryBlason dhd:CoA0000002946 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "berghen" .
+
+dhd:MSBEL-4602 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 672 ;
+    dho:hasPrimaryBlason dhd:CoA0000002467 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "boechout" .
+
+dhd:MSBEL-4605 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 675 ;
+    dho:hasPrimaryBlason dhd:CoA0000002468 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "heesbeen" .
+
+dhd:MSBEL-4606 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 676 ;
+    dho:hasPrimaryBlason dhd:CoA0000002475 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "boirgevale" .
+
+dhd:MSBEL-4607 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 678 ;
+    dho:hasPrimaryBlason dhd:CoA0000002476 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "herpen" .
+
+dhd:MSBEL-4608 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 679 ;
+    dho:hasPrimaryBlason dhd:CoA0000002477 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "boecstel" .
+
+dhd:MSBEL-4609 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 680 ;
+    dho:hasPrimaryBlason dhd:CoA0000002474 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "gronsfelt" .
+
+dhd:MSBEL-4610 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 681 ;
+    dho:hasPrimaryBlason dhd:CoA0000002471 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "brler" .
+
+dhd:MSBEL-4613 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 684 ;
+    dho:hasPrimaryBlason dhd:CoA0000002470 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "huldenberghe" .
+
+dhd:MSBEL-4614 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 685 ;
+    dho:hasPrimaryBlason dhd:CoA0000006042 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jan vâ ophem" .
+
+dhd:MSBEL-4615 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 686 ;
+    dho:hasPrimaryBlason dhd:CoA0000000001 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "grymberghen" .
+
+dhd:MSBEL-4616 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 687 ;
+    dho:hasPrimaryBlason dhd:CoA0000002473,
+        dhd:CoA0000002473_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wauer" .
+
+dhd:MSBEL-4618 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 689 ;
+    dho:hasPrimaryBlason dhd:CoA0000002469 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "craynem" .
+
+dhd:MSBEL-4619 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 690 ;
+    dho:hasPrimaryBlason dhd:CoA0000000586,
+        dhd:CoA0000000586_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "pulyser" .
+
+dhd:MSBEL-4620 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 691 ;
+    dho:hasPrimaryBlason dhd:CoA0000005814 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ranst" .
+
+dhd:MSBEL-4621 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 692 ;
+    dho:hasPrimaryBlason dhd:CoA0000002479 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "38v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h jä vâ houte" .
+
+dhd:MSMAN-42974 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 47 ;
+    dho:hasPrimaryBlason dhd:CoA0000019621 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "149v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her wolfran von eschilbach   .xliiij." .
+
+dhd:MSMAN-45518 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 83 ;
+    dho:hasPrimaryBlason dhd:CoA0000020687 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "253v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der püller  .lxxij." .
+
+dhd:MSMAN-87406 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 64 ;
+    dho:hasPrimaryBlason dhd:CoA0000017552 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "194r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her otto vom turne  .lix." .
+
+dhd:MSMAN-88021 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 1 ;
+    dho:hasPrimaryBlason dhd:CoA0000003420 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "6r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "keiser heinrich .iii." .
+
+dhd:MSMAN-88022 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 2 ;
+    dho:hasPrimaryBlason dhd:CoA0000031494 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "7r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kunig chunrat der junge .iiii." .
+
+dhd:MSMAN-88023 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 3 ;
+    dho:hasPrimaryBlason dhd:CoA0000016815 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "8r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kunig tyro vô schotten un friedebrant sin sun .v." .
+
+dhd:MSMAN-88024 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 4 ;
+    dho:hasPrimaryBlason dhd:CoA0000002583,
+        dhd:CoA0000002583_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kunig wenzel von behem .iiij." .
+
+dhd:MSMAN-88025 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 5 ;
+    dho:hasPrimaryBlason dhd:CoA0000017411 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "11v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "herzoge heinrich vô pressela .v." .
+
+dhd:MSMAN-88026 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 6 ;
+    dho:hasPrimaryBlason dhd:CoA0000011652 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "13r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "margrave otte vô brandêbg mit dem pfile .vi." .
+
+dhd:MSMAN-88027 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 7 ;
+    dho:hasPrimaryBlason dhd:CoA0000006610 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "margrue heinrich von misen .vii." .
+
+dhd:MSMAN-88028 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 8 ;
+    dho:hasPrimaryBlason dhd:CoA0000008267 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "17r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der herzoge von anhalt .viij." .
+
+dhd:MSMAN-88029 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 9 ;
+    dho:hasPrimaryBlason dhd:CoA0000016665,
+        dhd:CoA0000016665_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "herzoge johans von brabant .viiij." .
+
+dhd:MSMAN-88030 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 10 ;
+    dho:hasPrimaryBlason dhd:CoA0000031496 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "20r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "graue rudolf vô nuwenburg  .x." .
+
+dhd:MSMAN-88031 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 11 ;
+    dho:hasPrimaryBlason dhd:CoA0000016396,
+        dhd:CoA0000016396_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "22v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "graue kraft von toggenburg .xi." .
+
+dhd:MSMAN-88032 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 12 ;
+    dho:hasPrimaryBlason dhd:CoA0000019557 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "24r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "graue chunrat vô kilchberg .xij." .
+
+dhd:MSMAN-88033 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 13 ;
+    dho:hasPrimaryBlason dhd:CoA0000010921 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "26r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "graue friderich von leiningen .xiij." .
+
+dhd:MSMAN-88034 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 14 ;
+    dho:hasPrimaryBlason dhd:CoA0000010025 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "27r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "graue otto vô bottonlobe .xiiij." .
+
+dhd:MSMAN-88035 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 15 ;
+    dho:hasPrimaryBlason dhd:CoA0000031498 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "29r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der margraue vô hohenburg  xv." .
+
+dhd:MSMAN-88036 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 16 ;
+    dho:hasPrimaryBlason dhd:CoA0000031499 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "30r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her heinrich von veldig  .xvi." .
+
+dhd:MSMAN-88037 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 17 ;
+    dho:hasPrimaryBlason dhd:CoA0000031500 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "32v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her gotfrit von nifen  .xvij." .
+
+dhd:MSMAN-88038 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 18 ;
+    dho:hasPrimaryBlason dhd:CoA0000016385 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "42r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".xvij.  graf albrecht von heigerlô" .
+
+dhd:MSMAN-88039 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Banner ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 19 ;
+    dho:hasPrimaryBlason dhd:CoA0000016384 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "43v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".xvij.  grave werner von honberg" .
+
+dhd:MSMAN-88040 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 20 ;
+    dho:hasPrimaryBlason dhd:CoA0000029922 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "46v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her jacob vô warte   .xviij." .
+
+dhd:MSMAN-88041 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 21 ;
+    dho:hasPrimaryBlason dhd:CoA0000016389 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "48v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "brud' eberhart vô sax   .xviiij." .
+
+dhd:MSMAN-88042 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 22 ;
+    dho:hasPrimaryBlason dhd:CoA0000017737,
+        dhd:CoA0000017737_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "52r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her walther von klingen   .xviiij." .
+
+dhd:MSMAN-88043 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Banner ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 23 ;
+    dho:hasPrimaryBlason dhd:CoA0000031501 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "54r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her rudolf von rotenburg   .xx." .
+
+dhd:MSMAN-88044 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 24 ;
+    dho:hasPrimaryBlason dhd:CoA0000016389 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "59v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her heinrich von sax  .xxi." .
+
+dhd:MSMAN-88045 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 25 ;
+    dho:hasPrimaryBlason dhd:CoA0000017789 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "61v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her heinrich vô frowenb'g   .xxij." .
+
+dhd:MSMAN-88046 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 26 ;
+    dho:hasPrimaryBlason dhd:CoA0000031502 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "63r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der von kürenberg   .xxiij." .
+
+dhd:MSMAN-88047 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 27 ;
+    dho:hasPrimaryBlason dhd:CoA0000031503 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "64r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her dietmar von ast     .xxiiij." .
+
+dhd:MSMAN-88048 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 28 ;
+    dho:hasPrimaryBlason dhd:CoA0000001988,
+        dhd:CoA0000001988_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "66v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her von gliers   .xxv." .
+
+dhd:MSMAN-88049 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 29 ;
+    dho:hasPrimaryBlason dhd:CoA0000031504,
+        dhd:CoA0000031504_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "69r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her wernher von tufen   .xxvi." .
+
+dhd:MSMAN-88050 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 30 ;
+    dho:hasPrimaryBlason dhd:CoA0000031505 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "70v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her heinrich von stretlingen    .xxvij." .
+
+dhd:MSMAN-88051 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 31 ;
+    dho:hasPrimaryBlason dhd:CoA0000031506 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "71v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her kristan von hamle   .xxviij." .
+
+dhd:MSMAN-88052 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 32 ;
+    dho:hasPrimaryBlason dhd:CoA0000019776,
+        dhd:CoA0000019776_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "73r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her ulrich von gutenburg   .xxviiij." .
+
+dhd:MSMAN-88053 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 33 ;
+    dho:hasPrimaryBlason dhd:CoA0000031507 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "75v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her heinrich von d' mure  .xxx." .
+
+dhd:MSMAN-88054 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 34 ;
+    dho:hasPrimaryBlason dhd:CoA0000031508 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "76v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her heinrich von morûge  .xxxi." .
+
+dhd:MSMAN-88055 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 35 ;
+    dho:hasPrimaryBlason dhd:CoA0000006495,
+        dhd:CoA0000006495_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "82v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der schenke vô limpurg    .xxxij." .
+
+dhd:MSMAN-88056 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 36 ;
+    dho:hasPrimaryBlason dhd:CoA0000018397 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "84v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "schenk ulrich vô wintterstetten  .xxxiij." .
+
+dhd:MSMAN-88057 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 37 ;
+    dho:hasPrimaryBlason dhd:CoA0000031509 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "98r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her reinmar der alte   .xxxiiij." .
+
+dhd:MSMAN-88058 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 38 ;
+    dho:hasPrimaryBlason dhd:CoA0000016496 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "110r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her burkart von hohenuels  .xxxv." .
+
+dhd:MSMAN-88059 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 39 ;
+    dho:hasPrimaryBlason dhd:CoA0000006228,
+        dhd:CoA0000006228_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "113v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her hesso von rinach  .xxxvi." .
+
+dhd:MSMAN-88060 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 40 ;
+    dho:hasPrimaryBlason dhd:CoA0000031510 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "115r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der burggraue von lünz   .xxxvij." .
+
+dhd:MSMAN-88062 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 42 ;
+    dho:hasPrimaryBlason dhd:CoA0000031511 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "119v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der burggraue vô rietenburg  .xxxviiij." .
+
+dhd:MSMAN-88063 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 43 ;
+    dho:hasPrimaryBlason dhd:CoA0000031512 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "120v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her milon von seuelingin   .xl." .
+
+dhd:MSMAN-88064 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 44 ;
+    dho:hasPrimaryBlason dhd:CoA0000031513 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "122r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her heinrich von rugge  .xli." .
+
+dhd:MSMAN-88065 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 45 ;
+    dho:hasPrimaryBlason dhd:CoA0000031514,
+        dhd:CoA0000031514_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "124r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her walther vô der vogelweide   .xlii." .
+
+dhd:MSMAN-88066 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 46 ;
+    dho:hasPrimaryBlason dhd:CoA0000031515,
+        dhd:CoA0000031515_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "146r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her hiltbolt vô swanegoi  .xliij." .
+
+dhd:MSMAN-88068 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 48 ;
+    dho:hasPrimaryBlason dhd:CoA0000031516,
+        dhd:CoA0000031516_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "151r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von singenb'g truchseze ze sant gallen   .xlv." .
+
+dhd:MSMAN-88069 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 49 ;
+    dho:hasPrimaryBlason dhd:CoA0000031517 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "158r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der von sachsendorf   .xlvi." .
+
+dhd:MSMAN-88070 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Banner,
+        dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 50 ;
+    dho:hasPrimaryBlason dhd:CoA0000031518,
+        dhd:CoA0000031518_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "160v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wachsmut von künzingen   .xlvij." .
+
+dhd:MSMAN-88071 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 51 ;
+    dho:hasPrimaryBlason dhd:CoA0000031520 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "162v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".xlviij.   her willehelm von heinzenburg" .
+
+dhd:MSMAN-88072 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 52 ;
+    dho:hasPrimaryBlason dhd:CoA0000031521 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "164v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".xlviiij.   her lutolt von seuen" .
+
+dhd:MSMAN-88073 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 53 ;
+    dho:hasPrimaryBlason dhd:CoA0000031522 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "166v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her walther von mezze   .l." .
+
+dhd:MSMAN-88074 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 54 ;
+    dho:hasPrimaryBlason dhd:CoA0000031523 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "169v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her rubin    .li." .
+
+dhd:MSMAN-88075 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 55 ;
+    dho:hasPrimaryBlason dhd:CoA0000031524 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "178r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her bengr vô horhein    .lii." .
+
+dhd:MSMAN-88076 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 56 ;
+    dho:hasPrimaryBlason dhd:CoA0000031525 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "179v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der von johansdorf    .liij." .
+
+dhd:MSMAN-88077 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 57 ;
+    dho:hasPrimaryBlason dhd:CoA0000031526 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "181v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "endilhart vô adelburg    .liiij." .
+
+dhd:MSMAN-88078 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 58 ;
+    dho:hasPrimaryBlason dhd:CoA0000016471 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "182v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her bligge vô steinach   .lv." .
+
+dhd:MSMAN-88079 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 59 ;
+    dho:hasPrimaryBlason dhd:CoA0000031527 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "183v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her wachsmut vô mulnhusen   .lvi." .
+
+dhd:MSMAN-88080 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 60 ;
+    dho:hasPrimaryBlason dhd:CoA0000031528 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "184v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "jer hartman vô owe   .lvij." .
+
+dhd:MSMAN-88081 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 61 ;
+    dho:hasPrimaryBlason dhd:CoA0000031529 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "188r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her reinmar vô brennenb'g  .lviij." .
+
+dhd:MSMAN-88082 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 62 ;
+    dho:hasPrimaryBlason dhd:CoA0000028271,
+        dhd:CoA0000028271_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "190v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSMAN-88083 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 63 ;
+    dho:hasPrimaryBlason dhd:CoA0000031530 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "192v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSMAN-88086 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 66 ;
+    dho:hasPrimaryBlason dhd:CoA0000031532 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "201r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der von wiltonie   .lviiij." .
+
+dhd:MSMAN-88087 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 67 ;
+    dho:hasPrimaryBlason dhd:CoA0000031533 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "202v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von sunegge  .lx." .
+
+dhd:MSMAN-88088 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 68 ;
+    dho:hasPrimaryBlason dhd:CoA0000031534 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "204r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von scharpfenberg  .lxi." .
+
+dhd:MSMAN-88089 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 69 ;
+    dho:hasPrimaryBlason dhd:CoA0000016446,
+        dhd:CoA0000016446_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "205r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her cunrat der schenke vô landegge  .lxij." .
+
+dhd:MSMAN-88090 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 70 ;
+    dho:hasPrimaryBlason dhd:CoA0000031535 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "213r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der winsbeke  .lxiij." .
+
+dhd:MSMAN-88093 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 73 ;
+    dho:hasPrimaryBlason dhd:CoA0000031536 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "226v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSMAN-88094 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 74 ;
+    dho:hasPrimaryBlason dhd:CoA0000031537,
+        dhd:CoA0000031537_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "228r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her heinrich hetzbolt von wissense   .lxv." .
+
+dhd:MSMAN-88095 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 75 ;
+    dho:hasPrimaryBlason dhd:CoA0000031538 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "229v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSMAN-88097 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 77 ;
+    dho:hasPrimaryBlason dhd:CoA0000031539,
+        dhd:CoA0000031539_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "237r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her ulrich von liechtenstein   .lcvij." .
+
+dhd:MSMAN-88098 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 78 ;
+    dho:hasPrimaryBlason dhd:CoA0000031540 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "247v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von munegur   .lvij." .
+
+dhd:MSMAN-88099 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 79 ;
+    dho:hasPrimaryBlason dhd:CoA0000031541 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "248v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von raute  .lxviij." .
+
+dhd:MSMAN-88100 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 80 ;
+    dho:hasPrimaryBlason dhd:CoA0000031542 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "249v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her chunrat ô altstetten  .lxviiij." .
+
+dhd:MSMAN-88101 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 81 ;
+    dho:hasPrimaryBlason dhd:CoA0000020538 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "251r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her bruno vô hornberg   .lxx." .
+
+dhd:MSMAN-88104 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 84 ;
+    dho:hasPrimaryBlason dhd:CoA0000031543,
+        dhd:CoA0000031543_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "255r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von trostberg  .lxxiij." .
+
+dhd:MSMAN-88105 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 85 ;
+    dho:hasPrimaryBlason dhd:CoA0000031544,
+        dhd:CoA0000031544_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "256v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hartman vô starkenb'g  .lxxiiij." .
+
+dhd:MSMAN-88106 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 86 ;
+    dho:hasPrimaryBlason dhd:CoA0000031545,
+        dhd:CoA0000031545_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "257v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von stadegge  .lxxv." .
+
+dhd:MSMAN-88107 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 87 ;
+    dho:hasPrimaryBlason dhd:CoA0000031546 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "258v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her brunwart vô ôghem  .lxxvi." .
+
+dhd:MSMAN-88108 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 88 ;
+    dho:hasPrimaryBlason dhd:CoA0000031547 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "261r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von Stamheim  .lxxvij." .
+
+dhd:MSMAN-88109 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 89 ;
+    dho:hasPrimaryBlason dhd:CoA0000031548 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "262v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der goeli  .lxxviij." .
+
+dhd:MSMAN-88110 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 90 ;
+    dho:hasPrimaryBlason dhd:CoA0000031549 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "264r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der tanhuser   . lxxviiij." .
+
+dhd:MSMAN-88111 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 91 ;
+    dho:hasPrimaryBlason dhd:CoA0000031550,
+        dhd:CoA0000031550_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "271r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von buchein   .lxxv." .
+
+dhd:MSMAN-88113 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 93 ;
+    dho:hasPrimaryBlason dhd:CoA0000031551 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "281v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSMAN-88114 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 94 ;
+    dho:hasPrimaryBlason dhd:CoA0000031552 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "285r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSMAN-88115 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 95 ;
+    dho:hasPrimaryBlason dhd:CoA0000031553 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "290r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der hardegger   .lxxxii." .
+
+dhd:MSMAN-88117 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 97 ;
+    dho:hasPrimaryBlason dhd:CoA0000031554 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "299r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von wissenlo   .lxxxiij." .
+
+dhd:MSMAN-88118 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 98 ;
+    dho:hasPrimaryBlason dhd:CoA0000031555 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "300r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von wengen   .lxxxiiij." .
+
+dhd:MSMAN-88119 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 99 ;
+    dho:hasPrimaryBlason dhd:CoA0000031556,
+        dhd:CoA0000031556_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "302r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her pfeffel   .lxxxv." .
+
+dhd:MSMAN-88120 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 100 ;
+    dho:hasPrimaryBlason dhd:CoA0000031557,
+        dhd:CoA0000031557_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "303r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der taler    .lxxxv." .
+
+dhd:MSMAN-88121 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 101 ;
+    dho:hasPrimaryBlason dhd:CoA0000031558,
+        dhd:CoA0000031558_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "305r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der tuginthafte schreiber   .lxxxvi." .
+
+dhd:MSMAN-88122 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 102 ;
+    dho:hasPrimaryBlason dhd:CoA0000031559,
+        dhd:CoA0000031559_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "308v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".lxxxvij.   steinmar" .
+
+dhd:MSMAN-88123 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 103 ;
+    dho:hasPrimaryBlason dhd:CoA0000031560 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "311r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her alram vô gresten  .lxxxiij." .
+
+dhd:MSMAN-88124 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 104 ;
+    dho:hasPrimaryBlason dhd:CoA0000031561 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "312r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her reinmar der fidler" .
+
+dhd:MSMAN-88125 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 105 ;
+    dho:hasPrimaryBlason dhd:CoA0000031562 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "313r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her hawart   .lxxxx." .
+
+dhd:MSMAN-88126 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 106 ;
+    dho:hasPrimaryBlason dhd:CoA0000031563 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "314v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".lxxxxi.   her gunther vô dem vorste" .
+
+dhd:MSMAN-88127 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 107 ;
+    dho:hasPrimaryBlason dhd:CoA0000031564 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "316v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".lxxxxij.   her friderich der knecht" .
+
+dhd:MSMAN-88128 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 108 ;
+    dho:hasPrimaryBlason dhd:CoA0000018858 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "318r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "d' burggraue von regensburg   .lxxxxiij." .
+
+dhd:MSMAN-88129 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 109 ;
+    dho:hasPrimaryBlason dhd:CoA0000031565 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "319r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her niunu  .lxxxxiiij." .
+
+dhd:MSMAN-88130 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 110 ;
+    dho:hasPrimaryBlason dhd:CoA0000031566 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "320v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her geltar  .lxxxxv." .
+
+dhd:MSMAN-88131 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 111 ;
+    dho:hasPrimaryBlason dhd:CoA0000031567 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "321v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".lxxxxvi.  her dietmar der sezzer" .
+
+dhd:MSMAN-88132 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 112 ;
+    dho:hasPrimaryBlason dhd:CoA0000031568 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "323r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "her reinmar von swet  .lxxxxvij." .
+
+dhd:MSMAN-88135 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 115 ;
+    dho:hasPrimaryBlason dhd:CoA0000031569 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "344v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".lxxxxviiij.  bruder wernher" .
+
+dhd:MSMAN-88136 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 116 ;
+    dho:hasPrimaryBlason dhd:CoA0000031570,
+        dhd:CoA0000031570_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "349r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der marner   .c." .
+
+dhd:MSMAN-88138 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 118 ;
+    dho:hasPrimaryBlason dhd:CoA0000031571,
+        dhd:CoA0000031571_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "359r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "von buwenburg   .ci." .
+
+dhd:MSMAN-88139 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 119 ;
+    dho:hasPrimaryBlason dhd:CoA0000031572 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "361r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "heinrich von tettingen   .cii." .
+
+dhd:MSMAN-88142 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 122 ;
+    dho:hasPrimaryBlason dhd:CoA0000031573,
+        dhd:CoA0000031573_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "371r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "meister johans hadlôb   .cv." .
+
+dhd:MSMAN-88143 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 123 ;
+    dho:hasPrimaryBlason dhd:CoA0000031574 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "381r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSMAN-88148 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 128 ;
+    dho:hasPrimaryBlason dhd:CoA0000031575 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "397v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSMAN-88149 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 129 ;
+    dho:hasPrimaryBlason dhd:CoA0000031576 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "399r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "meister heinrich wrouwenlob   .cviij." .
+
+dhd:MSMAN-88150 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 130 ;
+    dho:hasPrimaryBlason dhd:CoA0000031577 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "407r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "meist' friderich vô sunenburg   .cvii." .
+
+dhd:MSMAN-88155 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 135 ;
+    dho:hasPrimaryBlason dhd:CoA0000031578,
+        dhd:CoA0000031578_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "418r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "boppe  .cvij." .
+
+dhd:MSMAN-88156 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 136 ;
+    dho:hasPrimaryBlason dhd:CoA0000031579 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "422r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "der litschauer   .cxiij." .
+
+dhd:MSMAN-88158 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 10004 ;
+    dho:hasPrimaryBlason dhd:CoA0000009691,
+        dhd:CoA0000009691_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r2" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSNLU-40676 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 5 ;
+    dho:hasPrimaryBlason dhd:CoA0000007582,
+        dhd:CoA0000007582_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "4r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes de très hault et très puissant empereur charles" .
+
+dhd:MSNLU-40677 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 6 ;
+    dho:hasPrimaryBlason dhd:CoA0000027097 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "4v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ycy sont les armes de très excellent et très noble empereur de constantinople" .
+
+dhd:MSNLU-40678 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 7 ;
+    dho:hasPrimaryBlason dhd:CoA0000003420_1,
+        dhd:CoA0000003420_2 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "5r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes de très magnanime prince le roy des romains" .
+
+dhd:MSNLU-40679 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 8 ;
+    dho:hasPrimaryBlason dhd:CoA0000001386 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "5v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes de très hault et très redoubtez roy de france, francois premier de ce nom" .
+
+dhd:MSNLU-40680 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 9 ;
+    dho:hasPrimaryBlason dhd:CoA0000010789 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "6r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ycy sont les armes très noble du très puissant roy de sicille" .
+
+dhd:MSNLU-40681 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 10 ;
+    dho:hasPrimaryBlason dhd:CoA0000008363 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "6v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "decy les armes triumphant du noble roy d'angleterre" .
+
+dhd:MSNLU-40682 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 11 ;
+    dho:hasPrimaryBlason dhd:CoA0000007831_1,
+        dhd:CoA0000007831_2 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "7r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes du puissant roy d'escosse" .
+
+dhd:MSNLU-40683 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 12 ;
+    dho:hasPrimaryBlason dhd:CoA0000027012,
+        dhd:CoA0000027012_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "7v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes du noble et puissant roy de honguerie et de behaigne" .
+
+dhd:MSNLU-40684 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 13 ;
+    dho:hasPrimaryBlason dhd:CoA0000003089 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "8r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ycy sont les armes du très hault et noble roy d'arragon" .
+
+dhd:MSNLU-40685 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 14 ;
+    dho:hasPrimaryBlason dhd:CoA0000009579,
+        dhd:CoA0000009579_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "8v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ycy sont les armes du noble roy de castille" .
+
+dhd:MSNLU-40686 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 15 ;
+    dho:hasPrimaryBlason dhd:CoA0000021423 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "9r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes de très hault et excellent roy de navarre" .
+
+dhd:MSNLU-40687 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 16 ;
+    dho:hasPrimaryBlason dhd:CoA0000018944 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "9v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes de très magnanime et puissant roy du portugal" .
+
+dhd:MSNLU-40688 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 17 ;
+    dho:hasPrimaryBlason dhd:CoA0000009818 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ycy sont les armes du noble et très puissant roy de trinack" .
+
+dhd:MSNLU-40689 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 18 ;
+    dho:hasPrimaryBlason dhd:CoA0000019341 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "10v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes de très illustre et haultz prince le roy de frize" .
+
+dhd:MSNLU-40690 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 19 ;
+    dho:hasPrimaryBlason dhd:CoA0000003568 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "11r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes du très excellent roy de gallice" .
+
+dhd:MSNLU-40691 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 20 ;
+    dho:hasPrimaryBlason dhd:CoA0000019035 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "11v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes de très gault et très puissant roy le roy de dannemark",
+        "cy sont les armes de très gault et très puissant roy le roy de dannemarke" .
+
+dhd:MSNLU-40692 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 21 ;
+    dho:hasPrimaryBlason dhd:CoA0000017508 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "12r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes très noble et puissant roy le roy de poullaine" .
+
+dhd:MSNLU-40693 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 22 ;
+    dho:hasPrimaryBlason dhd:CoA0000008191 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "s'ensuit la noble chevallerie de l'ordre du toyson ordonné par très puissant prince philippe, duc de bourgoigne" .
+
+dhd:MSNLU-40694 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 23 ;
+    dho:hasPrimaryBlason dhd:CoA0000001319,
+        dhd:CoA0000001319_2 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "la contee de flanderes" .
+
+dhd:MSNLU-40695 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 24 ;
+    dho:hasPrimaryBlason dhd:CoA0000002911,
+        dhd:CoA0000002911_2 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "de dartois" .
+
+dhd:MSNLU-40696 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 26 ;
+    dho:hasPrimaryBlason dhd:CoA0000008517 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "prinsse doergera <prince d'orenge>" .
+
+dhd:MSNLU-40697 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 25 ;
+    dho:hasPrimaryBlason dhd:CoA0000000548 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "de bourgogne",
+        "de bourgoigne" .
+
+dhd:MSNLU-40698 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 27 ;
+    dho:hasPrimaryBlason dhd:CoA0000000759 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "h conteer" .
+
+dhd:MSNLU-40699 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 28 ;
+    dho:hasPrimaryBlason dhd:CoA0000006425 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vuirone" .
+
+dhd:MSNLU-40700 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 29 ;
+    dho:hasPrimaryBlason dhd:CoA0000005220 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "la bremollie <la trimouile>" .
+
+dhd:MSNLU-40701 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 30 ;
+    dho:hasPrimaryBlason dhd:CoA0000007797 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "weiergy <vergy>" .
+
+dhd:MSNLU-40702 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 76 ;
+    dho:hasPrimaryBlason dhd:CoA0000010789 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "18r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy s'ensuit lanoble chevallerie du très puissant et nobvle roy de sicilie" .
+
+dhd:MSNLU-40703 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 75 ;
+    dho:hasPrimaryBlason dhd:CoA0000003420,
+        dhd:CoA0000003420_2 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "17r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "s'ensuit la chevallerie du très noble et très vertueux prince le roy des rommains" .
+
+dhd:MSNLU-52699 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 77 ;
+    dho:hasPrimaryBlason dhd:CoA0000008363 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy s'ensuit la chevallerie du royaume d'angleterre et so(n)t ycy les armes du roy d'angleterre" .
+
+dhd:MSNLU-52700 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 78 ;
+    dho:hasPrimaryBlason dhd:CoA0000008363 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "le duc de lankaster" .
+
+dhd:MSNLU-52701 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 79 ;
+    dho:hasPrimaryBlason dhd:CoA0000009583 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "le duc de beffort" .
+
+dhd:MSNLU-52702 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 80 ;
+    dho:hasPrimaryBlason dhd:CoA0000013049 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "19r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "le duc de clarerzen" .
+
+dhd:MSNLU-74089 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 1 ;
+    dho:hasPrimaryBlason dhd:CoA0000006531,
+        dhd:CoA0000006531_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "1v" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSNLU-74090 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent true ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 2 ;
+    dho:hasPrimaryBlason dhd:CoA0000027636,
+        dhd:CoA0000027636_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "2r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "cy sont les armes de très honorez et noble seigneur nicolas seigneur de fleville" .
+
+dhd:MSNLU-74092 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 4 ;
+    dho:hasPrimaryBlason dhd:CoA0000027639,
+        dhd:CoA0000027639_1 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "3r" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSNLU-74122 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 31 ;
+    dho:hasPrimaryBlason dhd:CoA0000000307 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "<bauffremont>" .
+
+dhd:MSNLU-74123 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 32 ;
+    dho:hasPrimaryBlason dhd:CoA0000003959 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "<longwy>" .
+
+dhd:MSNLU-74124 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 33 ;
+    dho:hasPrimaryBlason dhd:CoA0000011296 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "<neuchatel>" .
+
+dhd:MSNLU-74126 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 35 ;
+    dho:hasPrimaryBlason dhd:CoA0000007858 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription ".." .
+
+dhd:MSNLU-74127 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 36 ;
+    dho:hasPrimaryBlason dhd:CoA0000000194 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "scateboitem" .
+
+dhd:MSNLU-74128 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 37 ;
+    dho:hasPrimaryBlason dhd:CoA0000027523 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tyst" .
+
+dhd:MSNLU-74129 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 38 ;
+    dho:hasPrimaryBlason dhd:CoA0000011299 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "tolloieon" .
+
+dhd:MSNLU-74130 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 39 ;
+    dho:hasPrimaryBlason dhd:CoA0000000720 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vien de bare" .
+
+dhd:MSNLU-74131 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 40 ;
+    dho:hasPrimaryBlason dhd:CoA0000008134 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "gueldre" .
+
+dhd:MSNLU-74132 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 41 ;
+    dho:hasPrimaryBlason dhd:CoA0000006673 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "nassou" .
+
+dhd:MSNLU-74133 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 42 ;
+    dho:hasPrimaryBlason dhd:CoA0000027524 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "14v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "solouis" .
+
+dhd:MSNLU-74134 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 43 ;
+    dho:hasPrimaryBlason dhd:CoA0000013424 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "fürstenberch" .
+
+dhd:MSNLU-74135 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 44 ;
+    dho:hasPrimaryBlason dhd:CoA0000003452 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "honerstein" .
+
+dhd:MSNLU-74136 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 45 ;
+    dho:hasPrimaryBlason dhd:CoA0000027525 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "grenerbac" .
+
+dhd:MSNLU-74137 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 46 ;
+    dho:hasPrimaryBlason dhd:CoA0000027380 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "bits" .
+
+dhd:MSNLU-74138 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 47 ;
+    dho:hasPrimaryBlason dhd:CoA0000027527 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "kir berch" .
+
+dhd:MSNLU-74139 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 48 ;
+    dho:hasPrimaryBlason dhd:CoA0000011265 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "<brandebourg>" .
+
+dhd:MSNLU-74140 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 49 ;
+    dho:hasPrimaryBlason dhd:CoA0000027384 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "<honstein>" .
+
+dhd:MSNLU-74141 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 50 ;
+    dho:hasPrimaryBlason dhd:CoA0000006646 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "monfort" .
+
+dhd:MSNLU-74142 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 51 ;
+    dho:hasPrimaryBlason dhd:CoA0000027003 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "limborch" .
+
+dhd:MSNLU-74143 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 52 ;
+    dho:hasPrimaryBlason dhd:CoA0000027004 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "lichtenberch" .
+
+dhd:MSNLU-74144 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 53 ;
+    dho:hasPrimaryBlason dhd:CoA0000027381 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "brouch" .
+
+dhd:MSNLU-74145 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 54 ;
+    dho:hasPrimaryBlason dhd:CoA0000002948 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "magraue +rnetol+ \\ <baden>" .
+
+dhd:MSNLU-74146 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 55 ;
+    dho:hasPrimaryBlason dhd:CoA0000002596 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "doun" .
+
+dhd:MSNLU-74147 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 56 ;
+    dho:hasPrimaryBlason dhd:CoA0000002723 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "valkstein" .
+
+dhd:MSNLU-74148 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 57 ;
+    dho:hasPrimaryBlason dhd:CoA0000009692 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hanou" .
+
+dhd:MSNLU-74149 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 58 ;
+    dho:hasPrimaryBlason dhd:CoA0000003744 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ysemborch" .
+
+dhd:MSNLU-74150 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 59 ;
+    dho:hasPrimaryBlason dhd:CoA0000001673 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "horen" .
+
+dhd:MSNLU-74151 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 60 ;
+    dho:hasPrimaryBlason dhd:CoA0000027529 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "voren" .
+
+dhd:MSNLU-74152 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 61 ;
+    dho:hasPrimaryBlason dhd:CoA0000006237 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wynsberch" .
+
+dhd:MSNLU-74153 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 62 ;
+    dho:hasPrimaryBlason dhd:CoA0000020385 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "wuldenbrech" .
+
+dhd:MSNLU-74154 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 63 ;
+    dho:hasPrimaryBlason dhd:CoA0000009985 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "ryneck" .
+
+dhd:MSNLU-74155 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 64 ;
+    dho:hasPrimaryBlason dhd:CoA0000021368 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "liniyorch" .
+
+dhd:MSNLU-74156 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 65 ;
+    dho:hasPrimaryBlason dhd:CoA0000006073 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "putte" .
+
+dhd:MSNLU-74157 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 66 ;
+    dho:hasPrimaryBlason dhd:CoA0000027530 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "15v1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "meer" .
+
+dhd:MSNLU-74158 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 67 ;
+    dho:hasPrimaryBlason dhd:CoA0000027377 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "valkeborch" .
+
+dhd:MSNLU-74159 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 68 ;
+    dho:hasPrimaryBlason dhd:CoA0000026264 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "den bege" .
+
+dhd:MSNLU-74160 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 69 ;
+    dho:hasPrimaryBlason dhd:CoA0000021388 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "hallant" .
+
+dhd:MSNLU-74161 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 70 ;
+    dho:hasPrimaryBlason dhd:CoA0000021389 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "heinrich graff vô frubouling und graff zoheis" .
+
+dhd:MSNLU-74162 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 71 ;
+    dho:hasPrimaryBlason dhd:CoA0000003820 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "graff withen zo affltel <graff von castel>" .
+
+dhd:MSNLU-74163 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1,
+        2 ;
+    dho:hasItemNr 72 ;
+    dho:hasPrimaryBlason dhd:CoA0000028763 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "vlmar trpurk" .
+
+dhd:MSNLU-74164 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 73 ;
+    dho:hasPrimaryBlason dhd:CoA0000006489 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "zom leutenperg" .
+
+dhd:MSNLU-74165 a dho:CoatOfArmsReference ;
+    dho:coatOfArmsPresentedAs dho:Shield ;
+    dho:crestPresent false ;
+    dho:hasDescriptor 1 ;
+    dho:hasItemNr 74 ;
+    dho:hasPrimaryBlason dhd:CoA0000009716 ;
+    dho:helmetPresent true ;
+    dho:locatedOnFolio "16r1" ;
+    dho:mantlingPresent true ;
+    dho:textHasTranscription "<fenestrange>" .
+
+dho:Clothing rdfs:subClassOf dho:ModeOfCoatOfArmsRepresentation .
+
+dho:TextualBlason rdfs:subClassOf dho:ModeOfCoatOfArmsRepresentation .
+
+dho:accompaniedBy rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:and rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:arranged a owl:ObjectProperty .
+
+dho:between rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:blasonCorrectionComment rdfs:subPropertyOf rdfs:comment .
+
+dho:blasonWasCorrected a owl:ObjectProperty .
+
+dho:chargedWith rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:coatOfArmsPresentedAs a owl:ObjectProperty .
+
+dho:correctedCoatOfArms a owl:ObjectProperty .
+
+dho:crestPresent rdfs:subPropertyOf dho:hasTimbreAttribute .
+
+dho:decoratedWith rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:eachTippedWith rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:hasBeliefValue a owl:ObjectProperty .
+
+dho:hasCharge1 rdfs:subPropertyOf dho:hasCharge .
+
+dho:hasCharge2 rdfs:subPropertyOf dho:hasCharge .
+
+dho:hasChargeOverall rdfs:subPropertyOf dho:hasCharge .
+
+dho:hasDescriptor a owl:ObjectProperty .
+
+dho:hasDirection a owl:ObjectProperty .
+
+dho:hasEscutcheon rdfs:subPropertyOf dho:numberOfMarshalledParts .
+
+dho:hasField a owl:ObjectProperty .
+
+dho:hasItemNr a owl:ObjectProperty .
+
+dho:hasLayer1 a owl:ObjectProperty .
+
+dho:hasLayer2 a owl:ObjectProperty .
+
+dho:hasLayer3 a owl:ObjectProperty .
+
+dho:hasLayer4 a owl:ObjectProperty .
+
+dho:hasLetter a owl:ObjectProperty .
+
+dho:hasLine a owl:ObjectProperty .
+
+dho:hasLineModifier rdfs:subPropertyOf dho:hasModifier .
+
+dho:hasMarshalledPart rdfs:subPropertyOf dho:hasCoatOfArms .
+
+dho:hasMarshalledPart1 rdfs:subPropertyOf dho:numberOfMarshalledParts .
+
+dho:hasMarshalledPart2 rdfs:subPropertyOf dho:numberOfMarshalledParts .
+
+dho:hasMarshalledPart3 rdfs:subPropertyOf dho:numberOfMarshalledParts .
+
+dho:hasMarshalledPart4 rdfs:subPropertyOf dho:numberOfMarshalledParts .
+
+dho:hasMarshalledPart5 rdfs:subPropertyOf dho:numberOfMarshalledParts .
+
+dho:hasOMAID a owl:ObjectProperty .
+
+dho:hasPattern a owl:ObjectProperty .
+
+dho:hasPatternNumber rdfs:subPropertyOf dho:hasNumber .
+
+dho:hasPrimaryBlason a owl:ObjectProperty .
+
+dho:hasSeme rdfs:subPropertyOf dho:hasCharge .
+
+dho:hasText a owl:ObjectProperty .
+
+dho:hasTincture1 rdfs:subPropertyOf dho:hasTincture .
+
+dho:hasTincture2 rdfs:subPropertyOf dho:hasTincture .
+
+dho:hasTincture3 rdfs:subPropertyOf dho:hasTincture .
+
+dho:hasTincture4 rdfs:subPropertyOf dho:hasTincture .
+
+dho:helmetPresent rdfs:subPropertyOf dho:hasTimbreAttribute .
+
+dho:holding rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:inChf rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:inChfDx rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:isstDx rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:isstSn rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:locatedOnFolio a owl:ObjectProperty .
+
+dho:mantlingPresent rdfs:subPropertyOf dho:hasTimbreAttribute .
+
+dho:marshalledByType a owl:ObjectProperty .
+
+dho:on rdfs:subPropertyOf dho:hasVisualRelation .
+
+dho:textHasTranscription a owl:ObjectProperty .
+
+dho:with rdfs:subPropertyOf dho:hasVisualRelation .
+
+dhd:000e76c8-f7db-42d2-8f26-e439ef7911ef a dho:Layer ;
+    dho:hasCharge1 dhd:764b06fe-ed13-4800-a830-1df01814f168 .
+
+dhd:0011dbc6-c779-4566-88f5-5a40431bfbc1 a dho:Field ;
+    dho:hasNumber "of 4" ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:00209af9-723f-4deb-9262-4ff351b531d4 a dho:OrleOf .
+
+dhd:002ba3b1-c656-493f-b7c1-3c1fcd7e6d2b a dho:Layer ;
+    dho:hasCharge1 dhd:13ce1670-bdf7-4f88-bc65-42cf5a58d5fe .
+
+dhd:00422fcd-2150-4c37-9a1d-950a02833bda a dho:Lion ;
+    dho:hasModifier dhd:5bad72a7-0cca-45ae-9d7f-64b6139fbdf2 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:004d9fdf-a435-4efe-b888-adcb52ac63bb a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:004e62b4-4e96-4d5c-9aeb-c29a14543560 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:00519956-07fc-4d06-bcc4-b281a86810f5 a dho:Layer ;
+    dho:hasCharge1 dhd:f0ad16eb-d0f3-4294-a24a-c714771da3a1 ;
+    dho:holding dhd:00853f1c-8590-4341-80ce-536a7109c947,
+        dhd:fd391c6e-71e3-4143-9f17-e1313a0cac71 .
+
+dhd:0084b066-bc34-426d-b30b-3fc43d386d91 a dho:Fess ;
+    dho:chargedWith dhd:34a778b4-a3a3-4dce-b509-70efcfdbf7d3,
+        dhd:4d73df04-dfb8-4643-bbac-b1d7f7d8bebc ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:00b8b45e-18f9-44bf-8a5a-f3d3b6091930 a dho:Fretty ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:00bfe488-0473-419e-91a2-93ec0ee05c10 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:00c38f0d-c058-4fa6-bd01-b4a623da6d6b a dho:Chief ;
+    dho:chargedWith dhd:9c5f2327-4caf-441e-affd-5c49f295ce83,
+        dhd:9f9f49be-dda4-4f56-98bc-adb5037ce060 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:00cb2372-5de5-4897-b702-ede7b0592220 a dho:Langued .
+
+dhd:00d7df3a-e583-4ddc-9696-8f66183f4240 a dho:Key ;
+    dho:arranged dhd:c7a1db8a-cbda-4f9f-9077-8a1525ae7e2d ;
+    dho:hasTincture1 dho:Or .
+
+dhd:00e14972-dabb-470e-a6ed-7586ae6e8e36 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:00fbe260-765d-4d48-87f1-798464aeeee6 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:010d7393-387c-46f9-b378-19cd5eb386ef a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:0113457f-1f92-4856-b11d-bb1092f45fdf a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:015cebad-beb5-43a8-abfd-3242945840e1 a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:01872712-9419-4d0f-8e79-7da4e5d21ae6 a dho:Flanchi ;
+    dho:accompaniedBy dhd:45f7f1c7-8bf0-4101-bec3-95e3472718e9,
+        dhd:708e9e5d-ef36-4807-900c-e0054ffaf2ea ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:019bbf93-38b1-409e-8c83-678d6f49dab2 a dho:Layer ;
+    dho:hasCharge1 dhd:75d818b1-ae34-4a52-96d6-f553c906fb1b .
+
+dhd:01a9f6bb-dcde-4fc0-9bff-ec86fb98860b a dho:Layer ;
+    dho:hasCharge1 dhd:b20b0a1e-1aac-4419-91db-b0cd374ee71f .
+
+dhd:01acfa85-d896-41b3-b3e8-2600cbbdb9a0 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:01c49ce3-74e3-4370-a503-29510e5a3c6f a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:01c582b2-650c-4837-96ae-be017d6bdeec a dho:Field ;
+    dho:hasSeme dhd:97c954f3-b813-4e76-bb10-4ea539bb2268 ;
+    dho:hasTincture dho:Azure .
+
+dhd:01cf6142-4f5d-469d-a1ec-b1c4c6b16497 a dho:Fesswise .
+
+dhd:01d11a0e-e96d-49c8-b29f-729ead22b2a9 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:01e29964-752e-4462-ac01-72604b564a6e dho:hasPattern dho:Barruly .
+
+dhd:020477c0-3872-4259-b433-a175b72680d1 a dho:Addorsed .
+
+dhd:02223037-37f9-4623-a56b-0ff5e2fdf4be a dho:Border ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:023d6fdb-9ed2-4ea3-a1a2-3df5f42d015e a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:023fa488-8a1d-4a25-be3d-7687cb75117a a dho:Bend ;
+    dho:hasNumber 6 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:024488bd-10cd-4024-8cc4-c831c382eb1b a dho:Sejant .
+
+dhd:02580114-d2c1-4e72-bcc0-2d213658c34d a dho:Lion ;
+    dho:hasModifier dhd:65faf991-1fb8-4908-b21e-bab6434ffa6e,
+        dhd:b8653e97-5352-43b9-8b5d-d8df9d92d93a ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:02714f3c-6c35-432f-a808-25a50b5593e1 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis .
+
+dhd:02c1b76e-69af-45b0-8d0b-2e446138710b a dho:Chief ;
+    dho:chargedWith dhd:58d94a47-b4f4-4883-9785-86e1f2c55b71,
+        dhd:6f9fcf48-4aae-4244-848b-b2f87e711df8 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:02d163e1-6ba2-4cbe-b9ef-41d673826256 a dho:Layer ;
+    dho:hasCharge1 dhd:81f6482d-cdf7-4977-b1f8-41760f29a91c .
+
+dhd:02dfe060-8a30-4c58-b8a7-c416cd166e56 a dho:Layer ;
+    dho:hasCharge1 dhd:1bd12834-9733-4ec9-9f3b-69c029b2eaef .
+
+dhd:02e7664a-89d7-49b1-9125-bd57864f93e3 a dho:PerPale .
+
+dhd:02f2a134-d100-4588-a0de-56bba3a9bc73 a dho:Layer ;
+    dho:hasCharge1 dhd:61700b05-f54e-4a6a-b269-a196b9a94030 .
+
+dhd:02f948a8-ad58-4a9c-ac3e-e9fc687cb297 a dho:Langued .
+
+dhd:0351a53e-2b10-4d60-8eca-6c17db60a7a9 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:0359d272-db41-4f5d-99d4-68b3e78f6f8d a dho:Field .
+
+dhd:03769423-c4d6-47a3-b2a2-73afe6eb10fd a dho:Layer ;
+    dho:accompaniedBy dhd:4a2559bf-fb59-41cd-8ceb-640a57de96b7,
+        dhd:d4ab7bee-7000-4dbf-9185-0f7763e42be8 ;
+    dho:hasCharge1 dhd:249b9b93-95de-4735-aba0-d61f676e32e9 .
+
+dhd:03893a69-d803-4845-bd22-7b5672e6ea18 a dho:Barbel ;
+    dho:arranged dhd:d78c5ffb-2413-4996-9171-f06eebeba919 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:03968e10-f760-4c2d-aafa-62cadc5ff3ee a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:03997ee1-13a3-4bc8-b013-daa54448c494 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:03a95355-3e8b-42d9-bfd6-61fe55add16d a dho:Layer ;
+    dho:hasCharge1 dhd:83a9d83f-8137-4e7e-af92-351c9beea206 .
+
+dhd:03b5726d-73a7-4a08-8dda-ec3b0779d642 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:03d259ff-3df0-499b-a211-a91383d04ef5 a dho:PerFess .
+
+dhd:03f62b20-7bae-4f42-872d-3a83334c2f94 a dho:Lion ;
+    dho:hasModifier dhd:d6e2a485-5b76-4378-a598-84c7032c72b3,
+        dhd:d9518da0-233d-4fc9-b533-62c4d1eef0e9 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:040766a3-5a5d-4877-8e51-cbf431d62305 a dho:Seme ;
+    dho:hasSeme dho:SemyOfHearts .
+
+dhd:0412b501-2710-4b80-921b-4ef7a1b78646 a dho:Empty ;
+    dho:hasPattern dhd:e25594ab-6ec1-4212-a436-113fedd4a5a0 ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:042a6624-961e-437e-ba58-48ee93b902f2 a dho:Layer ;
+    dho:hasCharge1 dhd:fe11db4f-b87c-45c4-bc6d-c8c6ef5f17ad .
+
+dhd:04300bd0-aebe-452b-8930-4eea91ebb82f a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:0448cc02-4600-4e94-8838-bd3ab8086939 a dho:Field ;
+    dho:hasSeme dhd:108cc5f5-47de-47fe-bc47-e924d95cd87a ;
+    dho:hasTincture dho:Gules .
+
+dhd:045ffa26-124f-47bd-80bb-c5bee6615483 a dho:Talon ;
+    dho:hasTincture1 dho:Or .
+
+dhd:04b67da6-1ee2-43ab-ab49-192dcae1b144 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:04ef2870-a7e5-47aa-a01c-ae35d65dced1 dho:hasPattern dho:Checky .
+
+dhd:050a2c20-ed49-4ce0-b85b-692caaca02e8 a dho:Layer ;
+    dho:hasCharge1 dhd:ffad58da-1e6b-48a9-bd62-5b68c0cb5708 .
+
+dhd:052e31c2-5389-4d12-999f-d43e9e27be50 a dho:Guardant .
+
+dhd:053464da-28bb-4977-af06-29337d1043c6 a dho:Layer ;
+    dho:hasCharge1 dhd:ddbabd3e-af0e-489a-a92a-3472d18932b4 .
+
+dhd:053e47a9-e118-46c4-9d25-dd089e0f4bcc a dho:Canton ;
+    dho:hasCoatOfArms dhd:CoA0000006037_CoAF1 .
+
+dhd:05513064-d1f1-4404-9b0e-2e150de81ba0 a dho:Cross ;
+    dho:hasLine dho:Fimbriated ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:05824507-59b6-4a15-a755-637cfa3cdff9 a dho:Rampant .
+
+dhd:05a4a95f-ad68-4c15-893e-a1cd3b293599 a dho:Roundels ;
+    dho:arranged dhd:0f5843e8-77cd-4745-af22-f4ab3ee5bb77 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:05ab36dc-07f4-4e81-820e-cf8829dae59e a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:060524a6-7dc0-4f19-bf38-81febe634757 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:06074248-6e96-4eb3-90c6-a90b1a4a9a43 a dho:Layer ;
+    dho:hasCharge1 dhd:163b2092-8180-4f24-ba02-a8dbb5281577 .
+
+dhd:060e2219-d954-479a-bf60-fbac667192cb a dho:Layer ;
+    dho:hasCharge1 dhd:8ef0fce4-f79f-4c0f-ba97-bbe2a814ff05 .
+
+dhd:0611ef1b-6bbb-4d33-8f5f-27b0b8a44cda a dho:Lion ;
+    dho:hasModifier dhd:78779be4-d393-49c7-a28b-5360438dc52b,
+        dhd:80028e4b-82a5-411e-b6a0-f75a769b1cc8,
+        dhd:8e921274-6ac5-4492-b93f-d82616b6cf2a,
+        dhd:dcb36de8-58b9-4c1b-bde9-e137d867d63e ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:061c2894-5ca2-4f33-8008-94d53d80b4af a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:061e5440-996b-404e-ba24-dac717455a8d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:06362f69-0cf6-4c2a-b8e6-e86fef92c8ba a dho:Wing ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:0636ace0-2d14-4532-9fcc-0a740a755c8b a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:066afacf-ac27-462e-b07d-120424893f56 a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:067b8c09-df49-4c4e-b50d-551e2a9ef63e a dho:Fleur-De-Lis ;
+    dho:arranged dhd:6cb7201f-f5cd-4803-b81b-6a0b44ef1d69 ;
+    dho:hasNumber 6 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:068337c3-4b6b-4a56-a6f0-094c830475a5 a dho:Slipped .
+
+dhd:069b3adc-2ad4-4371-a4e5-6728ab5adf7f a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:06d4617e-8814-4727-bdfc-6cbb6493997b a dho:Key ;
+    dho:arranged dhd:62b35a1e-e3ed-40c8-a7c7-aea6d64db15d ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:06dd0da0-215c-40b3-8667-e9d5a497d079 a dho:Countercharged .
+
+dhd:06ecee92-7f87-436b-912b-edeaee0de953 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:070f918d-d75e-4989-a223-6596d1acc5cd a dho:Field .
+
+dhd:076f971a-0c88-41ae-b38e-8040e81659bc a dho:Layer ;
+    dho:hasCharge1 dhd:af3acc69-6729-4032-abfe-d038f96d6516 .
+
+dhd:07736453-7272-49f5-9137-5376aa1e4a97 a dho:Fess ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:079856af-66b4-4df7-baef-63f51a7fa0b9 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:079fa361-003a-4963-91fc-bf63db850075 a dho:Layer ;
+    dho:hasCharge1 dhd:d409c6b0-a3c5-42e3-a1ff-712a62bf17a9 .
+
+dhd:07b534fc-48d1-4d3d-8388-68e7a23d6be9 a dho:Rose ;
+    dho:hasModifier dhd:9c61d33f-67cf-49d1-a541-26418499561f ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Vert .
+
+dhd:07c2439c-d29a-4d71-b1bf-e6b86f152c7e a dho:Addorsed .
+
+dhd:07c6ca40-3187-42d2-ae28-736280b0cadf a dho:Lion ;
+    dho:accompaniedBy dhd:01c0f633-8e86-4a99-8ad2-919b9c79a65c,
+        dhd:bb17025e-ca58-4beb-88d6-11537ca82bc3 ;
+    dho:hasModifier dhd:caf01eef-3e71-48b4-93b1-7739eb43ddce ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:07d67213-f8d4-4e13-a0c8-70224e54addc a dho:Bull ;
+    dho:hasModifier dhd:c697078b-d60b-4b37-8d4a-25aa7b8bf5d6 .
+
+dhd:07edc943-2716-4565-b000-fc0cb4ee68ef a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:07f5a821-32dc-4b6e-aab1-2d2645503e06 a dho:Lion ;
+    dho:hasModifier dhd:199c1b79-354c-4114-9630-5a5a8f46e4c6,
+        dhd:8ef14dcc-d00a-4eb8-ae7d-7a2c744e7e90,
+        dhd:a56b31f6-a967-492e-96b5-5b62ae414c40 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:07f5de29-b4a1-4dc1-b610-994029bcd34e a dho:Layer ;
+    dho:hasCharge1 dhd:1f9044b2-2c7b-40da-a870-c7d727d1013f .
+
+dhd:07f7cd31-77e3-4b38-9575-d3afe1c02739 a dho:Layer ;
+    dho:hasCharge1 dhd:8def81f4-e9f2-419e-b4f4-add2eb37adaf .
+
+dhd:080dd8bd-7051-41bd-a89c-9afd4dae7e60 a dho:Field .
+
+dhd:083c4138-0fa2-4e6a-b251-1dee6bb91109 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:085541ea-93a9-4340-bfd6-7be8bbab16a3 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:085f0922-e10b-470c-b206-518bbf8909d0 a dho:Chevron ;
+    dho:between dhd:2868e1b7-8224-4a3f-8977-0f5d5112d90c,
+        dhd:2d621030-a5d3-4602-bcf0-8f1528eeaaec ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:08775528-27e0-4f43-959b-8d95f10ce9c8 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Gules .
+
+dhd:088ddb3d-7274-4558-a178-d01c89b91e4c a dho:Passant .
+
+dhd:088f2c6c-1346-41da-94d1-ccef5d626ece a dho:Sword ;
+    dho:hasModifier dhd:fcc9929a-b591-4d82-a3cf-402a1e1323e3 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:089eee52-1e00-4e55-8ff0-c3b9213df5f3 a dho:EaglesHead ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:08adb3c5-0271-4fd4-b3c8-0785a498c5fe a dho:Fleur-De-Lis ;
+    dho:hasModifier dhd:63d4b2b5-47e9-4d38-b8b0-5caa854f28e3 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:08b39ba5-74b8-4db7-bcbf-549f8a9ca088 a dho:Layer ;
+    dho:hasCharge1 dhd:0b71779a-d719-4d69-b608-24ec9a2ee5b1 .
+
+dhd:08f3574f-9fbd-41e6-b502-e8d5d0089b4c a dho:Layer ;
+    dho:hasCharge1 dhd:f06f70eb-4e76-4ca0-bf4e-f3d37400286d .
+
+dhd:09009c1d-ffc9-41fb-8b27-a1bbce9871e2 a dho:Layer ;
+    dho:hasCharge1 dhd:9bf09bf7-d229-48e3-a7e6-045851c519a4 .
+
+dhd:09089a0f-c091-4e62-a2e1-9a752fadd46b a dho:Guardant .
+
+dhd:091c62a6-17ae-4591-ac12-14d9fd3fa560 a dho:Rampant .
+
+dhd:0925bfab-ffa2-4882-82e4-cd4fcaa79422 a dho:Cross ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:092daa63-3406-41d3-bb78-1eab14e4f5d9 a dho:Layer ;
+    dho:hasCharge1 dhd:85bc7779-05de-44e7-bf98-b0c471fdcd7f .
+
+dhd:09425797-6cdf-4cf3-b111-02f88ccf7044 a dho:Layer ;
+    dho:hasCharge1 dhd:9ab24d18-3c36-4eda-9549-7cb1a74bb4e6 .
+
+dhd:0943e133-e436-49b3-afe8-c52e05b44dd1 a dho:Border ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:094ce942-59ad-42bf-9e15-fb48df7b16a5 a dho:Wheel ;
+    dho:hasTincture1 dho:Or .
+
+dhd:094f9a92-4793-4391-83fb-af03aaba726f a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:095da3a0-b853-4880-90c6-16e9b15d27d7 a dho:Layer ;
+    dho:hasCharge1 dhd:d716171f-51ee-43a9-9b60-74d5ebefb7bb .
+
+dhd:0968495c-03e5-4fed-9616-ae19375e76a9 a dho:Layer ;
+    dho:hasCharge1 dhd:085541ea-93a9-4340-bfd6-7be8bbab16a3 .
+
+dhd:09725bb8-2d54-4977-bd6a-0e6a616ce4c1 a dho:Layer ;
+    dho:hasCharge1 dhd:9000aebf-3ef7-4e22-807f-0a968262f1b5 .
+
+dhd:09729135-3d01-4ca7-947c-5b78ce0aad80 a dho:Affronted .
+
+dhd:099874b0-d0ec-45f5-a585-9ef06be507c1 a dho:Field ;
+    dho:hasNumber "of 4" ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:099d671e-d632-4667-9814-415cd4a00b18 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:09a66136-10bb-4bdc-8bcd-0d3827e2c926 a dho:Bar ;
+    dho:hasLine dho:Undy ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:09bff221-97d6-4665-8da2-ad41d89e6f1e a dho:Chief ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:09dc6027-da94-4e5d-9b3d-c30ed14111f5 a dho:Bend ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:0a091aaa-915a-4c10-bfda-90c1e56be732 a dho:Field .
+
+dhd:0a09dd8a-06e1-45e6-9e6a-f9a27c5eefd4 a dho:Layer ;
+    dho:hasCharge1 dhd:e42add9c-430e-459d-9406-8bdd5f1ae024 .
+
+dhd:0a23dfca-4d3d-4973-8034-e810e877da2e a dho:Layer ;
+    dho:hasCharge1 dhd:a633823c-ab20-4642-9c6e-b0ad2b637711 .
+
+dhd:0a2f1659-87b1-4a71-aeb6-96eeba2be78b a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:0a57940d-539e-48b2-aac0-770309337e1a a dho:Layer ;
+    dho:hasCharge1 dhd:a3d7b2bf-6a28-4ebd-ac15-d10892a23fd7 .
+
+dhd:0a92c501-87e7-4dba-9268-43dec088dd03 a dho:Chevron ;
+    dho:accompaniedBy dhd:68b9a554-1c91-4770-a9a1-19493e643532,
+        dhd:d06b1558-d57d-4efa-afb4-ad5830505b5a ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0aa182aa-aab9-4a2b-b196-4d9c33d1d38b a dho:Layer ;
+    dho:hasCharge1 dhd:bc3bccc2-256d-40b8-80d5-74772b87426a .
+
+dhd:0aaa9e20-ce82-4543-a545-6cdc27d22401 a dho:Eagle ;
+    dho:hasModifier dhd:6f427c00-f442-431b-a6d6-259760e5e9ef ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0ab5c32f-2d04-47e7-a912-d453b40072db a dho:Field ;
+    dho:hasNumber "of 2" ;
+    dho:hasPattern dho:Chevronny ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:0ac8661c-2ad5-4c6f-9672-8f589a94b9ee a dho:Statant .
+
+dhd:0acbc04a-5756-4873-b545-733d5b54793d a dho:Fish ;
+    dho:arranged dhd:b2ffc14a-13ec-4e63-b953-d7f43a33030c ;
+    dho:hasTincture1 dho:Or .
+
+dhd:0ad13e32-5cdb-4204-a5ac-161f166361e6 a dho:Rampant .
+
+dhd:0ae625f5-903c-4897-a757-5486c3278890 a dho:Field ;
+    dho:hasSeme dhd:a598cc9b-8348-4258-ba74-fe8c34ef382d ;
+    dho:hasTincture dho:Azure .
+
+dhd:0ae67bc9-0d68-4fbc-a453-8a31a69f5886 a dho:Layer ;
+    dho:hasCharge1 dhd:00d7df3a-e583-4ddc-9696-8f66183f4240 .
+
+dhd:0aeb2564-ac3a-47bb-938e-6b550aa17cb7 a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:0aeea85c-06bc-4775-9f9c-ee9b45eec12d a dho:Lion ;
+    dho:hasModifier dhd:1c86d981-aeca-4482-85d9-f8880e02d53f,
+        dhd:46860837-6fca-4a6d-a639-da8824c2fd71,
+        dhd:9642d4c3-5bf7-4dcb-ad96-84042073d744 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:0af17045-83d9-46e4-aea8-558b972db467 a dho:Layer ;
+    dho:hasCharge1 dhd:ec151993-8bc7-4d05-bc59-03e427a0c016 .
+
+dhd:0b0b1ca5-eac2-4d18-8725-69bfbf58f89c a dho:Layer ;
+    dho:chargedWith dhd:66bbc5ca-4976-445d-bfe0-544d9c77f099,
+        dhd:eb3ee116-ce2b-48be-b74c-397c95fb62e8 ;
+    dho:hasCharge1 dhd:a42606dd-915f-44c6-9b9c-a32d764e5d13 .
+
+dhd:0b0cc1e3-c99e-40d9-b4f5-6f5da088fd88 dho:hasPattern dho:Compony .
+
+dhd:0b262c37-6968-4335-9d86-21bd9069509a a dho:Field ;
+    dho:hasNumber "of 18" ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:0b32cc1e-9b20-40d9-9372-7001cf95732a a dho:Layer ;
+    dho:hasCharge1 dhd:4192f35e-a6bd-42bb-a8bb-8c03bc7d3c5c .
+
+dhd:0b49989e-ca6e-4fc0-9a8d-3772c91f5b44 a dho:Crescent ;
+    dho:arranged dhd:6045855e-d108-4e2c-ad90-a76a23983441 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:0b546064-7e78-49f3-8c65-478851adcccd a dho:Layer ;
+    dho:hasCharge1 dhd:02223037-37f9-4623-a56b-0ff5e2fdf4be .
+
+dhd:0b71779a-d719-4d69-b608-24ec9a2ee5b1 a dho:Lion ;
+    dho:hasModifier dhd:3868706b-7357-42f8-9e42-53828f339caa,
+        dhd:ffee64f7-2868-4deb-9cbb-a2b218570120 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:0bb5d7a3-77b8-42fe-8cbe-322e37659f57 a dho:Pincers ;
+    dho:between dhd:755c0d06-facb-4468-9d70-cd26596a9236 ;
+    dho:hasDirection dho:Dexter ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:0bbb46c9-8a30-480a-846c-3e1b73def2b6 a dho:Field ;
+    dho:hasPattern dho:Chevronny ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:0bd1ec44-20a6-487d-af5f-d299ed6f0bbe a dho:Layer ;
+    dho:hasCharge1 dhd:c4c389bf-d9bf-469c-a933-006bc43131c1 .
+
+dhd:0bd50a45-604f-46b3-9d50-7b2ea8ba1665 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:0bdc9756-2d4d-4589-8832-5063a6101d2d a dho:Layer ;
+    dho:hasCharge1 dhd:9f2261c7-5e0a-4ab6-8201-095c2bf64fa8 .
+
+dhd:0bf3d058-65c7-4409-a920-4959de79b4df a dho:Layer ;
+    dho:accompaniedBy dhd:52354083-827f-4d61-9661-66c61a259e3b,
+        dhd:e8dc89bd-32ee-4b08-a903-706dc9c39300 ;
+    dho:hasCharge1 dhd:5a5f8eba-bf54-4515-bfd8-a5c2af1b9ec2 .
+
+dhd:0bf7f83b-648d-4b59-babb-cdd447fc8333 a dho:Field ;
+    dho:hasPattern dho:PerBend ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:0bfadc14-1048-4296-99f9-9ee3efde3a8f a dho:Lion ;
+    dho:hasModifier dhd:b22ccb85-4fb2-43df-bcd4-826e947d31bf,
+        dhd:cf54fec0-23a8-4d3a-811f-78ccc755d6b3,
+        dhd:de1c44f3-1a25-4b5f-843a-a2468c9db87d ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:0c0355d6-3dd0-4674-b4b7-9541a4713398 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:0c21431e-89dd-4ac4-9c50-8ae224515571 a dho:Lion ;
+    dho:hasModifier dhd:49e21873-5100-4d54-bd17-72d15753a7fe ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:0c38ff87-8fc6-4a6a-9837-11d3b2c3c8ed a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:0c4f4760-9491-4e1d-9842-a306aa0c6490 a dho:Fleur-De-Lis ;
+    dho:arranged dhd:b60c38db-d6df-4b97-bc6a-4fcc74be5439 ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:0c6c5d5a-3897-4152-8b75-69f5a7391898 a dho:Layer ;
+    dho:hasCharge1 dhd:24299a2b-7790-44c7-9bf5-2c861f2d24e7 .
+
+dhd:0c72ab8d-7582-45a9-a870-d8e6d7744b31 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:0c9bf2c7-073c-42d6-b47c-a9d43bec55d6 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:0ce9d609-1433-452c-9d03-b67417ed1aac dho:hasPattern dho:Castely .
+
+dhd:0d1b15b8-5b72-49be-a634-b2ec25fb5775 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0d21deb0-2a6e-410a-b616-7247b413fb9b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:0d29f5fd-69e2-4f6f-b4b3-c87670bb0763 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:0d33c266-c083-43ce-b5d5-3e99af923d60 a dho:Layer ;
+    dho:chargedWith dhd:9c5f2327-4caf-441e-affd-5c49f295ce83,
+        dhd:9f9f49be-dda4-4f56-98bc-adb5037ce060 ;
+    dho:hasCharge1 dhd:00c38f0d-c058-4fa6-bd01-b4a623da6d6b .
+
+dhd:0d373ab9-5fbb-4512-af66-edb2c9593e2d a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:0d3a6d40-fd32-453f-a964-986d736f9622 a dho:Crowned .
+
+dhd:0d402f0a-9c89-4fe8-b100-060d5ef68899 a dho:Field .
+
+dhd:0d495c75-821f-4f20-8742-25aa9c203b52 a dho:Layer ;
+    dho:hasCharge1 dhd:7ffaa90a-0658-456a-a960-184f82450085 .
+
+dhd:0d5e6864-efe3-4a4b-91fa-5ccbe78dce15 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:0d607e28-87b3-4fff-bade-05da44698881 a dho:Field ;
+    dho:hasSeme dhd:8547a1f3-68c2-4e41-9782-afe879d9573f .
+
+dhd:0d92112d-32a4-4bd7-8970-bcc4116198ac a dho:Crowned .
+
+dhd:0d9529d3-8204-4439-9bad-72925a73de5c a dho:Unicorn ;
+    dho:hasModifier dhd:32a94b07-c309-432c-b9d4-262b535430bb ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:0db09688-4b02-4480-83ba-dda39644eafe a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:0db2395e-1e4d-4759-9e38-a672125f23d1 a dho:Eagle ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:0dbcda1d-bb35-4a4e-afd3-b1afe0d748f3 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:0dc73096-4ebe-4456-b7e9-37c25d479a5c a dho:Erect .
+
+dhd:0e1c6538-1db4-4ccc-a81c-c7b85d1fe84c a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:0e284749-e187-4bc2-b0c2-631799664fe3 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:0e539954-479f-4760-8e22-a5c0df46e660 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:0e5cf1d1-1b1b-4dfa-868a-8f97a2b007bd a dho:Field .
+
+dhd:0e75c1f6-9bb4-4199-a3d9-2c6bbcc24f4d a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:0e8b8588-8afe-4d84-809c-225c90a99a4a a dho:Boat ;
+    dho:arranged dhd:ff2a95e4-7dac-44e1-87e1-49873914ca9e ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0e9b34ef-2ac2-4cfb-aace-c37782dc648e a dho:Talon ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:0ea7b646-8335-4f0e-ba38-e46079e96146 a dho:Layer ;
+    dho:hasCharge1 dhd:b10bf49f-4a3b-457d-b2b3-4480991489f8 .
+
+dhd:0eb1dc12-2e6c-4c1e-a541-5ca34544b7db a dho:Eagle ;
+    dho:hasPattern dhd:04ef2870-a7e5-47aa-a01c-ae35d65dced1 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:0ec4562b-05e2-4e64-b179-ff22df8a1cb2 a dho:Lion ;
+    dho:hasModifier dhd:6c627165-df47-47f4-ba9b-f2068dea4818 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0ec6ce5f-f43f-47fa-ae62-14a3b796069a a dho:Cross ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:0ed61221-c8f7-4163-9651-3c5d7db5aedd a dho:Chief ;
+    dho:chargedWith dhd:c7b2a291-6683-420e-b216-81a5e8fd56d0,
+        dhd:e191fc4f-3186-4d28-8420-f2cbcfef6faa ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0edf9277-9d14-4249-8e1a-4149c6796337 a dho:Layer ;
+    dho:hasCharge1 dhd:3b1881f6-6b22-4e4c-9771-5fdbcac5ef0f .
+
+dhd:0ef67d6e-9f88-4954-8c48-b9226a39965f a dho:Lion ;
+    dho:accompaniedBy dhd:27952a1c-5427-43b9-bc27-b12bcc1ce6d0,
+        dhd:b4d037e6-801d-4500-8d0c-410323be6374 ;
+    dho:hasModifier dhd:e746dfed-12ff-4473-b74e-173922d054f3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:0f06c1bc-e166-417d-903f-31dcfc1d5687 a dho:Chevron ;
+    dho:between dhd:ac6430a7-2aea-4dd5-a6a7-a17f0607fdd5,
+        dhd:b80f3a5d-316e-4056-8b39-4f03ba09911e ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:0f3deed0-8a59-4c1d-9c4d-45aaac597f7f a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:0f4354f2-c08f-4a08-b04f-611ee779f011 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:0f4fd69b-bf30-4090-96a7-a7b464cc1f87 a dho:Lion ;
+    dho:hasModifier dhd:9b03f937-7abd-48b9-bdd0-93c401cd088b,
+        dhd:c537e00e-ea4c-4118-a84b-e17dd1ce9395,
+        dhd:eae96658-99d5-462d-bd59-621abab31f0c ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:0f511a89-7f49-45b9-b4f1-26424073ca0b a dho:Addorsed .
+
+dhd:0f5843e8-77cd-4745-af22-f4ab3ee5bb77 a dho:OrleOf .
+
+dhd:0f627ea8-e7d7-4350-a1e7-a55808ee3dd0 a dho:Chief ;
+    dho:chargedWith dhd:14260e6c-366f-41f1-a5c4-1a3f39c3f14b,
+        dhd:5513007b-7967-4757-b6a8-7c1b3ef83fa1 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0f847303-8b13-4fdf-9059-0d8c32ea02ee a dho:Layer ;
+    dho:hasCharge1 dhd:c45853ae-f03c-41e7-a066-32e052e0bb7c .
+
+dhd:0f8939e1-f7a3-41c8-872a-50c5b1a82cab a dho:Armed .
+
+dhd:0fa88f32-2f79-4e36-bdbe-b4f0de9181d6 a dho:Bugle-Horn ;
+    dho:hasModifier dhd:58352dc1-84e7-4e3c-bec3-7a8e62c212e9 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:0fb11414-f95e-4768-a341-24c35d01b8f9 a dho:Wheel ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:0fb9d592-9630-49ee-9ee9-55596499dc56 dho:hasPattern dho:Compony .
+
+dhd:0fc00603-1d18-4752-986d-c0b6f06b09b1 a dho:Layer ;
+    dho:hasCharge1 dhd:ece08491-a93a-4b1d-aa21-a6e47b74e9fe .
+
+dhd:0feae772-9341-4c82-a18e-e863824f44bf a dho:Layer ;
+    dho:hasCharge1 dhd:85a9b395-9b2b-4519-bfcb-6bedb3063b6c .
+
+dhd:0fec2275-b111-486e-a286-4a25e0c062c4 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0feedf68-c360-4a58-b4a8-37433ddd6e85 a dho:Langued .
+
+dhd:10081058-36f1-4df7-90db-48560c51216c a dho:Chief ;
+    dho:chargedWith dhd:c586d23e-8aca-4f85-a722-9e37da34f333,
+        dhd:cd879d6a-17e7-4e01-b1bb-d1b089906bb7 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:101f2c34-2c71-41d8-8c1f-fdba62fae2ad a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:10675ead-3b89-490a-a026-369cc946b4c8 a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:10678e82-643c-409e-b39f-2f98a56d1977 a dho:Layer ;
+    dho:hasCharge1 dhd:4c35fbfe-594c-408a-bc38-6185a22513f9 .
+
+dhd:1073c775-b82f-4b20-b901-f6e9725401c4 a dho:Chief ;
+    dho:chargedWith dhd:aa73e60b-e891-4d03-8512-7692768bede5,
+        dhd:d4cb1110-65f1-4497-ae25-decae52571d8 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:107fb0e7-c2b1-4bac-aadf-5541174b4f95 a dho:Border ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:108cc5f5-47de-47fe-bc47-e924d95cd87a a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Argent .
+
+dhd:1095c184-9bf4-4c92-9736-6212a198af4e a dho:Layer ;
+    dho:hasCharge1 dhd:d32f078f-3494-4315-9b9d-373c2e0c70e6 .
+
+dhd:10d213b9-426c-482f-95c4-308319dc0c4d a dho:Addorsed .
+
+dhd:10e1944d-4f8f-4e19-bb1d-13a947578a32 a dho:Layer ;
+    dho:hasCharge1 dhd:2b567e76-d8a0-4e1d-85c6-25e21f1f9d92 .
+
+dhd:10ef3ec5-2171-4dba-9263-50c9864ef1c2 a dho:Lion ;
+    dho:hasModifier dhd:553a6d0c-42a5-40d9-a31e-77937c30242f,
+        dhd:68e4a345-ec43-463b-ba4f-d11e14641c78,
+        dhd:b8bb84dc-99bf-4517-9dc1-536a9b4b4429,
+        dhd:ee832e48-e8d4-4efe-82f0-f6cf6e3983f1 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:11010ce6-e730-42c7-9b7d-d9b1235e3aca a dho:Layer ;
+    dho:chargedWith dhd:24ad1d78-fd5a-4c58-b7a3-fa9dd982aff8,
+        dhd:fa2ad633-027d-4fb2-878b-1197e6e1625e ;
+    dho:hasCharge1 dhd:d2920e00-da30-4ea7-94f6-809c40229bd5 .
+
+dhd:11038407-1905-47ce-a7b3-a7186e425ce1 a dho:Layer ;
+    dho:hasCharge1 dhd:08adb3c5-0271-4fd4-b3c8-0785a498c5fe .
+
+dhd:112aa57a-a28b-4343-bf39-f4c0ccd1b90d a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:113a0fd2-6235-43f0-a14d-8b527e168929 a dho:Guardant .
+
+dhd:113b743b-26af-4b2f-961a-bd0d576e2922 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:11534484-4ed2-495c-9421-8f89fcaf9c15 a dho:Layer ;
+    dho:hasCharge1 dhd:9be6c442-9259-489d-897c-218d013e3fbb .
+
+dhd:11671afb-c733-420c-a468-054fe459a745 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:117d5164-5144-4d53-9d3d-f1017594252a a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:11afee02-5d25-40d4-9278-7649f8b83a76 a dho:Lion ;
+    dho:hasModifier dhd:cfd7e551-367c-433c-aca8-e2087284b25e,
+        dhd:e461e810-2d8a-4086-88bb-4e1b5ee7506d ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:11b24a95-0318-4810-a76e-4e2e65f6d39a a dho:Chief ;
+    dho:hasLine dho:Indented ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:11b767e6-c9a6-4d8d-841c-0a78d2530a19 a dho:Lion ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:11bf7a26-9a6e-48a2-8662-869a098517a0 a dho:Crowned .
+
+dhd:11c6fd39-39ad-4b59-9a29-80a51d1bb70d a dho:Lion ;
+    dho:hasModifier dhd:52f5c95c-af83-49a7-8bce-3cba5f035355 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:11cc47bb-d702-4d80-80d9-b25a6625b8b0 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:11d07d46-95fc-413f-8ade-d215d831a489 a dho:Pale ;
+    dho:chargedWith dhd:e709fd99-6707-4e70-bbea-a205e0b43591,
+        dhd:f9c303f1-3ef1-414f-b859-a7553ea7b648 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:11dea53f-5b81-4db9-8852-dd12b7c8a9e7 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:11e2d6b4-8cc8-4462-ab55-62bd3f6a8b9b a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:11e47f29-b2b3-4091-83ac-aa1c9eb10ca0 a dho:Layer ;
+    dho:chargedWith dhd:b13d15e9-8370-42b7-b061-569f931580f6,
+        dhd:b185a512-3380-450f-9aae-8cb2318ddf64 ;
+    dho:hasCharge1 dhd:822ee67d-be8c-43d3-be5a-460ac0ac91a0 .
+
+dhd:11e86ba2-de63-417a-8ccf-1130ad42c3ca a dho:Saltire ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:11f2a03a-ec02-4fa6-b34d-d81db271d125 a dho:Rampant .
+
+dhd:11f71840-92db-4d31-91f7-c45333809781 a dho:Layer ;
+    dho:between dhd:1805911f-dcfb-4e7b-99f3-dfa29b73bf8d,
+        dhd:9a20b9fe-b85d-4b95-81bf-ac3ca4bf25d4 ;
+    dho:hasCharge1 dhd:9feaa735-a2e0-4559-bac7-4edf6d8a0f6e .
+
+dhd:1210680e-725d-433a-bd84-71896d1a6ba5 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:12179827-a8a2-464a-b466-508edaf4d903 a dho:Stringed .
+
+dhd:125317ec-96fd-4c8e-a98a-84021bce148f a dho:Layer ;
+    dho:hasCharge1 dhd:b27c7aee-abbf-4a9f-95ae-001e02f41306 .
+
+dhd:125d8a8e-0268-4e69-8ae9-9daad3a17182 dho:hasPattern dho:Compony .
+
+dhd:1260073b-bfe0-449d-bb47-92258b5ccea5 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:126f19bd-d1c5-46aa-b365-b5a7a8bcdbcd a dho:Leek ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Vert .
+
+dhd:127d4c28-96d8-4bab-99ef-10896f693c36 a dho:DonkeysHead ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:127fe41a-9820-4b2d-82fa-cfdf0693bc43 a dho:Layer ;
+    dho:hasCharge1 dhd:f15a25f3-36be-41d3-b2fa-55656fe97fca .
+
+dhd:1287867c-5d89-4064-84b1-883dd2d58daf a dho:Layer ;
+    dho:hasCharge1 dhd:ba193ebf-6bea-4459-9a85-9e531df09f3c .
+
+dhd:12aaed88-af25-4cde-a07e-46a08d21094a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:12c39f63-5d8b-491d-a2b4-9f0dac5f2324 a dho:Bugle-Horn ;
+    dho:hasModifier dhd:297fb3c9-54c2-4dcd-b03a-c50e69c2abe0 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:12e43ed9-f3ce-44f2-891b-5b59c806925c a dho:Cross ;
+    dho:hasTincture1 dho:Or .
+
+dhd:13267515-f01f-430f-8b34-371724a64545 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:1359515b-97b8-4e87-84a5-48c68938cb5a dho:hasPattern dho:Masoned .
+
+dhd:13625b1e-8873-4ce8-8301-57ec0ea36bb5 a dho:Fish ;
+    dho:arranged dhd:90b9ed62-ed58-4d20-92ee-abeb02723cf2 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:137e5bdb-b862-4d71-9886-5324b5b7e5b9 a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:138997c0-81c7-4795-8244-d7e6d0105699 a dho:Fish ;
+    dho:arranged dhd:4e8dad30-b0b6-4b16-b04a-acef3b224f02 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:139ec96f-b8a5-46d0-915e-8fab81f99bec a dho:Lion ;
+    dho:hasModifier dhd:7b501715-fa12-4f44-a3a5-aa9268acd674 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:13a85dd3-91dd-417c-a760-340f26be4ee1 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:13ce1670-bdf7-4f88-bc65-42cf5a58d5fe a dho:Border ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:13d25d29-3aa1-4ef0-801d-6927c4ea1bb9 a dho:Layer ;
+    dho:hasCharge1 dhd:c3f509a5-684f-44a1-b34a-2eceadc3cc64 .
+
+dhd:13ef7d8a-c209-43da-98c2-16c658500df2 a dho:Bend ;
+    dho:hasTincture1 dho:Or .
+
+dhd:14077fef-23b4-4953-8509-47fc2f17563b a dho:Field ;
+    dho:hasPattern dho:PerFess ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:1425e72f-ed85-4634-a325-107df1a549c2 a dho:Layer ;
+    dho:hasCharge1 dhd:d8e2fde0-3aeb-4e53-ab01-5b6fce65d1be .
+
+dhd:143215b0-44df-4a27-907f-7688bc86aae7 a dho:Field .
+
+dhd:14341838-a7f5-44b0-8bea-f134b30b41ab a dho:Lion ;
+    dho:hasModifier dhd:1d1e349d-60d2-4d48-8177-48b41e981055,
+        dhd:5ba7f06c-ca47-49a9-9385-8417b2eeec01,
+        dhd:816ae249-4f70-48a4-9b0c-3fe3c28841b2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:14372eb3-46ec-47d4-af36-89dab13aaa37 a dho:Layer ;
+    dho:hasCharge1 dhd:29efe7bd-9294-4f55-bff4-2ada93298da5 .
+
+dhd:145216e4-044c-4cd4-83aa-e4bd77eb6520 a dho:Layer ;
+    dho:hasCharge1 dhd:27475e5e-7ed2-4446-b745-e2298b9169e5 .
+
+dhd:145487b0-d5a6-480b-8fe6-8adb8f030317 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:1477e836-3ce3-4bcd-a672-bcc6b477b6d9 a dho:Layer ;
+    dho:hasCharge1 dhd:1987c3f9-7a39-46ec-944f-c510cd33070a .
+
+dhd:14a27566-f0a3-417d-a9b0-09bdf9e7de75 a dho:Passant .
+
+dhd:14c8d953-05b1-4714-a458-4f7d6eca3bbd a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:14da3244-48e7-4be4-a52b-bc5241d451bb a dho:Layer ;
+    dho:chargedWith dhd:2a388936-b55a-42b1-8bd2-ef40cd0b574f,
+        dhd:8f49815f-b90f-4cb8-84aa-230e2a0a2288 ;
+    dho:hasCharge1 dhd:68de2840-8d36-4425-a3bc-b02d560391d0 .
+
+dhd:14e0670b-2ee1-49b1-b049-157c799f83b3 a dho:Layer ;
+    dho:hasCharge1 dhd:8f9d49eb-ce3a-4dc9-91c2-2756bdb3738b .
+
+dhd:14f73f68-8501-4f1e-907f-ce37979608ad a dho:Field .
+
+dhd:15213243-1952-4328-8ca4-cca11ce6c99e a dho:Rampant .
+
+dhd:152da188-eb1d-42ad-a9e1-d2333c1f4839 a dho:QueueFourchy .
+
+dhd:1548ec1a-4e91-46da-9385-673420af10c4 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:15535b98-9760-4faf-8f90-0fbdf6ffd097 a dho:Layer ;
+    dho:hasCharge1 dhd:088f2c6c-1346-41da-94d1-ccef5d626ece .
+
+dhd:1560240d-c909-4a4d-8034-1ae6ea607c4c a dho:Layer ;
+    dho:accompaniedBy dhd:04632f2a-d81f-4a0c-9fc8-f4d1a3b656cf,
+        dhd:f40a5b9f-094c-4fbf-9363-0a36c886f2cf ;
+    dho:hasCharge1 dhd:2378cbfb-9e10-4014-8f0d-353c55145f77 .
+
+dhd:15693107-a4fc-4896-a8be-de5a0f7bbf47 a dho:Crowned .
+
+dhd:15820b6b-7399-44ec-8dbc-36d97a3e950c a dho:Layer ;
+    dho:hasCharge1 dhd:20c2114a-5e25-4a78-9e27-8fb48877eb4f .
+
+dhd:1587236d-1097-492c-a90d-2bf872c47627 a dho:Field .
+
+dhd:158dde69-9650-46f4-a273-682d0cb40aca a dho:Rampant .
+
+dhd:15d67b15-b0b8-41ba-85d8-ad190a62cccc a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:15e628b6-e326-4dca-ac05-7b7bb4e16460 a dho:Wing ;
+    dho:arranged dhd:8a1ad538-7082-426f-a099-28741b964924 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:15edf4c2-c285-4c2e-8864-9d0154f0fecd a dho:Lozenge ;
+    dho:arranged dhd:ff2fe206-fc42-4eec-b5dc-2e6ca1ce2f3b ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:16031f6a-3eb4-4a42-8211-c0cab7b094d7 a dho:Layer ;
+    dho:hasCharge1 dhd:9ef736c6-9233-4bd7-83ec-9889f2b09c7f .
+
+dhd:160aabd9-99c3-467e-9e24-4b03ed24fd7e a dho:Layer ;
+    dho:hasCharge1 dhd:4752f4f9-e028-4783-87a2-5864ff8398f2 .
+
+dhd:160c489f-3b4e-4fc9-898c-889bc9c6b857 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:1619be77-a900-4906-beba-30936b25475e a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:162193fa-d82a-4252-b084-8d33c586220d a dho:Field ;
+    dho:hasSeme dhd:5194507f-6afe-4fa1-972a-44a41f8565a8 ;
+    dho:hasTincture dho:Gules .
+
+dhd:163b2092-8180-4f24-ba02-a8dbb5281577 a dho:Rose ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:164c0ede-152b-421e-9942-74380cd800dc a dho:Layer ;
+    dho:hasCharge1 dhd:1b13b887-2d0f-4ed0-b128-c6232355abde .
+
+dhd:165b79ce-e481-4abe-bb25-37637b16a142 a dho:Fess ;
+    dho:chargedWith dhd:3d037cfe-5a3e-419a-91f1-f01cb63d50d2,
+        dhd:91e1747e-76d6-43b5-b667-0aa9d4df94a3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:168039da-ffd8-4134-813e-d84465101f19 a dho:Armed .
+
+dhd:1682cbea-bc4b-4d5c-b166-555d02305b7d a dho:Layer ;
+    dho:hasCharge1 dhd:8b4b6407-c87f-4299-889b-1d5c0d82f902 .
+
+dhd:1688a3f5-ae47-494c-b4ff-ba2f8ca35d65 a dho:Crowned .
+
+dhd:168fa821-3945-4fb1-878c-d057bf03fb12 a dho:Dragon ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:16b4a30d-e6d6-4309-96e8-c783df59664f a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:16bb511f-a925-41c7-b538-870f75caad6a a dho:Layer ;
+    dho:hasCharge1 dhd:1e2c79e0-7690-44cd-9634-2dd3a4f0b9fe .
+
+dhd:16bc2694-37d9-4442-b676-2a138172b59c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:16bece71-87af-4afd-a9e1-8c30f3391877 a dho:Field .
+
+dhd:16d6cb93-3440-41b6-9c95-bfaf66959a11 a dho:Layer ;
+    dho:hasCharge1 dhd:861de866-4587-4987-9259-5596f29ef6f7 .
+
+dhd:16e4c365-6b03-491c-a755-54419371a945 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:16ec41bb-cfbd-4b89-94d0-2e30f2eceafb a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:170901b4-acbf-4763-9870-2b37dbc06558 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:170f61bc-7de0-486d-a3e7-63787a3b1fee a dho:Layer ;
+    dho:hasCharge1 dhd:1619be77-a900-4906-beba-30936b25475e .
+
+dhd:17145d10-06d3-4f33-9738-4a3ed0f19fb6 a dho:Field ;
+    dho:hasSeme dhd:9d63c7b7-4f42-492f-8c96-be8385c86a0d ;
+    dho:hasTincture dho:Azure .
+
+dhd:1742fdb9-5429-4eb6-aaff-cb6042d8e61a a dho:Layer ;
+    dho:hasCharge1 dhd:50b9734c-55e9-40d5-abb7-479ecd9f08f9 .
+
+dhd:1751c966-67ce-4104-8ac2-33911b195f2b a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Azure .
+
+dhd:17548abc-e90f-4386-adb2-e7768d38cdcc a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:175a1f64-6109-48ab-981f-125eeba34f95 a dho:Field ;
+    dho:hasNumber "of 4" ;
+    dho:hasPattern dho:Chevronny ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:17641f38-79a3-4b76-a349-f5f91836ac0f a dho:Field .
+
+dhd:178864e8-7b7b-4a26-8830-f58d56b3c636 a dho:Layer ;
+    dho:hasCharge1 dhd:ea6ed709-afae-480d-b40b-0032d8f73054 .
+
+dhd:17bf3632-a88c-40eb-a600-3b640212f55b a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:17d4167a-fc9c-4d02-b533-c0a5510f5c1c a dho:Tower ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:17de4673-794b-498c-9027-4a71418ba4df a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:17ee6f4e-2493-46ae-b50a-ad18ec038c4a a dho:Layer ;
+    dho:hasCharge1 dhd:7900b1c6-2160-4bcd-9f83-d2ddb731bb0c .
+
+dhd:18025f41-4746-47ea-a540-f22966d25efe a dho:Fess ;
+    dho:accompaniedBy dhd:643fdaf9-e9e5-4229-b7fa-8d87c5a0c91d,
+        dhd:fc9a4ed6-6412-454e-bef4-22e37b59b400 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:1804c2e5-f2f4-4fe0-ac70-89e9ddc043a6 a dho:Layer ;
+    dho:hasCharge1 dhd:efd817a8-099b-49bf-9c62-d37ac35d105f .
+
+dhd:182cdff9-393a-4ca4-a641-6cb4c96baafa a <http://digitalheraldry.org/digital-heraldry-ontology#(1StCh.Annulet)> .
+
+dhd:1830e292-439f-4ccc-b1c5-a03354bc4bd4 dho:hasPattern dho:Roundelly .
+
+dhd:184cf8c5-d692-4c16-9a54-b74f10615c98 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:1852c622-b0d5-43af-a3a9-54023dfb7b59 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:18808747-7c5e-4d48-bc2d-1d65c4932a87 dho:hasPattern dho:Tierced .
+
+dhd:1887f966-bd13-419b-bebb-c80169d23e0a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:188bf4f9-3e26-4f0d-b795-a2a743503e4f a dho:Layer ;
+    dho:hasCharge1 dhd:c8b0bdaa-6db8-4000-a5fc-d97425c5c4b3 .
+
+dhd:18903c04-ce9b-409e-ac56-32ec193e3856 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:1896314e-007c-4602-8d46-1a881a53510b a dho:Field .
+
+dhd:18a23ade-971b-4633-84c1-01997e09aa39 a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:18b5106b-8155-4679-953a-9fc336bcc937 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:18cbe30e-b19a-42c2-bfe6-a1d6bf1fd4e6 a dho:Layer ;
+    dho:hasCharge1 dhd:2ee429b3-8680-4924-8e77-ff986d26e4ec .
+
+dhd:18d71749-9291-4362-8b3f-9f338637753e a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:18e73dfa-e9c5-44aa-8e14-2ceaa591cdb3 a dho:Layer ;
+    dho:hasCharge1 dhd:70d53290-e14e-4b3e-aa2a-e4f8a606ea5c .
+
+dhd:190f1308-42b6-46da-ba0e-e05ccf6b641a a dho:Layer ;
+    dho:hasCharge1 dhd:045ffa26-124f-47bd-80bb-c5bee6615483 .
+
+dhd:19328a2b-2676-4149-a384-9e399bec3ad2 a dho:Layer ;
+    dho:hasCharge1 dhd:939418d3-c491-47ca-9e12-90c7b7822f27 .
+
+dhd:1946e14a-0fcc-4040-bc13-2c7f49edecc1 a dho:Layer ;
+    dho:hasCharge1 dhd:8244f679-6273-40d1-9f34-5a7bf6a21e6b .
+
+dhd:1962b1de-d420-463c-9610-21c03096641d a dho:Layer ;
+    dho:hasCharge1 dhd:10ef3ec5-2171-4dba-9263-50c9864ef1c2 .
+
+dhd:19694a6f-b9b1-4c8a-aa28-a00dd9f92a52 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:1987c3f9-7a39-46ec-944f-c510cd33070a a dho:Mullet ;
+    dho:hasNumber 6 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:198a7622-2e97-4a65-8bf9-d5043cd308b3 a dho:Saltire ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:198d57d7-fc97-4362-8b23-fec7fb3a887e a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:198f0046-8057-4c73-8d84-eb4acfa1462b a dho:Layer ;
+    dho:hasCharge1 dhd:a4c23b1a-8a8b-4ba1-9f22-5d66ebc863c8 .
+
+dhd:199c1b79-354c-4114-9630-5a5a8f46e4c6 a dho:Armed .
+
+dhd:19c3a45d-dddb-4ba4-bea8-7b2993240eef a dho:Border ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:19d91f3c-7c16-404f-a50d-df26c05526c7 a dho:Eagle ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:19e45b81-1007-4f2a-9c60-2dea67dccbba a dho:Rampant .
+
+dhd:19f08229-5642-4346-b76a-0be2744d1fa2 a dho:Passant .
+
+dhd:19f4f63b-0616-4680-9279-6ba0a98efd7b a dho:Layer ;
+    dho:hasCharge1 dhd:e9462d1f-4c03-4a38-982f-a21d18df4b03 .
+
+dhd:19f5e6e0-f41c-48d5-a7cf-3c6705f0169c a dho:Lion ;
+    dho:hasModifier dhd:5c3101d1-abd3-407e-a7d3-2e0dc6b04e08 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:19fde8fe-4489-45c5-b614-e3f6dbd13d3f a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:1a2252c2-c370-4457-9174-35641bfb2dcf a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:1a24819c-bd02-423a-9c7c-a81384f244f0 a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:1a4a5d8a-059c-4b0c-82e2-c655124625b9 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:1a4a8f34-4785-432d-8b6c-9afa27973b8b a dho:Layer ;
+    dho:hasCharge1 dhd:34e02044-4033-4856-b634-561682da87a9 .
+
+dhd:1a4ac5f9-7d25-4a2b-9e96-c6443db66421 a dho:Staff ;
+    dho:hasTincture1 dho:Gules ;
+    dho:holding dhd:dc4de3e1-3a68-47cc-870b-f01db6fe6ee2 .
+
+dhd:1a5b62b2-acd3-42f1-b715-b7ef9d35efbf a dho:Layer ;
+    dho:hasCharge1 dhd:a260ec7a-059d-4de9-9efb-a48ef70bee25 .
+
+dhd:1a72e267-1b79-47a4-a189-a11b27174ac9 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:1a77fa89-182b-4d4c-bccf-54987ce0edcc a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:1a8106f1-1c38-4abf-87b1-0f53299eb016 dho:hasPattern dho:BendOfLozenges .
+
+dhd:1a8e50fd-dcbd-4bdd-918b-5e6fab0628a5 dho:hasPattern dho:Masoned .
+
+dhd:1a991877-8afb-4426-a165-7824e4b37694 a dho:Wheel ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:1aa80f12-d07f-444d-a539-f91141923a08 a dho:Eagle ;
+    dho:chargedWith dhd:831f245f-ae2c-4e01-9e75-1e05575ecb70,
+        dhd:a95bf355-5e5b-48dc-a9b6-c47cf94fac0a ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:1aaeca88-2bd6-473e-bd9e-f192fdf08ca4 a dho:Helmet ;
+    dho:decoratedWith dhd:292b2998-4c44-4693-a6f8-72ae777f0f26,
+        dhd:d9f80d5e-6086-4fbe-9cad-dc69be6a4afd ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:1aba9154-e381-4f75-9f3c-72de1fd9a849 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:1b13b887-2d0f-4ed0-b128-c6232355abde a dho:Axe ;
+    dho:arranged dhd:10d213b9-426c-482f-95c4-308319dc0c4d ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:1b20d2bf-7ac7-44f4-9b69-7724eac84184 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:1b2dd9e1-3ef6-4e48-b4c7-c17e85b77f27 a dho:Doubleheaded .
+
+dhd:1b86010b-7e67-44d3-ac52-ecad68bf44be a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:1b989f6b-745f-4eb7-9016-ee43f750ef3b a dho:Rampant .
+
+dhd:1bb47109-1e3d-4d83-9660-1ca884ee780a a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:1bb6fc21-6820-43fa-a6f6-288cc3cd07eb a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:1bd12834-9733-4ec9-9f3b-69c029b2eaef a dho:Pale ;
+    dho:arranged dhd:6c17bf4c-4e16-40c1-ac83-c8cdbdb60531 ;
+    dho:hasModifier dhd:74a66639-592b-459b-87ae-bcbecd4d112b ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:1bda68b9-6787-40db-bc11-a531097dc5ac a dho:Layer ;
+    dho:hasCharge1 dhd:f58c6e09-5a14-45dd-b92b-87416866a7db .
+
+dhd:1c36e30f-7df0-46cc-8cce-5e3143d7fd4c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:1c381c69-ab34-4342-9967-e83c7ecd6bde a dho:Bluebell ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:1c3ffe50-be92-4f52-9148-24d05abe2e0f a dho:Layer ;
+    dho:hasCharge1 dhd:db53b8e2-96a0-4fb3-bdd6-b290dd6f625e .
+
+dhd:1c4dc25b-5109-449e-a858-ba03a2af21cb a dho:Layer ;
+    dho:hasCharge1 dhd:2233bb43-edea-4fff-bacf-c44b9fc0a239 .
+
+dhd:1c54c7c4-f180-4ab6-9ce4-67c806feb508 a dho:Layer ;
+    dho:hasCharge1 dhd:48512ff2-702c-4416-88d2-66131afa5982 .
+
+dhd:1c82479b-a725-46c6-b0a1-2a4d8a1db794 a dho:BendCotisedPotenty ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:1c8688d7-9a6f-4564-a962-4e3688d0c539 a dho:Layer ;
+    dho:hasCharge1 dhd:15e628b6-e326-4dca-ac05-7b7bb4e16460 .
+
+dhd:1c86d981-aeca-4482-85d9-f8880e02d53f a dho:QueueFourchy .
+
+dhd:1c8d9c0e-da38-4479-b185-3f3ae30f6b1d a dho:Lion ;
+    dho:hasModifier dhd:3228f32a-e68b-40f9-a333-faf25df8ca6c,
+        dhd:5aa12049-4667-4750-bf4a-d2920b093762 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Or .
+
+dhd:1c9980b8-d1c9-4c49-baa4-1ad0994c4bcb a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:1caa748c-3dfb-4b99-9bb0-01d6ecb061ca a dho:Lion ;
+    dho:hasModifier dhd:da744968-b13d-4e3c-b541-3de1ec887b79 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:1cc110f5-4d43-4bf4-ae2a-a065a8c440cf a dho:Barbel ;
+    dho:arranged dhd:b25105c9-577e-465a-95d2-508344091d1d ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:1cd6a07a-70aa-445c-982d-cfb1831ed8e4 a dho:Lion ;
+    dho:hasModifier dhd:4c542803-9015-4a3e-b43a-7209c6b3df47,
+        dhd:a1bd7e43-5eeb-4359-8445-1f972c5fff09,
+        dhd:a8d236a9-45e1-463d-9418-5cace028c671,
+        dhd:ea35c11b-42e2-488c-ab33-e0489189a561 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:1cda9b4f-feff-4e65-9bfc-902ff8d72ae4 a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:1cdf4409-327a-42a1-8229-5c57d063f1ce a dho:Lion ;
+    dho:hasModifier dhd:e0df4d7d-2183-4c43-aa5a-04d9087effd7 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:1cdfb90d-238d-4337-af8c-510c471fbea9 a dho:Layer ;
+    dho:hasCharge1 dhd:6a4bd83a-20d3-4035-864f-197291167df5 .
+
+dhd:1d0def92-c148-407b-bafc-f1e6b08a60f1 a dho:Layer ;
+    dho:hasCharge1 dhd:b92d4702-9734-4125-b2b6-0b9e1c99d0de .
+
+dhd:1d13e23c-581e-4cf4-9186-28a737b64fe8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:1d1d6e59-98a3-4727-beb4-6416797d7a5c a dho:Layer ;
+    dho:hasCharge1 dhd:b5d13256-6dec-4fa9-afd6-af4b62d6a373 .
+
+dhd:1d1e349d-60d2-4d48-8177-48b41e981055 a dho:Rampant .
+
+dhd:1d2d37ce-511c-45e9-8e4c-468b99c6a28e a dho:Layer ;
+    dho:hasCharge1 dhd:ec6d566e-e9dd-4403-ba21-703f45f2cc50 .
+
+dhd:1d3021d4-71b7-499a-830d-36772ea1da69 a dho:Field ;
+    dho:hasTincture dho:Vert .
+
+dhd:1d30d6b5-2141-433d-81c6-d6d646b323ae a dho:Layer ;
+    dho:hasCharge1 dhd:9f89b863-9108-4620-affd-44a146c9465a .
+
+dhd:1d3955f0-cbf0-4920-a14b-cb7b9551e594 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:1d3b2bb0-3a56-47da-9ce5-dd60374a6bc0 a dho:Layer ;
+    dho:hasCharge1 dhd:74b5b652-3354-47a2-8fd7-bea9a595fffd .
+
+dhd:1d4eabbf-434e-4bab-9904-b1b0167c8e52 a dho:Fess ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:1d660cac-1cad-43d5-a0c4-21f232347ea6 a dho:Fess ;
+    dho:accompaniedBy dhd:17fb7948-812d-4470-bdd2-670a6400568c,
+        dhd:742c0ff1-d1a6-4003-a89a-fdb2878c3737 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:1d771365-9e69-4a1b-a24f-7f48ec020624 a dho:PerBend .
+
+dhd:1d7b78f4-c81b-4f3c-a266-5a54771cf52e a dho:Layer ;
+    dho:hasCharge1 dhd:0aeea85c-06bc-4775-9f9c-ee9b45eec12d .
+
+dhd:1d84279d-7cae-4aed-8d6d-c547b1e798e6 a dho:Dragon ;
+    dho:hasModifier dhd:024488bd-10cd-4024-8cc4-c831c382eb1b ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:1d9567ac-e66a-4e38-8f21-2dfdfa555b17 a dho:Lion ;
+    dho:hasModifier dhd:905138de-12bc-46cd-bbff-d02959720b9a ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:1da1cf24-d842-4c1d-9978-04afe8b03f25 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:1dad8964-926e-4515-a126-ce6e066fbbd5 a dho:Layer ;
+    dho:hasCharge1 dhd:323d7daa-a8f9-49df-8692-ad82b6f485f6 .
+
+dhd:1daec146-7263-46d0-a7aa-382a6a7b93b3 a dho:Bend ;
+    dho:chargedWith dhd:4528efbf-3ae0-426a-85cb-8afddfd860e2,
+        dhd:8c5e6039-8f6a-4604-b370-e8d85cfc5133 ;
+    dho:hasLine dho:Cotised ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Vert .
+
+dhd:1db108ce-82df-4075-8623-89c8021759ec a dho:Field ;
+    dho:accompaniedBy dhd:2187c446-39b1-4a3d-80ca-10c46d2bda99,
+        dhd:cbd31a4a-f2be-4e24-ac76-d16be7aa97ed ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:1dc180d3-0758-4f39-b501-1089354e7ffe a dho:Talbot ;
+    dho:hasModifier dhd:26e0d1d8-01af-4bf1-a274-0e7521c9805d ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:1dd6e8b0-7bcc-4c38-bf20-fad7ec31284f a dho:Bend ;
+    dho:chargedWith dhd:9db0847f-818a-4d8c-bac5-174f664f6e20,
+        dhd:bdde28f4-4fc1-4f06-821d-b75002a8d10b .
+
+dhd:1dd9d802-26d3-4f04-b327-b4735deff736 a dho:Layer ;
+    dho:hasCharge1 dhd:2ddd4c5c-5563-40bd-8c6a-1d43cfc31b89 .
+
+dhd:1de3928f-e26a-4f7f-b836-e14ad524211d a dho:Layer ;
+    dho:hasCharge1 dhd:cb538e9a-6eca-424d-af02-f3824998c896 .
+
+dhd:1de54677-4d5f-4fa6-9081-6a930e8e5733 a dho:Of8Pt .
+
+dhd:1df48dc3-69a9-4bfd-a097-b0e89058fb83 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:1e03345a-4fed-43f8-bfff-2dca77d885e1 a dho:Layer ;
+    dho:accompaniedBy dhd:0e3d701f-d5ef-4a21-9eab-a69bd73bd6e5,
+        dhd:d6c75375-4fab-47e7-aaf0-6cd43228af16 ;
+    dho:hasCharge1 dhd:5e912475-3221-447b-ba07-623e88eba670 .
+
+dhd:1e1ea293-a1ae-4cee-bef1-084bb69fa72e a dho:Lion ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:1e2c79e0-7690-44cd-9634-2dd3a4f0b9fe a dho:Chief ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:1e317c46-098a-4242-a81d-be345d98d11c a dho:Layer ;
+    dho:chargedWith dhd:36707bd5-9307-4156-b903-d0d7a801ebe8,
+        dhd:c29476ef-2996-4891-8812-f7864012cf27 ;
+    dho:hasCharge1 dhd:b16b525a-d894-468a-bb22-7ff92f5c9cb0 .
+
+dhd:1e58a2cb-cfce-4096-b9dd-b8ac89f4bc9a a dho:Crowned .
+
+dhd:1e8c0597-5fb0-4d15-bd2b-cee8e9572904 a dho:Layer ;
+    dho:hasCharge1 dhd:f745a967-3820-49fd-a420-0a7017b6517b .
+
+dhd:1e9ea2c9-86e3-438a-90c4-dd9cc18551bc a dho:Layer ;
+    dho:hasCharge1 dhd:f773ecb8-1c75-4024-9d26-c01c5375bc34 .
+
+dhd:1eb80b41-c497-46aa-9f50-75c242ff05b9 a dho:Layer ;
+    dho:hasCharge1 dhd:29a6025c-29a8-482b-9e03-73c458c200c6 .
+
+dhd:1ecd98ca-5c8a-43a5-948f-2f4338f04251 a dho:Layer ;
+    dho:hasCharge1 dhd:7aea5b0b-aa77-4013-914e-255808db7841 .
+
+dhd:1eeb61d5-d556-4948-a196-7a96824f6fd9 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:1eeed59c-f5b7-4827-b510-f0ec01fe347f a dho:Gonfanon ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:1ef28f14-758b-48e0-85e5-4e4a3be1746b a dho:PerBend .
+
+dhd:1ef29dca-768a-4259-84d3-4ae7b80806de a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:1f08c857-265d-48e8-a494-0afcff72de67 a dho:Crowned .
+
+dhd:1f3bb0f0-d48b-4c42-b7c9-bd8cd0f2bb54 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:1f420388-d095-4c49-9709-0803e316d5ff a dho:Layer ;
+    dho:hasCharge1 dhd:0d1b15b8-5b72-49be-a634-b2ec25fb5775 .
+
+dhd:1f5549b3-bad4-459c-8b30-bb83417abd7b a dho:Layer ;
+    dho:hasCharge1 dhd:3b133d76-90f8-47e1-873e-de7ef9f40589 .
+
+dhd:1f6d9a25-0e4a-41a1-996d-241524cebdc5 a dho:Layer ;
+    dho:hasCharge1 dhd:241bba3e-30ca-4d81-8e19-b2c72483a6e7 .
+
+dhd:1f9044b2-2c7b-40da-a870-c7d727d1013f a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:1f9d08e4-b5f7-4bc4-8dfe-f73682059bce a dho:Empty ;
+    dho:hasPattern dhd:aef0216c-0962-4b05-9440-a94337a52a9a ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:1fa97679-77d9-4714-9634-110d7403e3fe a dho:Field .
+
+dhd:1fc2553c-2679-4534-9bce-5d1fa2ef409e a dho:Layer ;
+    dho:hasCharge1 dhd:f2843caf-6cc8-4286-9d92-65c72f5d76d7 .
+
+dhd:1fd5708a-89c2-4148-8c42-91bf90733735 a dho:Rose ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2003e01d-4010-466e-8517-a09ba88e1550 a dho:Bend ;
+    dho:between dhd:1302245c-0dc7-4534-b594-41806e43367c,
+        dhd:1642657e-10c9-4393-a5ec-1b32f3631910 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:201e936f-7982-4dbe-a4df-0c4501850732 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:2032a3a1-ae46-43f0-8e58-f2f76e0f75c6 a dho:Layer ;
+    dho:hasCharge1 dhd:aaddd78a-ea9a-451a-a8da-6ebf18cb25db .
+
+dhd:2058c30c-d5c2-4c1f-949b-1ee9435e59f5 a dho:PerChevron .
+
+dhd:2073192f-7f59-47d0-b769-4766da44d701 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:208f1598-28c7-4791-a6c8-d8ce775a5c73 a dho:Layer ;
+    dho:hasCharge1 dhd:c8f9b322-2617-4035-a6aa-c32a36155991 .
+
+dhd:20b4578d-0293-43ff-a71d-69c6c9002ad7 a dho:Lion ;
+    dho:hasModifier dhd:367638f1-fe3e-4f60-b156-70273aeee7e5,
+        dhd:689a92e5-7664-46ca-93c1-660ebfc191f4 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:20b8a686-9a8d-487d-bd94-c029eaa8eb90 a dho:Field ;
+    dho:hasPattern dho:Vairy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:20c101ff-7c1f-4336-8c10-75816548ea8c a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:20c2114a-5e25-4a78-9e27-8fb48877eb4f a dho:Lion ;
+    dho:hasModifier dhd:50a576e5-ec5c-45b5-baed-4e1fb70913cd ;
+    dho:hasTincture1 dho:Or .
+
+dhd:210bb152-0d31-4692-b551-114a7a2f04db a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:210c9749-c165-4060-bc59-9c6f6de8a129 a dho:Field ;
+    dho:hasSeme dhd:18d71749-9291-4362-8b3f-9f338637753e ;
+    dho:hasTincture dho:Gules .
+
+dhd:2118d6eb-9175-4886-8d8f-a48653892317 a dho:Layer ;
+    dho:hasCharge1 dhd:e5a65031-6457-40a3-96f5-b7a7bd01658b .
+
+dhd:211bd614-ca61-4b15-b6b4-61d28e5ed3b7 a dho:Lion ;
+    dho:hasModifier dhd:b4169cf8-c86a-4b5a-8461-08630c218f60 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:211f93bb-bbb7-4627-9382-2295c03deddd a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:2132b9ff-5f42-4024-90bc-388fd0748253 a dho:Layer ;
+    dho:hasCharge1 dhd:59070d13-64ed-4e44-aaad-8a6f18977283 .
+
+dhd:216512a7-c3be-4477-bf53-f5c7b5b8ecab a dho:Layer ;
+    dho:hasCharge1 dhd:07736453-7272-49f5-9137-5376aa1e4a97 .
+
+dhd:21785ccc-6949-4db2-8cf9-0cadcf5e871a a dho:Layer ;
+    dho:hasCharge1 dhd:edd45fbc-0328-47ef-a430-76d548e9b47a .
+
+dhd:21a8b1ee-3d50-48e2-99f5-6166fd86a198 a dho:Layer ;
+    dho:hasCharge1 dhd:54ca1c8d-a040-4049-8043-fb40801e4552 .
+
+dhd:21ad6cec-2ed1-4572-9338-2e138f1f3358 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:21b291e8-dcea-486d-b6c9-5040b6490c34 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:21b58a73-c11c-4172-87fa-7030860b6469 a dho:Chief ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:21c74d80-105e-453c-8295-1c6395770f2a a dho:Field ;
+    dho:hasPattern dho:Quarterly ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:21d0db3f-7f30-48d3-bd14-800e3df06577 a dho:Layer ;
+    dho:hasCharge1 dhd:6ad4e528-63d0-4ae5-92cc-5f9fd11346fc .
+
+dhd:21d5e1dc-4cd3-408d-bb3c-828c6c67cbdb a dho:Bend ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:21d9dc09-5620-47e0-ba73-a939f5868bad a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:2207684f-e8f5-43bb-be00-882fcf39c895 a dho:Rampant .
+
+dhd:22207ef5-7a82-44ae-b5b1-0fddc9b57d38 a dho:Layer ;
+    dho:hasCharge1 dhd:521e0df8-b8f9-405b-8ec5-fd28f51866b7 .
+
+dhd:22233c9d-c1bc-49b9-8089-bd615dbb202d a dho:Chief ;
+    dho:chargedWith dhd:ae6f1fe8-6aef-438a-9f44-3131deac8adf,
+        dhd:bd5dfec4-57d0-4000-bb48-af4433b2a929 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2233bb43-edea-4fff-bacf-c44b9fc0a239 a dho:Swan ;
+    dho:hasTincture1 dho:Or .
+
+dhd:223eee96-7c17-42a3-a617-bf83cd7b18fd a dho:Layer ;
+    dho:hasCharge1 dhd:5e88aec5-e136-4971-88f3-38c0aa7b9250 .
+
+dhd:224217a1-48ca-43fd-aaab-700891fe328b a dho:Layer ;
+    dho:hasCharge1 dhd:747981df-4ab4-44ed-9c2d-057fea9c7ff3 .
+
+dhd:2245b2ba-8e8f-45cc-a44c-29a7496286e5 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:227066a2-463e-45d0-a7b9-bcdeea70a830 a dho:Layer ;
+    dho:hasCharge1 dhd:07d67213-f8d4-4e13-a0c8-70224e54addc .
+
+dhd:22734b6b-ea35-42b3-ba4b-b7712d901a47 a dho:Layer ;
+    dho:accompaniedBy dhd:01051a72-6ca3-4566-b37a-833a8e5c6371,
+        dhd:5e1234ce-ba05-49e7-a44f-70c275befdf6 ;
+    dho:hasCharge1 dhd:243162d9-6b89-4fdb-b8ab-e863f1f047db .
+
+dhd:228b8384-1e36-4b84-a23f-00d4659b8a7b a dho:InSaltire .
+
+dhd:22cbaea4-eda7-493d-9e0d-e74e3a05d7b3 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:22e50b9a-a19d-4235-9b25-a7a797990d06 a dho:Layer ;
+    dho:accompaniedBy dhd:0845aa55-5d7d-49ab-86dc-6433b4fb89bd,
+        dhd:b3d999df-56b6-4467-ab10-cf1b7e13a10f ;
+    dho:hasCharge1 dhd:ac2ffb4b-f781-4c76-b004-442d6df285fb .
+
+dhd:22e50ca1-9d6c-4b82-b762-738bd7365a68 a dho:Layer ;
+    dho:hasCharge1 dhd:d7ab0e14-2b21-4764-8601-441bfe1db731 .
+
+dhd:22f27269-8c01-476d-8a31-1bf4f5b9a5a5 a dho:Fleur-De-LisOnPartition ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:23115330-d933-4eb4-b609-b3f0b6680199 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:231ed401-0476-43e6-8786-a558ba952b8d a dho:Field ;
+    dho:hasNumber "of 4" ;
+    dho:hasPattern dho:Paly ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:232ddcee-b6b1-4a78-9ed9-964aa48cd761 a dho:Escutcheon ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:232f68d5-4b6a-4c3b-9691-19d6e5a60314 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:233774b0-14c3-4158-9236-c11516debfea a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:233814ff-90c3-4ec2-90b0-a89e41a201ec a dho:Layer ;
+    dho:accompaniedBy dhd:2aac0edb-8829-41d9-8a21-c711450fce3b,
+        dhd:93591ae3-9c0b-4cec-b771-c96e29eb9a5e ;
+    dho:hasCharge1 dhd:cbfccdb9-8d71-45b6-8f53-dcf3cb0bdb47 .
+
+dhd:235e146e-894f-47a2-aebc-fce57077dddb a dho:Mallet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:2378cbfb-9e10-4014-8f0d-353c55145f77 a dho:Escutcheon ;
+    dho:accompaniedBy dhd:04632f2a-d81f-4a0c-9fc8-f4d1a3b656cf,
+        dhd:f40a5b9f-094c-4fbf-9363-0a36c886f2cf ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:23a0e40a-e9d0-4275-a134-2a85b876b7d3 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:23ab16a8-5285-469c-bafe-785554b0856a a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:23f00718-68c4-4494-af87-59f22ad4e25c a dho:Armed .
+
+dhd:23f30aa2-a187-435d-bb08-b5ee271ab4d4 a dho:Layer ;
+    dho:hasCharge1 dhd:e45999e4-b911-4d9a-a53e-2e3795435a39 .
+
+dhd:240143c7-27fe-4fd4-94f9-d9d3fe9c071c a dho:Bend ;
+    dho:chargedWith dhd:be28b890-8b53-454d-9024-4bf514db69e8,
+        dhd:dad060ab-30d5-41dc-adab-c3b479379ba3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:24147215-b1c7-4cb7-b872-1bde61aface5 a dho:Griffin ;
+    dho:hasModifier dhd:43a2975c-51ea-4a4c-be92-d1418f801f13,
+        dhd:bd5e177d-ec5e-4c58-92e2-7772db3af1d3,
+        dhd:c2cb8a5e-9959-40ed-ac33-32106235283c ;
+    dho:hasTincture1 dho:Or .
+
+dhd:241bba3e-30ca-4d81-8e19-b2c72483a6e7 a dho:Bend ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:24299a2b-7790-44c7-9bf5-2c861f2d24e7 a dho:BarOfLozenges ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:243162d9-6b89-4fdb-b8ab-e863f1f047db a dho:Lion ;
+    dho:accompaniedBy dhd:01051a72-6ca3-4566-b37a-833a8e5c6371,
+        dhd:5e1234ce-ba05-49e7-a44f-70c275befdf6 ;
+    dho:hasModifier dhd:dbfda114-1b12-4ad6-8cfa-d126652722e1,
+        dhd:fbdd4dd5-2a24-4507-9de7-b546b03c15c9 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:2469fa1b-aeac-40cd-8100-1da34daf2373 a dho:Layer ;
+    dho:accompaniedBy dhd:851f174d-60a0-4b5c-98e6-a1a6118a10bf,
+        dhd:88c2d888-4664-4c5f-845d-1038382e2a0d ;
+    dho:hasCharge1 dhd:bccc6212-fe40-4692-b15c-dcd3c6ed2867 .
+
+dhd:24734f4a-e93f-4b0a-bdb6-4ba4c9f0740d a dho:Wolf-Hook ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:247c71ad-bdd1-473c-9fe8-5a3fafe9a1c3 a dho:Cross ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:249b9b93-95de-4735-aba0-d61f676e32e9 a dho:Lion ;
+    dho:accompaniedBy dhd:4a2559bf-fb59-41cd-8ceb-640a57de96b7,
+        dhd:d4ab7bee-7000-4dbf-9185-0f7763e42be8 ;
+    dho:hasModifier dhd:d3b64212-9a2c-44e6-8e19-ab58c2805770 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:24a09d11-21da-4a8e-b79e-0bf963a919ba a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:24af1295-62d0-445f-9af6-793f8d983fb9 a dho:Fleur-De-Lis ;
+    dho:hasModifier dhd:77c6bb66-3add-458d-8175-90c3c3a97bdf ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:24b1761b-eee6-40d6-8642-3e9de0c9fa13 a dho:Layer ;
+    dho:hasCharge1 dhd:26aca2f6-8ae0-4a6c-8e37-4a1536404ee3 .
+
+dhd:24b324ab-8790-41f9-a5af-cc7fdbcf2e95 a dho:Layer ;
+    dho:hasCharge1 dhd:8e7a058a-06f4-4641-a8d7-fb94af170886 .
+
+dhd:24b4b288-8f38-496f-9488-57a28634dde0 a dho:Rampant .
+
+dhd:24c58a2d-02ad-45b0-9384-c3f25f86776b a dho:Field .
+
+dhd:24c916d5-6a89-443d-b35c-705e324af822 a dho:BearsHead ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:24ddf71a-295b-4e59-8a55-f92a56494db2 a dho:RoseLeaf ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2538e9da-fb00-4f6d-aac3-481d78e950fb a dho:Field ;
+    dho:hasPattern dho:PerPale .
+
+dhd:253e8474-107d-4a04-a8c0-21d007e05e67 a dho:Chevron ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:2541eb90-0164-4dc2-bc5b-d048901bc4b3 a dho:Layer ;
+    dho:hasCharge1 dhd:6c5a635b-bfb2-4d80-a96b-b02b7f42f947 .
+
+dhd:2585afcd-1a81-403f-9a06-967b6c25eee1 a dho:Layer ;
+    dho:hasCharge1 dhd:7e60fe34-7715-468b-9e25-85d2ed6aa48a .
+
+dhd:2587c40c-5145-4fcc-a2ce-02965801a618 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:259275bd-ecfa-4038-9e35-4219d27ba9d7 a dho:Layer ;
+    dho:hasCharge1 dhd:168fa821-3945-4fb1-878c-d057bf03fb12 .
+
+dhd:25950411-b16d-4f73-864d-0f36c343a375 a dho:Seme ;
+    dho:hasSeme dho:Roundelly ;
+    dho:hasTincture dho:Or .
+
+dhd:25b24d98-3a8c-4a2d-8848-4a431097e02f a dho:Layer ;
+    dho:hasCharge1 dhd:899f5f44-51df-4b3e-8cec-91e416620c6c .
+
+dhd:25c874aa-2eff-4ad9-a4ce-9e80174ad5cd a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:25d4a122-bc50-4809-a2b0-697556172a01 a dho:Pile ;
+    dho:eachTippedWith dhd:000c2c72-e4d3-4332-b1da-b3a56741b5c0,
+        dhd:9320d642-9e4c-4ce9-897b-738369286f37 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:25dc3cee-9cae-46ae-a641-f44535eb2474 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:25ecc3b9-8eb1-49f7-9ed7-62deca382501 a dho:Layer ;
+    dho:hasCharge1 dhd:2f8ef029-e827-4a58-8a4a-60ef8985416b .
+
+dhd:2616c493-31b6-499f-83cc-8d116e273a60 a dho:Layer ;
+    dho:hasCharge1 dhd:4b728a39-96bf-4222-82cb-335d82873e18 .
+
+dhd:263cd106-1d61-427d-a281-4f687748de7c a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:26502381-b11c-4650-8c3c-91555f2610f0 a dho:Layer ;
+    dho:chargedWith dhd:861f10f9-385c-42f7-8f6d-6b62100ad75e,
+        dhd:c0342e7d-9b43-431a-9ac1-1e32a5e8e8ad ;
+    dho:hasCharge1 dhd:791b9019-3d6e-4574-bab6-054fe487ad86 .
+
+dhd:266dbe62-7499-40d6-9b58-959616c93345 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:268217c8-2323-4e32-9531-35e62cdbc255 a dho:Layer ;
+    dho:hasCharge1 dhd:274c4148-d196-4baa-a369-66f86d24d736 ;
+    dho:hasCharge2 dhd:7ff6eafd-dfb2-47cd-88fe-c688a2ab1e88 .
+
+dhd:26aca2f6-8ae0-4a6c-8e37-4a1536404ee3 a dho:Quina ;
+    dho:arranged dhd:78dbe038-7c19-4fcf-93d7-26629a0f19fb ;
+    dho:hasNumber 5 ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:26c0ed36-0bc4-4741-b703-654f1cd2eac9 a dho:Cross ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:26c66609-7655-48a5-8a05-dcbe264a60d3 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:26cea901-0ed5-44ae-b20e-d4e79b1cfbb2 a dho:Lion ;
+    dho:hasModifier dhd:d7e9c686-bf11-40f7-9e07-1a4a359e0133,
+        dhd:f6841628-4e94-4bb1-9fed-f4479a56e457 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:26d90912-ee3c-46a8-91e7-84f9ee21dc67 a dho:Field .
+
+dhd:26e0d1d8-01af-4bf1-a274-0e7521c9805d a dho:Rampant .
+
+dhd:26f4010a-adb4-46dd-b454-bc9c548e4a91 a dho:Rampant .
+
+dhd:271df5cc-dc55-4e50-afca-ae9ae506efc7 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:272fcc7a-daa8-4703-b49d-406fb3c5c7d9 a dho:Armed ;
+    dho:hasTincture dho:Azure .
+
+dhd:27331067-80ba-4c58-a51d-36a6befbdffb a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:273b3dae-d52f-41c1-a8d5-0a13c8d6a35b a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:27475e5e-7ed2-4446-b745-e2298b9169e5 a dho:LobstersClaw ;
+    dho:arranged dhd:7362561f-37cc-4c91-9531-521841b88be1 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:274c4148-d196-4baa-a369-66f86d24d736 a dho:ElmBranch ;
+    dho:hasTincture1 dho:Gules ;
+    dho:with dhd:7ff6eafd-dfb2-47cd-88fe-c688a2ab1e88 .
+
+dhd:276a6038-e419-4066-8efe-898defd1777b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:27914c1d-c212-493e-8dfd-a9712f4b7e71 a dho:Layer ;
+    dho:hasCharge1 dhd:887e2cd9-c133-4fd6-bb34-af1268cb7995 .
+
+dhd:27a6f174-6867-4981-b402-beaf054562b1 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:27a7d55c-f7f9-4362-b3e2-847bc10556e7 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:27b74d7d-733e-4f0a-8000-69cdcc7dec6f a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:27c28020-7df4-4c2f-89bb-364ba33e857a dho:hasPattern dho:Plain .
+
+dhd:27db0c6e-7547-41c9-8030-cf31f9e411ac a dho:Field ;
+    dho:hasTincture dho:R .
+
+dhd:27dd1c87-8759-484b-954b-d0eaaf4e42ce a dho:Layer ;
+    dho:hasCharge1 dhd:0e8b8588-8afe-4d84-809c-225c90a99a4a .
+
+dhd:27e3010a-e2d0-497e-933b-ecfe67dbc6d0 a dho:Bodkin ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:27f481ac-2373-4614-b685-1caa718a2652 a dho:Langued .
+
+dhd:27fba0af-76ac-45f8-beba-98b9100fa1d6 a dho:Layer ;
+    dho:hasCharge1 dhd:c0580a7d-ede7-4e08-809d-cb367f1ff98c .
+
+dhd:28118ff3-2c22-4148-bc8f-c8ae3aba6901 a dho:Cross ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:28160a68-a37a-4acf-989a-94a1e13ee416 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:281db7b3-f2e2-4be9-bf89-59bf67ccba31 a dho:Layer ;
+    dho:hasCharge1 dhd:43e68ee9-124c-42b0-b18d-db3f1071fc94 .
+
+dhd:28476906-c6df-4323-9771-7fe68c628014 a dho:Crowned .
+
+dhd:2867e610-9ff0-4c52-b563-d72a3a909c28 a dho:CrequerPlant ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:286abdc9-f1ec-4e40-9bb3-057f6bfcc165 a dho:Lozenge ;
+    dho:arranged dhd:01cf6142-4f5d-469d-a1ec-b1c4c6b16497 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:287672af-8c6a-4dad-98be-55eca710768c a dho:Bend ;
+    dho:chargedWith dhd:857eb99a-efde-4968-aad4-d174c55ae759,
+        dhd:f5c34f03-b61c-41c8-9ea4-0f370e476f4c ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:2896be6a-9b6d-4e02-8263-94db94582343 a dho:Layer ;
+    dho:hasCharge1 dhd:fa3e52b7-bf96-4105-8d22-4c561f4d1dcd .
+
+dhd:28a8fe54-4ea6-487a-aab3-663c635a6b92 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:28ae5b0f-e917-40e0-b004-3eaae299e878 a dho:Field ;
+    dho:hasPattern dho:PerSaltire ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:28bc10eb-f7ed-4a5c-b35b-7dc0f74e50f3 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:28ccdd8d-ad3c-4c92-aeaa-9db53a2940c8 a dho:Layer ;
+    dho:chargedWith dhd:5e7692d3-bc5d-4443-be83-f54792e91a6d,
+        dhd:79716488-f503-46c8-a9fe-414d41d44cda ;
+    dho:hasCharge1 dhd:5c483600-563c-4e3b-aa5a-c1e88c642327 .
+
+dhd:28d94fc7-4720-46b8-ad8d-469e171f89e0 a dho:Canton ;
+    dho:hasCoatOfArms dhd:CoA0000022239_CoAF1 .
+
+dhd:28fbad36-876c-4493-89ff-d6badb1a61f0 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:28fd5234-8334-4d68-b3f9-5712c6db8b06 a dho:Lion ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:2901c5b4-cf20-44d3-82f1-b15d725a5161 a dho:Field ;
+    dho:hasSeme dhd:a3d2e2b8-68be-4097-bf28-36fb07f88e68 ;
+    dho:hasTincture dho:Azure .
+
+dhd:29232a10-d048-4c8a-a9fa-6436d4fece9a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:2938a322-033f-43aa-af3c-78ef9ada9cbd a dho:Layer ;
+    dho:hasCharge1 dhd:b727ab8a-4d13-43ae-a224-e20457b1ec28 .
+
+dhd:293d6750-c664-41b6-a484-ef0ffee32600 a dho:Field ;
+    dho:accompaniedBy dhd:cd1f6088-47bc-4dc9-adda-9da483e0f33a,
+        dhd:f2a472cf-0d2b-40d0-a900-f218ec0b3b67 ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:297fb3c9-54c2-4dcd-b03a-c50e69c2abe0 a dho:Stringed .
+
+dhd:29a0983b-776e-4945-9097-646b9199ddd7 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:29a6025c-29a8-482b-9e03-73c458c200c6 a dho:Mascle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:29a94907-5c10-4bca-abc4-3dcb01909a36 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:29d49987-97c7-4f1e-9e0b-9e55057d2189 a dho:Langued .
+
+dhd:29e3ce1a-4169-4c5b-a13c-df16df538bde a dho:Layer ;
+    dho:hasCharge1 dhd:e7627448-d2be-43d6-8226-4d04eae5d8bb .
+
+dhd:29e9f48c-3444-4f36-9237-fc0936b1b5c6 a dho:Layer ;
+    dho:hasCharge1 dhd:c36ca057-5159-4413-a9cd-300fb881b9d9 .
+
+dhd:29ee51a5-c671-4f35-8439-9153bf617ed8 a dho:Layer ;
+    dho:hasCharge1 dhd:69b84c8e-4c97-496d-b849-aab6e139efb8 .
+
+dhd:29efe7bd-9294-4f55-bff4-2ada93298da5 a dho:Bar ;
+    dho:hasLine dho:Dancetty ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:2a28812f-35bb-4250-ada3-3de8716b7906 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:2a2891cc-416b-4210-9c11-cab7dba139a0 a dho:Field ;
+    dho:hasPattern dho:Tierced ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Argent ;
+    dho:hasTincture3 dho:Gules .
+
+dhd:2a29e9d4-794d-44f3-82e5-703a44318b03 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:2a2db38d-3b8a-4b46-8133-0963d990dce7 a dho:Crowned .
+
+dhd:2a304aee-b533-4f14-a58b-ba3c620cbdb5 a dho:Guardant .
+
+dhd:2a457a44-e832-4dd9-a536-7e895f3d15fd a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:2a5e0a3d-e1d5-4fdd-a36d-510e96135e99 a dho:Passant .
+
+dhd:2a6e7935-6251-443a-9bcc-8329b9c148c0 a dho:Lion ;
+    dho:hasModifier dhd:2cb3a9e4-56ae-48a0-a16f-1f5e65d9fc89 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:2ab4d822-10bf-41d4-854e-84f637c71404 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:2ae5db5f-9e65-4241-86d1-3178d6cb9da6 a dho:Layer ;
+    dho:hasCharge1 dhd:1cd6a07a-70aa-445c-982d-cfb1831ed8e4 .
+
+dhd:2af2609a-5c53-4e60-9e7c-64fe9885bfbf a dho:Border ;
+    dho:hasLine dho:Nebuly ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:2af478d7-cbf6-439a-9b6c-1f32daa6b797 a dho:Layer ;
+    dho:hasCharge1 dhd:4cc54f60-e672-4f41-a9dc-f6519e799b01 .
+
+dhd:2afc438b-8b3e-45b1-bd50-e68a302d9db2 a dho:Chief ;
+    dho:chargedWith dhd:02e11609-aec8-4386-8d77-f66e52e3b7fc,
+        dhd:9e4b8bfb-3b46-4267-9d01-f436fec59281 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:2b065cde-7a4c-4c02-8ab4-35324df883f4 a dho:Layer ;
+    dho:hasCharge1 dhd:c7cdebfe-82ca-42fc-86ff-78078a3904b8 .
+
+dhd:2b0dda3c-c9a6-4896-bda8-e5155ac34572 a dho:Layer ;
+    dho:hasCharge1 dhd:19c3a45d-dddb-4ba4-bea8-7b2993240eef .
+
+dhd:2b3d4688-2006-4877-a49a-94665584eb85 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:2b4a8a15-22f4-4193-b90b-445e74725da3 a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:2b4fdf37-a26a-468f-963f-cb34447054a0 a dho:Chief ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2b567e76-d8a0-4e1d-85c6-25e21f1f9d92 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:2b584636-22fb-4508-9072-b1d8b0c512e9 a dho:Layer ;
+    dho:hasCharge1 dhd:40d04752-2828-43e5-9c73-2b6b420bdaa3 .
+
+dhd:2b5916b0-f750-4d0b-8c36-2d5aa9d720e9 a dho:Fish ;
+    dho:arranged dhd:e38c458f-d444-4340-b759-8ee0216cf4dc ;
+    dho:hasModifier dhd:8d67de7c-47c2-47dc-a5c7-0e9af87194b8 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2b5a6473-d23f-4d68-9621-2dc5e582bcc4 a dho:Layer ;
+    dho:hasCharge1 dhd:11b24a95-0318-4810-a76e-4e2e65f6d39a .
+
+dhd:2b5e0692-28b2-4d08-a920-3b70a5df69b7 a dho:Crowned .
+
+dhd:2b64dff0-0398-48ea-a43e-0bbd97e4af3b a dho:Rampant .
+
+dhd:2b6e81bc-8b4a-4dae-a136-3d2ead1b8289 a dho:Layer ;
+    dho:hasCharge1 dhd:c60672a0-44a0-4c6a-beff-a4d37f7777d7 .
+
+dhd:2b72a125-dfe7-4620-ba7b-b2e9fbefe49b a dho:Lion ;
+    dho:hasModifier dhd:7f753ae6-6cce-408a-bb98-ea4f74ad5b56 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:2b8729ce-5e48-4f8b-9faa-0faa142fa95a a dho:Layer ;
+    dho:hasCharge1 dhd:a0916fe8-9dc5-4ead-b5cf-aa91ea59ab5a .
+
+dhd:2ba6fedd-4d91-465a-aa17-de985a7f8383 a dho:Field ;
+    dho:hasSeme dhd:1751c966-67ce-4104-8ac2-33911b195f2b ;
+    dho:hasTincture dho:Or .
+
+dhd:2ba95de6-734c-4e09-8e02-0046b062b87b a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:2bad7524-ed72-424c-99d1-a0a537a64b4c a dho:Layer ;
+    dho:hasCharge1 dhd:fa879813-a1d7-402f-8ec7-0f9c5305ad69 .
+
+dhd:2bb438bb-0a7d-435a-9a59-7c3c28b16f0e a dho:Field ;
+    dho:hasSeme dhd:e761cf31-5bfd-44ca-8023-bf0c7e460669 ;
+    dho:hasTincture dho:Azure .
+
+dhd:2bbf5c32-e8dd-42ad-8fcd-27ed3d45eb7f a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:2bf0b362-11b1-4926-bcb4-ebb3724c7c2d a dho:Layer ;
+    dho:hasCharge1 dhd:e9985c05-ba0d-45da-a66e-8072c1623cc5 .
+
+dhd:2c0f16a3-2981-489b-908a-e4c1d858f28b a dho:Layer ;
+    dho:hasCharge1 dhd:88f328b2-ea1d-45aa-9622-52f299641293 ;
+    dho:holding dhd:35d0a682-b236-4652-bd1f-6b69f43973e8,
+        dhd:800959d6-b2ec-4289-828e-3aef62288f59 .
+
+dhd:2c1c5380-6f69-4924-a92c-ac4036d3ab54 a dho:Lion ;
+    dho:hasModifier dhd:e92b4bbc-8f02-4c21-a211-e688ce6095ff ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:2c61baad-d8f7-4b54-b473-666ef3e6f340 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:2c7227da-f7e4-4b2d-83ac-43a8f038a4c4 a dho:Dove ;
+    dho:hasModifier dhd:d984ad2b-4689-40e3-b323-15676cf16f1b ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2cb3a9e4-56ae-48a0-a16f-1f5e65d9fc89 a dho:Crowned .
+
+dhd:2cb3c411-71ef-4192-ba69-6cb02837021e a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:2cd8d602-74b0-4cf0-a013-054998124c03 a dho:Layer ;
+    dho:hasCharge1 dhd:0925bfab-ffa2-4882-82e4-cd4fcaa79422 .
+
+dhd:2cdc3155-22f3-4c21-b01b-e05b723067a1 a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2d186a1e-c7c9-4f57-a974-6ff881011060 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:2d1f6ea5-a3b4-4c34-a039-84001b5aa579 a dho:Layer ;
+    dho:hasCharge1 dhd:1cc110f5-4d43-4bf4-ae2a-a065a8c440cf .
+
+dhd:2d613827-dc54-43ba-aef8-35641e825bd1 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:2d6b42b5-a7ab-42ee-bf12-c02aa160a660 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:2d7cb291-c5ed-49cd-b570-23c9bb69d80c dho:hasPattern dho:Roundelly .
+
+dhd:2d87fc8a-9194-4c91-8e01-02ebd5557bce a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:2da89c01-6f22-44c5-a2f9-27dcefe31e9f a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:2db17cdb-68bc-4734-b175-abc18f51a3ea a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:2dc11944-7f16-4f33-92e9-c86fd67b3c08 a dho:Armed .
+
+dhd:2dc40cab-0550-4dbc-8857-bb2b074bdba0 a dho:Layer ;
+    dho:hasCharge1 dhd:15edf4c2-c285-4c2e-8864-9d0154f0fecd .
+
+dhd:2ddd4c5c-5563-40bd-8c6a-1d43cfc31b89 a dho:Dolphin ;
+    dho:hasTincture1 dho:Or .
+
+dhd:2de8c0cd-37a7-4d24-8a17-e24a489563d1 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:2e20232d-2659-43bf-8420-d7a8af0fda5e a dho:Layer ;
+    dho:hasCharge1 dhd:d2eac7ee-376c-47bd-bc6b-3d9b886e3c24 .
+
+dhd:2e408697-2a5f-478b-ad4b-32666c35a2c7 a dho:Lion ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:2e4bfd1b-7ee9-4d1a-804a-b654591da55b a dho:Field ;
+    dho:hasPattern dho:Lozengy ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:2e52c9ea-7951-46da-8ea6-ef82b05cf1f5 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:2e558d13-20f9-4764-8c68-67c693788b16 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:2e55993c-b228-499b-acad-f7a2e4c43709 a dho:Rampant .
+
+dhd:2e5dd091-4d5b-409f-8bd7-88799aedd592 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:2e79e468-17e9-4a60-86a4-3f31dd1b0aa0 a dho:Bar ;
+    dho:accompaniedBy dhd:13a37496-28c0-4cab-aba7-5ba08a2263d2,
+        dhd:171b4a5a-c80a-4033-88ef-7fdb89ad5c6d ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2e92845f-3564-424d-824c-4a5c3d09276a a dho:Field ;
+    dho:hasSeme dhd:6117d41d-186c-4da6-b287-6d0cda5f3fbf ;
+    dho:hasTincture dho:Azure .
+
+dhd:2e92a3b7-9f2a-4e07-af5f-4dc438f3491f a dho:Crowned .
+
+dhd:2eaf3012-0c60-4846-9ecb-4a0e5296fbe0 a dho:Layer ;
+    dho:chargedWith dhd:2529b550-20d5-4c90-83e2-0728a7b47ff6,
+        dhd:4f7d7e3b-1157-422f-a3e4-a469d38ce0e1 ;
+    dho:hasCharge1 dhd:77aa2277-0403-4ab1-8c8c-6cdc5fa8671a .
+
+dhd:2ebc08c2-9db2-4826-a8c9-d5a501fe41f7 a dho:Seme ;
+    dho:hasSeme dho:SemyOfMullets ;
+    dho:hasTincture dho:Or .
+
+dhd:2ecff6b7-8928-4cbb-9735-2c1267f7ab94 a dho:Wolf ;
+    dho:hasModifier dhd:7ae14796-b574-4333-aeb9-a8757462a462 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:2ed5fc49-da9f-42f6-8031-11d9248ba241 a dho:Eagle ;
+    dho:hasTincture1 dho:Or .
+
+dhd:2ee429b3-8680-4924-8e77-ff986d26e4ec a dho:Lion ;
+    dho:hasModifier dhd:3c15ebdd-f371-4736-9abb-1e77599d955d,
+        dhd:65d69c7e-fae5-4d0e-a1ef-626f7f06b5ef ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:2ef56c1a-8025-43a5-94de-a941a7b0d79c a dho:Layer ;
+    dho:hasCharge1 dhd:77168e28-2565-49dc-8f1f-9fad21e5f1aa .
+
+dhd:2f1f8ca6-f346-4f8b-b25f-7e8ab1a0a59f a dho:Layer ;
+    dho:hasCharge1 dhd:7c1c64fc-d13f-4250-8744-b1ab62792691 .
+
+dhd:2f4ce43f-5626-43bf-8434-9480cf6c8405 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:2f4da93d-52ca-4ed6-ae72-4de079755592 a dho:Layer ;
+    dho:hasCharge1 dhd:99918c4d-bbb1-4114-a72e-238b2d1658c4 .
+
+dhd:2f54322a-89bd-4fd6-bb7d-9e257a8f03d3 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:2f63716b-53c3-4729-be9c-72fe8afefff4 a dho:Chief ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2f68be4b-37a3-44a3-b152-21be76c2cfc0 a dho:Field ;
+    dho:hasSeme dhd:90b39b19-554d-424d-8c06-5b323cd21622 ;
+    dho:hasTincture dho:Or .
+
+dhd:2f8788ef-9a37-44bb-95a6-7874a9e445c4 a dho:Field .
+
+dhd:2f8b4c9a-d003-4c8b-bba3-6f71e515b2c3 a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2f8ef029-e827-4a58-8a4a-60ef8985416b a dho:Fess ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:2f9585a5-53a4-4d0d-96d1-69e5cf279c7d a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:2fa819eb-375b-47e9-af34-756113047d34 a dho:Rampant .
+
+dhd:2fd14313-ba5b-465f-8df7-a1cb5798202d a dho:Layer ;
+    dho:hasCharge1 dhd:bab5686c-1883-441c-bbd3-d16151b6fe17 ;
+    dho:on dhd:9ffeacbd-3120-4b33-b7be-ec0b92b62a27,
+        dhd:fe525302-9ba6-49f2-92a0-0fddd6425f8c .
+
+dhd:2fdd9a72-8719-42cb-b440-9caf336e7a04 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:2ff8071b-e3b2-494f-b741-ba7980cb9356 a dho:Crowned .
+
+dhd:3000eaf5-0a96-438b-8192-a729681570c6 a dho:Lion ;
+    dho:hasModifier dhd:70412b0e-9775-41bb-b252-db1382daf3f6,
+        dhd:81d9792c-53cc-4805-9c91-bcfee0744ee5,
+        dhd:a4639905-2101-4c41-846b-e972b174de91,
+        dhd:ebb50c1f-4a01-4dd0-922c-4edaabff7411 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:301575f0-5de6-41c8-b2c8-b4ac4db1d945 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3023c5c4-06df-4bbd-8132-13fc8e95eb4a a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:303ee2d6-bcb1-4d87-8b98-a2bc8984fe18 a dho:Guardant .
+
+dhd:304b04a2-e145-4d5f-a95b-18be7e399cd0 a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:304db03b-9592-4cb7-97b8-d3ba995b0717 a dho:Field ;
+    dho:hasSeme dhd:69c23cc0-e2b8-4cdf-8489-f69e8273ad51 ;
+    dho:hasTincture dho:Azure .
+
+dhd:30974ed5-1150-49cb-a59f-d4600f24bf25 a dho:Layer ;
+    dho:hasCharge1 dhd:78bc106a-ec13-4d22-bd73-55e52558fef8 .
+
+dhd:30c0e2de-8929-44ca-90b1-870719b5cdf7 a dho:WolfsHead ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:30d4342b-df74-4937-b739-b23f4c563360 a dho:Field ;
+    dho:hasPattern dho:Plain ;
+    dho:hasTincture dho:Gules .
+
+dhd:30e41b10-edf2-4b40-8de9-95cdae969dcc a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:31012999-a6cd-4587-9859-94abe775d2fd a dho:InFess .
+
+dhd:311b13b6-90b2-431f-a0c3-138f988af460 a dho:Barbel ;
+    dho:arranged dhd:a41a882b-e4db-41b5-ba8e-1819d6b8afd9 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:313a7f1c-f98d-4416-8448-9919e5e59934 a dho:Layer ;
+    dho:hasCharge1 dhd:3ca9384c-34ab-45d6-86a2-2feaa33763fa .
+
+dhd:313b8e84-ee9e-4aa1-a7a1-e66bc7b40f12 a dho:Fess ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:317396c9-d0f3-4142-9a7f-807772b1ff2c a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:317ef0f2-db76-4909-8d19-757d4458c4d9 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:31831aa2-6445-4c96-8824-31c471a22e5c a dho:Crowned ;
+    dho:hasTincture dho:Gules .
+
+dhd:318ba42f-ee90-49b7-825c-861cf207e886 a dho:Field ;
+    dho:hasNumber "of 16" ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:318ba74a-2ffc-45be-b73c-1de3532eac37 a dho:QueueFourchy .
+
+dhd:31ccdda7-f558-41cd-b7e5-e46c2ec0a81f a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:31e25d99-2e25-439e-a796-15a5bfe0ceb1 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:31f1c605-f741-4fe6-a0f5-5c47585e20d1 a dho:Layer ;
+    dho:hasCharge1 dhd:820edcef-1bf9-4c40-9a44-2a4dd4c9a685 .
+
+dhd:31f5ff93-4d60-4836-96e4-c8362f3096e2 a dho:Lion ;
+    dho:hasTincture1 dho:InOmbre .
+
+dhd:31f68271-e286-4bbd-a6bc-7b08341f1ab6 a dho:Chief ;
+    dho:hasPattern dhd:ae73a714-5f96-43d4-a01e-207852380d11 ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:31f97a25-37d6-47ee-8556-3c0c5b303f5d a dho:Layer ;
+    dho:hasCharge1 dhd:ccb5de5b-03b0-49a0-98ec-1a3f19de5a09 .
+
+dhd:31fb1ccb-46e5-4249-a23d-55832fd34ab9 a dho:Layer ;
+    dho:hasCharge1 dhd:c6654b26-edbe-41b5-ada0-6e8162c59ee0 .
+
+dhd:31fc057a-9d33-43f1-9a78-f02b3c1a65ef a dho:Field ;
+    dho:hasSeme dhd:02714f3c-6c35-432f-a808-25a50b5593e1 .
+
+dhd:32008379-a05b-4874-a8e5-b1b23f7ed321 a dho:InPale .
+
+dhd:321d73ee-326f-4b62-8a41-b1977bc9b891 a dho:Layer ;
+    dho:hasCharge1 dhd:745a5bc9-ba63-4af0-8d8d-44b423fc1923 .
+
+dhd:321feb21-d5a3-4055-93d2-b8efbde54d99 a dho:Layer ;
+    dho:hasCharge1 dhd:71768a59-d692-48a8-b8ce-a87ea2bedb43 .
+
+dhd:3228f32a-e68b-40f9-a333-faf25df8ca6c a dho:QueueFourchy .
+
+dhd:32343040-4a9c-4454-9c4e-1f25bab1e782 a dho:Addorsed .
+
+dhd:323d7daa-a8f9-49df-8692-ad82b6f485f6 a dho:Lion ;
+    dho:hasModifier dhd:9ed4bced-2d24-4e92-b0d8-06211a409f3c ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:3258b96e-dff1-4bc3-8a01-1fb04d6c61a0 a dho:Crowned .
+
+dhd:32666b22-537f-4f7d-a8da-33b0cd8785be a dho:Layer ;
+    dho:hasCharge1 dhd:053e47a9-e118-46c4-9d25-dd089e0f4bcc .
+
+dhd:3274346c-703c-43c6-925c-69f3df0a49fb a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:3277c5c0-e365-488e-900c-ec0fb8f57fd3 a dho:Crowned .
+
+dhd:3278df63-da5c-4d6a-8909-eb8ff74b563d a dho:Pile ;
+    dho:eachTippedWith dhd:46b7d9fd-02d2-435c-b993-52efbd02e155,
+        dhd:d560a9e9-9c1e-4d4a-bc7d-3fbc7e12f6de ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:32889228-216f-4635-9e25-0d78b5a29cd6 a dho:Buckle ;
+    dho:hasTincture1 dho:Argent ;
+    dho:on dhd:f11f92c1-325b-440b-a5e4-ee94fc55fc64,
+        dhd:fa4499c6-a677-48bd-818b-af9be5193dc6 .
+
+dhd:32a94b07-c309-432c-b9d4-262b535430bb a dho:Salient .
+
+dhd:32c3acb4-9016-48b9-bf88-575be0845925 a dho:Field ;
+    dho:hasSeme dhd:9e11822f-38e0-4a3a-8589-5ecfb2433e9d ;
+    dho:hasTincture dho:Gules .
+
+dhd:32d6f3e3-deac-49b0-a008-5bb325faa4f6 a dho:Layer ;
+    dho:chargedWith dhd:7a457bf7-fdc1-4079-a413-534cb2734ddb,
+        dhd:93bdd024-72f2-460b-966b-8c7010c83bf4 ;
+    dho:hasCharge1 dhd:ddfc5010-cb62-456e-aae3-cd9d5a056aa0 .
+
+dhd:331476f7-e92f-4137-954b-0d65620e335d dho:hasPattern dho:PerPale .
+
+dhd:33180b98-1de3-43b0-848d-61c91b14376e a dho:Layer ;
+    dho:hasCharge1 dhd:812e5208-4850-4d2f-8ed8-3d61b4ad8870 .
+
+dhd:3328e5e4-31be-4c46-b399-918b13289df5 a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:334f9160-9b28-46d1-8507-2176e8c53bcb a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3352c75e-f3d1-486d-a180-9aa84aaab4a8 a dho:Layer ;
+    dho:chargedWith dhd:3d037cfe-5a3e-419a-91f1-f01cb63d50d2,
+        dhd:91e1747e-76d6-43b5-b667-0aa9d4df94a3 ;
+    dho:hasCharge1 dhd:165b79ce-e481-4abe-bb25-37637b16a142 .
+
+dhd:335a9653-014a-4688-abca-95b5587205f1 a dho:Layer ;
+    dho:hasCharge1 dhd:1cdf4409-327a-42a1-8229-5c57d063f1ce .
+
+dhd:337d754b-24d8-4a87-8b2d-18504ff19183 dho:hasPattern dho:Lozengy .
+
+dhd:33ae4747-65d2-4f36-a014-853fd14bdaa8 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:33b0f06a-e5e2-4867-bd0b-7fbc3289fc95 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:33b2e537-cf7f-4c7b-a330-a593339c366c a dho:Chief ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:33b2f86e-7c93-4156-a81d-ad67bc32e800 a dho:Layer ;
+    dho:hasCharge1 dhd:e538d286-bdd7-4ae7-8dfb-375f10268f61 .
+
+dhd:33c2b498-57ac-491b-84f8-8510b57d901d a dho:Langued .
+
+dhd:33c3080b-e9e3-4168-ae24-bc6630fbf19c a dho:PerFess .
+
+dhd:33e51637-37b3-4788-98f0-50d6c660778a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:33ef677e-d7cd-4e81-a156-76d16ae53d13 a dho:Layer ;
+    dho:decoratedWith dhd:292b2998-4c44-4693-a6f8-72ae777f0f26,
+        dhd:d9f80d5e-6086-4fbe-9cad-dc69be6a4afd ;
+    dho:hasCharge1 dhd:1aaeca88-2bd6-473e-bd9e-f192fdf08ca4 .
+
+dhd:33fdb7b5-4ab9-4973-906c-20a7a7dcc52d a dho:Lion ;
+    dho:hasModifier dhd:caacb3a5-aa68-4612-8645-28b821e20d43 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:3404e5b4-1698-400c-93f1-1154966eaed5 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3404f258-f147-42da-9103-6a5dea152f0d a dho:Saltire ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:342512c0-8faa-4b61-9391-0f87bd873705 a dho:Layer ;
+    dho:hasCharge1 dhd:286abdc9-f1ec-4e40-9bb3-057f6bfcc165 .
+
+dhd:342e5205-ad3e-4884-9b49-32acdb857e94 a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Missing ;
+    dho:hasTincture2 dho:Or .
+
+dhd:34453bee-1ac6-48de-a7e9-873a9a2a7bb9 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:344e28b4-2e23-483b-b4b0-2826f3c994d6 a dho:Rampant .
+
+dhd:34688abb-7ea1-4848-838a-f3eea754c6bb a dho:Lion ;
+    dho:hasModifier dhd:2fa819eb-375b-47e9-af34-756113047d34,
+        dhd:c0f25073-d8df-4dea-a865-c899fb0a4446,
+        dhd:cd09bf02-c2b4-40e6-ae07-93611e96e7ab,
+        dhd:d691e420-bc49-4311-a354-f383e8e49b81 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:346cad2a-c508-4821-a862-c804c02e56d8 a dho:Layer ;
+    dho:hasCharge1 dhd:602b1081-9ab6-4fb1-be51-38c54028c47b .
+
+dhd:34a3e0a6-bbfd-419f-bad4-8cd3fc452e50 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:34abed7a-9600-444f-ac33-ad8c994abb00 a dho:QueueFourchy .
+
+dhd:34cbe6b1-1a22-45f0-8ded-5963320e440d a dho:Layer ;
+    dho:hasCharge1 dhd:07b534fc-48d1-4d3d-8388-68e7a23d6be9 .
+
+dhd:34d9a419-ac21-4bfa-841a-c4f9fff0b79b a dho:Field .
+
+dhd:34e02044-4033-4856-b634-561682da87a9 a dho:Chevron ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:35013c20-9e49-4b3b-9b2b-fddac7c96d30 a dho:Layer ;
+    dho:hasCharge1 dhd:232ddcee-b6b1-4a78-9ed9-964aa48cd761 .
+
+dhd:35182144-5135-496d-943b-1d2a8c142039 a dho:Layer ;
+    dho:hasCharge1 dhd:7ab0b913-e418-46b9-9339-ec3593728c2e .
+
+dhd:3521b9bd-eca1-437a-9baf-e006c8a0aa83 a dho:Layer ;
+    dho:hasCharge1 dhd:69b34a8a-7fe5-4b79-b871-7c36ffd6249b .
+
+dhd:354bc947-a69c-4c92-929c-5c838bd90575 a dho:Field .
+
+dhd:356a2331-8a93-46cb-8a80-d73c4ffaa61a a dho:Layer ;
+    dho:hasCharge1 dhd:253e8474-107d-4a04-a8c0-21d007e05e67 .
+
+dhd:356ef5e8-9439-4f41-9d7d-9608216f2e76 dho:hasPattern dho:Compony .
+
+dhd:358ed3d1-c4bd-48a6-b7c3-a437232b6a3a a dho:Lion ;
+    dho:hasModifier dhd:a0bceaeb-2504-4e9e-9d34-7ad010d96251,
+        dhd:c50258a8-d53a-4ccb-bed8-b5c0b5b58642 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:359eae24-76f4-431e-a8df-3aea76010aed a dho:Layer ;
+    dho:hasCharge1 dhd:63626577-d6bf-46db-9265-74039aa2b149 .
+
+dhd:35c8a389-656e-4642-83f0-704793880800 a dho:Layer ;
+    dho:hasCharge1 dhd:a22a81c4-fdb8-4d1c-988c-42f4117f8c76 .
+
+dhd:35ced68b-a52f-4df8-9fd8-b6eda26888df a dho:Chief ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:35d1e3d3-e790-4362-aa7d-c4ea63577b1f a dho:Layer ;
+    dho:hasCharge1 dhd:3d31a938-59d1-42ce-8845-8972f14d5852 .
+
+dhd:35de3e35-60d9-47d0-a849-28dd0a12d7ee a dho:Rampant .
+
+dhd:36440bff-ddef-461f-91b5-ab622b2f4830 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:36623144-04be-4330-9518-6c05301b3558 a dho:Layer ;
+    dho:hasCharge1 dhd:954228c3-de57-4436-aaaa-e9471a500de5 .
+
+dhd:367638f1-fe3e-4f60-b156-70273aeee7e5 a dho:Crowned .
+
+dhd:367d6534-8a82-4214-bf6a-962211d98843 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:368cf947-7ac1-4113-91db-66f8343da99c a dho:Field ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasPattern dho:PerBend ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:36a607b0-e632-4fca-8df4-1f04bc6d7ce1 a dho:Increscent ;
+    dho:arranged dhd:5fa90d7c-dc08-4aec-af17-7d52efc5eb0c ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:36b20afc-bb04-43b6-97c3-ae190749f3bf a dho:Layer ;
+    dho:hasCharge1 dhd:f62777cc-630f-494b-8743-0bba0a0a1cb8 ;
+    dho:on dhd:679428c7-9e0e-4762-9d93-d070a885d33e,
+        dhd:db7a08e9-9d05-4257-8c5f-caaf3aef81f3 .
+
+dhd:36d19cdf-1bb4-41da-9524-cb8a5b43ec32 a dho:Layer ;
+    dho:hasCharge1 dhd:86492c0a-c957-464b-a7ca-45644631b357 .
+
+dhd:36e29e11-b2cb-480f-8eb7-219eecb31cfe a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:36fb13b7-1adc-49ea-a046-e356ac545a7e a dho:Lion ;
+    dho:hasModifier dhd:052e31c2-5389-4d12-999f-d43e9e27be50 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:3703fbaf-eba4-476a-8bce-896c1aabaa43 a dho:Harp ;
+    dho:hasTincture1 dho:Or .
+
+dhd:3708c662-5c9f-4b2e-b0f0-31081b1b1e62 a dho:Layer ;
+    dho:chargedWith dhd:34a778b4-a3a3-4dce-b509-70efcfdbf7d3,
+        dhd:4d73df04-dfb8-4643-bbac-b1d7f7d8bebc ;
+    dho:hasCharge1 dhd:0084b066-bc34-426d-b30b-3fc43d386d91 .
+
+dhd:37255320-3bc2-4a01-b632-2e980c21a23d a dho:Passant .
+
+dhd:372e2259-f452-41ac-80d7-0b9c8f282017 a dho:Layer ;
+    dho:hasCharge1 dhd:2f8b4c9a-d003-4c8b-bba3-6f71e515b2c3 .
+
+dhd:3759b952-6f8b-4a76-b1be-170f00dcebc7 a dho:Fess ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:3778ca01-6acf-437d-9199-04474e4c91ac a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:37791b1c-462b-44f4-bf0a-ceae610b8365 a dho:Passant .
+
+dhd:378aa712-3bd0-46fd-b556-999d8ed0ef60 a dho:Armed .
+
+dhd:37d2fc62-0735-4940-9a7e-303970a8ebf1 a dho:Bend ;
+    dho:hasLine dho:Dancetty ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:37ed2997-b79d-4e51-9a71-de626db52b08 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:37ef7418-9253-4765-a2f5-98ef9fa23a5f a dho:QueueFourchy .
+
+dhd:37fac5fb-f55d-4540-87a7-8f12f534bb51 a dho:Pale ;
+    dho:hasModifier dhd:182cdff9-393a-4ca4-a641-6cb4c96baafa ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:3808be35-1d83-4b21-8930-92134760453a a dho:Layer ;
+    dho:hasCharge1 dhd:0412b501-2710-4b80-921b-4ef7a1b78646 .
+
+dhd:38230e9c-6d86-455c-9360-fdfe920c9fd4 a dho:Layer ;
+    dho:hasCharge1 dhd:3a6db0c7-ea0c-49c6-9ffc-2709d95a3838 .
+
+dhd:3827d5ef-6e83-4a75-b0d8-cb247aba146f a dho:Layer ;
+    dho:hasCharge1 dhd:d698a1b2-d8c1-4e1b-813e-d743807b2ca7 .
+
+dhd:38556fbf-859d-407d-81bc-2920e92ed546 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:38594be3-a3e4-4919-9b34-e944cf1e3530 a dho:Layer ;
+    dho:hasCharge1 dhd:486ca259-521f-426f-b0d1-0f88a120e040 .
+
+dhd:3868706b-7357-42f8-9e42-53828f339caa a dho:Rampant .
+
+dhd:38709dbd-b2d7-409e-a5bf-3f10ef00e8a4 a dho:Layer ;
+    dho:hasCharge1 dhd:8555fff0-bba7-4743-b663-b2f27a7ce12f .
+
+dhd:38798190-8fa0-4fb7-918e-d75a69417f6a a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:38940360-01d6-47d1-8c3c-4dbed0ce3b7f a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:38a58c52-304c-442d-b83c-1de062a97437 a dho:Field ;
+    dho:hasPattern dho:Plain ;
+    dho:hasTincture <http://digitalheraldry.org/digital-heraldry-ontology#-> .
+
+dhd:38ad5bd7-bc09-487f-a85a-35f2b20f3dae a dho:Layer ;
+    dho:hasCharge1 dhd:7cd30342-4ea7-4bd5-9619-2c5a636f8f50 .
+
+dhd:38bd8d33-99d0-44f1-9210-5b382dae52e6 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:38cd0088-8a84-4432-8035-10d0ccb9fc67 a dho:Layer ;
+    dho:chargedWith dhd:00305445-1b73-43c1-bf54-c6e67d800b27,
+        dhd:777793eb-b25f-47a3-8599-1f3ed39af2df ;
+    dho:hasCharge1 dhd:c49be827-2cf5-4ce0-9daf-52c9996033dc .
+
+dhd:38f32dbc-86c6-434f-be0d-452f7959c2f2 a dho:Layer ;
+    dho:chargedWith dhd:831f245f-ae2c-4e01-9e75-1e05575ecb70,
+        dhd:a95bf355-5e5b-48dc-a9b6-c47cf94fac0a ;
+    dho:hasCharge1 dhd:1aa80f12-d07f-444d-a539-f91141923a08 .
+
+dhd:3910dc00-d8db-4ac4-9301-937c45862260 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:391f1de4-5a68-47ff-bc1e-0e7091afcb29 a dho:Layer ;
+    dho:hasCharge1 dhd:b084b0c4-e49b-47c2-8d6a-d7a8f05c2e83 .
+
+dhd:3978373a-e26e-4333-bbcc-ba1de12c1cf2 a dho:Guardant .
+
+dhd:39913c2f-60b2-4ff7-b582-0dda4b326b35 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:39a650ef-872d-4a10-856d-d73f5e333ad9 a dho:Crowned .
+
+dhd:39f07173-e0f9-470f-acd4-9ef68518b22d a dho:Fess ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:3a213788-e88b-4add-beae-e1004c6f3814 a dho:Hooded ;
+    dho:hasTincture dho:Azure .
+
+dhd:3a38f616-993f-405a-9c34-a6fa10230e18 a dho:Lion ;
+    dho:hasModifier dhd:d1c1aae0-ce61-4669-bc95-6d3f673b413f ;
+    dho:hasTincture1 dho:Missing .
+
+dhd:3a68d62e-14e0-4709-9621-b906a538215a a dho:Lion ;
+    dho:hasModifier dhd:29d49987-97c7-4f1e-9e0b-9e55057d2189,
+        dhd:344e28b4-2e23-483b-b4b0-2826f3c994d6,
+        dhd:a577de6e-bac9-4452-bd5e-ff47692a8327 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:3a6a18ab-fdb2-47e6-b3c8-15d78c089bf2 a dho:Layer ;
+    dho:hasCharge1 dhd:0fb11414-f95e-4768-a341-24c35d01b8f9 .
+
+dhd:3a6db0c7-ea0c-49c6-9ffc-2709d95a3838 a dho:Lion ;
+    dho:hasModifier dhd:2e92a3b7-9f2a-4e07-af5f-4dc438f3491f,
+        dhd:34abed7a-9600-444f-ac33-ad8c994abb00 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:3a718452-c44d-4974-88bd-bca8f36720d0 a dho:Helmet ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:3aa30458-84e8-4742-b723-168ddd10c647 a dho:Layer ;
+    dho:hasCharge1 dhd:19d91f3c-7c16-404f-a50d-df26c05526c7 .
+
+dhd:3ab59708-9bf9-47ba-a9d6-feda08eaee75 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:3ab5fa36-d44f-4183-a3c6-18c4c6b93c06 a dho:Crowned .
+
+dhd:3ac02b43-ab9e-47a5-94d3-d2d0c73b0681 a dho:Field .
+
+dhd:3ac2574e-8fab-4c9f-b244-bafa01acf8bd a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:3aed932c-4648-41e4-948e-e8b0e59cdab3 a dho:Layer ;
+    dho:hasCharge1 dhd:cf0ea69e-a4ce-4338-b874-adb7926818df .
+
+dhd:3afba625-d5ac-430a-89ed-0cde17f7bc44 a dho:Field ;
+    dho:hasSeme dhd:2d6b42b5-a7ab-42ee-bf12-c02aa160a660 ;
+    dho:hasTincture dho:Azure .
+
+dhd:3b132fce-b4b1-44ee-b1a8-6f8717e6427c a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3b133d76-90f8-47e1-873e-de7ef9f40589 a dho:Bend ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:3b1881f6-6b22-4e4c-9771-5fdbcac5ef0f a dho:Lion ;
+    dho:hasModifier dhd:861a98f6-e0bf-4d65-aa8d-98f7f7255f14,
+        dhd:aaba330c-eded-49c5-9922-221f5d4a7497,
+        dhd:e172ef6f-5501-4341-9d16-5ab4cb01d1e2 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:3b1ed0b9-b30f-42e9-8a44-d432a66c52d1 a dho:Curled .
+
+dhd:3b2f7dfa-4cff-4618-8cbd-9f2c470d81bf a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:3b43213d-34e4-45b5-a32b-41ea0647ba95 a dho:Layer ;
+    dho:hasCharge1 dhd:10675ead-3b89-490a-a026-369cc946b4c8 .
+
+dhd:3b62abc0-4c48-4981-aa16-e2b345d36644 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3b65f62d-91ea-46c9-84d6-2ec50e246063 a dho:Field ;
+    dho:hasTincture dho:Missing .
+
+dhd:3b85a43f-3533-4756-b355-ed250b913cd9 a dho:Armed .
+
+dhd:3baa1ad8-70b8-4c93-b156-d91ef5a910b5 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:3badc5c5-64f3-4792-ae50-15b0dcc3820a a dho:Layer ;
+    dho:hasCharge1 dhd:78119171-62e0-4802-8361-0ec9b88c3e4b ;
+    dho:holding dhd:2d1cb96e-12c8-42b2-a72a-bd2e743cc142,
+        dhd:411ed28d-6c4b-4b04-a536-2e887be414b9 .
+
+dhd:3bd50f94-7099-40bc-8e2b-3b95594502f7 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:3bd94e62-f3de-4a7c-a3b0-12c62f1362b4 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3bf6eea8-e03c-4b3a-8253-f592f28d9c91 a dho:Layer ;
+    dho:hasCharge1 dhd:cddd7a63-a8e6-408d-9898-5cd1f4260c26 .
+
+dhd:3c15ebdd-f371-4736-9abb-1e77599d955d a dho:Passant .
+
+dhd:3c1794ae-b4af-4792-ae8e-72a59c5db30a a dho:Guardant .
+
+dhd:3c3e033c-be67-49eb-886b-0fa932e6aa61 a dho:Layer ;
+    dho:hasCharge1 dhd:1dc180d3-0758-4f39-b501-1089354e7ffe .
+
+dhd:3c489936-4ecc-4e9b-a629-88614aab07b4 a dho:Gamb ;
+    dho:arranged dhd:020477c0-3872-4259-b433-a175b72680d1 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:3c5a1774-54cc-4365-90e9-1d59c0cfd155 a dho:Of8Pt .
+
+dhd:3c703171-3057-4f4a-bd3b-23e9c8d3f697 a dho:Fess ;
+    dho:hasTincture1 dho:Or .
+
+dhd:3c75b1f3-733b-41b2-a19b-78bf8fd47656 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:3c923166-5b0e-4f88-abf4-72cf7c6b0d22 a dho:Layer ;
+    dho:hasCharge1 dhd:3ef6d25c-29c9-4833-9b99-e374a1060074 .
+
+dhd:3c93ddcd-b089-4c06-acdd-c3d69a4d261c a dho:Field ;
+    dho:hasSeme dhd:7fabbf06-805f-4527-86f4-268c53dc2292 ;
+    dho:hasTincture dho:Gules .
+
+dhd:3ca9384c-34ab-45d6-86a2-2feaa33763fa a dho:Border ;
+    dho:hasPattern dhd:40f388df-f356-49ae-9c3c-19d870b52282 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:3cad9155-d905-4593-bab0-d1e26ceffb60 a dho:Rampant .
+
+dhd:3cb98369-2277-4095-99be-623b258a2df4 a dho:Layer ;
+    dho:hasCharge1 dhd:87de006b-14c2-4a90-8566-1516429cc285 .
+
+dhd:3ce98750-8cbf-426b-8fb4-39218f97d531 a dho:Layer ;
+    dho:hasCharge1 dhd:ae5f2241-cea0-40b2-8867-70ae23d3ab1c .
+
+dhd:3ceb42f4-0d00-4bce-b436-94dbc4851e60 a dho:Layer ;
+    dho:hasCharge1 dhd:138997c0-81c7-4795-8244-d7e6d0105699 .
+
+dhd:3cec71b3-8197-4d0a-b15e-4f1941dfdb0b a dho:Escutcheon ;
+    dho:hasNumber 6 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:3cf53d1a-9982-4646-88f0-1f650b492560 a dho:Wing ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:3d02f03a-20a3-4e07-bbe5-cdfe6841d4f2 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:3d0b6c15-bd97-433d-8839-3d425e4fad38 a dho:Layer ;
+    dho:hasCharge1 dhd:3dbd51cd-d844-4948-80df-3bf9fa2bfa0c .
+
+dhd:3d2d46ce-a9a3-4a06-94d1-e06e71dbc30c a dho:Lion ;
+    dho:hasModifier dhd:2dc11944-7f16-4f33-92e9-c86fd67b3c08,
+        dhd:7c652593-87fb-4dae-8c86-00f5cf4a6688,
+        dhd:a4deaa24-3f61-4349-a9cc-104ef2ccf9f3 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:3d31a938-59d1-42ce-8845-8972f14d5852 a dho:Wing ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:3d38413e-2bcf-4ad8-9b87-4eb0bbceaf19 a dho:Field .
+
+dhd:3d57f0b1-4214-44a6-88c2-b2bace0e0af0 a dho:Layer ;
+    dho:accompaniedBy dhd:643fdaf9-e9e5-4229-b7fa-8d87c5a0c91d,
+        dhd:fc9a4ed6-6412-454e-bef4-22e37b59b400 ;
+    dho:hasCharge1 dhd:18025f41-4746-47ea-a540-f22966d25efe .
+
+dhd:3d60db32-35ec-4ff7-a795-f3cde30269a6 a dho:Layer ;
+    dho:hasCharge1 dhd:64260921-d475-4737-ab29-e3b8ad55101f .
+
+dhd:3d63292a-9176-4ec9-bffb-08056dfa8da2 a dho:QueueFourchy .
+
+dhd:3d7e5569-e7b7-495a-be23-2becb3a63b82 a dho:Layer ;
+    dho:hasCharge1 dhd:70dca9d8-7d7e-449b-b139-bc8f6c7bf707 .
+
+dhd:3d819b53-f120-4791-a95f-4d0c12cb37fd a dho:Layer ;
+    dho:hasCharge1 dhd:32889228-216f-4635-9e25-0d78b5a29cd6 ;
+    dho:on dhd:f11f92c1-325b-440b-a5e4-ee94fc55fc64,
+        dhd:fa4499c6-a677-48bd-818b-af9be5193dc6 .
+
+dhd:3d90edd7-5a0e-4df0-9d69-c20a9bf3727c a dho:Rampant .
+
+dhd:3daa2a3b-ea42-401a-b9a5-d07d64275e7e a dho:Crowned .
+
+dhd:3db44ef8-b100-4135-b007-13989f56b7d5 dho:hasPattern dho:Checky .
+
+dhd:3dbd51cd-d844-4948-80df-3bf9fa2bfa0c a dho:Birdcage ;
+    dho:hasTincture1 dho:N .
+
+dhd:3dc2df51-5b35-4085-931f-76ef382ff5bc a dho:Layer ;
+    dho:hasCharge1 dhd:3404f258-f147-42da-9103-6a5dea152f0d .
+
+dhd:3e0b7201-7fac-4995-9ee5-56753398d14f a dho:Rampant .
+
+dhd:3e2475e9-8e62-4b3c-a6b7-22ea533f756d a dho:Aigle ;
+    dho:hasModifier dhd:bda89bcd-cfde-43c5-846e-16d3bdb27880 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:3e449972-509d-4253-ab3e-282aebe9323c a dho:Fess ;
+    dho:accompaniedBy dhd:007d8ec0-55cc-492e-82a7-0d9fa058f360,
+        dhd:ac18ae9c-b502-4c23-85c2-6dcc6d9473cc ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:3e4e6afe-31df-4848-9ad5-e2dded368692 a dho:Label ;
+    dho:hasPattern dhd:e2dd4d06-1628-41d4-8093-a5498ae46b2a ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:3e4e81e7-9a57-41e6-8596-5628568b27a5 a dho:Layer ;
+    dho:hasCharge1 dhd:9bf18334-d93a-4eef-876f-6b6198270860 .
+
+dhd:3e60a362-f4f5-4c53-988a-aa86060f6caa a dho:Layer ;
+    dho:hasCharge1 dhd:33b2e537-cf7f-4c7b-a330-a593339c366c .
+
+dhd:3e7edd60-585a-467a-a24d-644a0ba273a7 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:3e9fd398-b0ca-439f-b08c-31e03ae44a2e a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:3ea5460e-de5d-4b7d-bc59-9cc801a99d73 a dho:Layer ;
+    dho:hasCharge1 dhd:24734f4a-e93f-4b0a-bdb6-4ba4c9f0740d .
+
+dhd:3ea6e03f-fc9f-44d4-a8bb-daea3189766b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3ea9670d-ed27-4d07-b7d3-2233efe7ddf9 a dho:Dolphin ;
+    dho:hasTincture1 dho:Missing .
+
+dhd:3eb1864a-7af8-42fb-bb23-2eee9bda8a62 a dho:Layer ;
+    dho:chargedWith dhd:b93906a1-8a12-49fd-abbf-b9d39252ab16,
+        dhd:ec97bd28-0dce-41a6-a9e2-c8c38a871f17 ;
+    dho:hasCharge1 dhd:c9d114d9-034b-4d49-b63a-f142ab5ee621 .
+
+dhd:3ebd9893-d026-4a3b-b0f3-d03cc2203142 a dho:Crowned .
+
+dhd:3ed3e398-cacc-4f53-b4e8-c90a800b89e2 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:3edd4ac3-5182-492a-b92f-4d2cd3851d12 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:3ef6d25c-29c9-4833-9b99-e374a1060074 a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:3f011bae-825f-4e05-999c-f911daf2f6e4 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:3f01c02a-475a-4af0-9720-760b7a985ab3 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:3f061cd0-d4ce-472d-b14f-6cb0f111f3d7 a dho:Layer ;
+    dho:hasCharge1 dhd:70aab849-65b7-421f-9450-28204b597fc4 .
+
+dhd:3f0a9fac-4046-417c-986c-d421cf4e628b a dho:Field ;
+    dho:hasPattern dho:Lozengy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:3f23114d-8562-4558-b95a-57b1953c8d9b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3f472fe5-f26e-490f-aaf5-43ca33f7152c a dho:Layer ;
+    dho:hasCharge1 dhd:c46c3949-a3f9-46a4-9a00-763996946a23 .
+
+dhd:3f4c157d-c385-425c-966b-f59c6669c31f a dho:Field ;
+    dho:hasPattern dho:Quarterly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:3f7a5372-b7a3-48a3-aab0-b459cdc1cb75 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:3f9ad07b-1ed5-4cf5-853b-0065fd15517e a dho:Bugle-Horn ;
+    dho:arranged dhd:9e2fd799-f419-4e83-b8e8-58a645ea6730 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:3ff217c2-c8f0-466e-a7cf-5c4dc509163e a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:400a0ac7-641d-4819-9917-1563be204c3b a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:404051d2-a9fc-4dd3-8ec8-70a0257410c5 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:4046bb03-383b-421c-923a-6f77fdc2dea0 a dho:Layer ;
+    dho:hasCharge1 dhd:90a61d9d-367e-4fbf-bf8f-bdc05d939d80 .
+
+dhd:4047bf52-fbdd-4974-ba47-adeef6a015fe a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:40654b09-e2ea-417a-926a-b973fde4ba9d a dho:Border ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:40a1abfc-e2f8-4c7a-b29c-655bab120a23 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:40a97215-687c-4f15-9aa3-d1810180c118 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:40d02da8-c9c2-4551-923b-6c8c2f97789a a dho:Layer ;
+    dho:hasCharge1 dhd:c4733307-0768-494b-b867-a22b6a1d5f8f .
+
+dhd:40d04752-2828-43e5-9c73-2b6b420bdaa3 a dho:Antler ;
+    dho:arranged dhd:32008379-a05b-4874-a8e5-b1b23f7ed321 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:40f388df-f356-49ae-9c3c-19d870b52282 dho:hasPattern dho:Compony .
+
+dhd:410f4033-a53a-4253-9794-ca6ea4f0d327 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:411a3098-2680-499d-a8ca-0a23df5513b7 a dho:Layer ;
+    dho:hasCharge1 dhd:fd92c5b5-852e-4ab9-b2e5-6601ca6e0004 .
+
+dhd:411b826f-65c7-4c08-b785-55eca2ea6747 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:411da98f-ff92-4c33-8122-58a23e583b7b a dho:Lion ;
+    dho:hasModifier dhd:d0d40b9a-a4c7-4812-ac49-5e27c2dcf98e ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:41249161-ad26-484d-90ee-ca21a6397aed a dho:Field .
+
+dhd:414ba82c-7957-4e06-b198-0ef989b2c234 a dho:Pale ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:4192f35e-a6bd-42bb-a8bb-8c03bc7d3c5c a dho:Annulet ;
+    dho:arranged dhd:492e6a22-be9c-4726-8807-5fc9295f2857 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:41c34d02-2621-401e-a856-35638ee5ea34 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:41c8b4bf-2a96-4aec-a8ab-4ad17743395c a dho:Layer ;
+    dho:hasCharge1 dhd:db9b0ff9-65c3-4c55-8707-aa85fd0348be .
+
+dhd:41de237c-cab5-456a-9bad-45bc8c1a00a5 a dho:Layer ;
+    dho:hasCharge1 dhd:63dfa73b-c64a-4070-aba9-9725b4b7b3ec .
+
+dhd:41e3062a-5317-4f88-a1b0-3c88d820e9c8 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:41f9e70a-a01b-4a67-88b9-3bb0e031f106 a dho:Lion ;
+    dho:hasModifier dhd:9f3184d7-b1c9-4850-822b-d7150ac9096f ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:41fc51ce-400e-4d65-b68a-bd9b1583e7aa a dho:Layer ;
+    dho:hasCharge1 dhd:40654b09-e2ea-417a-926a-b973fde4ba9d .
+
+dhd:420c48e9-8f98-4c99-bed1-95063de286c2 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:42587135-b048-446f-bf49-357ded2d6154 a dho:Couped .
+
+dhd:426233f2-2d27-4ea4-934c-063fe7a31e4e a dho:Layer ;
+    dho:between dhd:42417a7f-34af-4447-baaa-da3e75a8bfc3,
+        dhd:ad850498-2462-45a8-a9a9-a0afb00bb68d ;
+    dho:hasCharge1 dhd:b8c7601a-34a7-43f4-b1eb-57ce00baab33 .
+
+dhd:4271ee7f-650b-459f-b74b-c4a364312236 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:42a67183-583e-41f8-9d8d-0b5e252074b6 a dho:Field ;
+    dho:hasPattern dho:Chevronny ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:42a6d6ed-deda-4dd2-9efe-1999b22039ef a dho:Layer ;
+    dho:hasCharge1 dhd:f226dbdb-95a3-4e1b-b377-79e322127341 .
+
+dhd:42af8bf2-ee2d-49de-87ec-7739650e469c a dho:Layer ;
+    dho:hasCharge1 dhd:7e9683d7-5932-4d41-b98a-59dd4800b615 .
+
+dhd:42b4c94e-1d91-4f01-92f7-9e56c059d08b a dho:Passant .
+
+dhd:42cb4696-b321-4b43-860f-3d857da6b762 a dho:Layer ;
+    dho:hasCharge1 dhd:0636ace0-2d14-4532-9fcc-0a740a755c8b .
+
+dhd:42cfae3e-0d3a-40a0-a4f7-6e6780641423 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:42d08199-779a-435b-b760-44a998869d53 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:42db8fdf-4b4e-4285-bfb1-76834e77f000 a dho:Fretty ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:42e6dfce-2dce-4d03-a067-e33fa15ea2d0 a dho:Gorged .
+
+dhd:42ea188b-e1d4-4f87-a8a0-1df1ed1f38b6 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:42f5194f-56dc-4498-b513-654c227b12e3 a dho:Field ;
+    dho:hasPattern dho:Quarterly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Vert .
+
+dhd:4315e859-7c8a-44f6-9bff-692771592ba0 a dho:Lion ;
+    dho:hasModifier dhd:63af998c-3eab-4ed4-932e-fdd343272970 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:431c5f56-91af-46ff-ba43-6ac2e22a31c0 a dho:Lion ;
+    dho:hasModifier dhd:3c1794ae-b4af-4792-ae8e-72a59c5db30a,
+        dhd:c665679f-455c-459a-b9fb-5c1535e6568c ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:433a6927-9309-4944-a358-7a3f4214a578 a dho:Layer ;
+    dho:hasCharge1 dhd:23ab16a8-5285-469c-bafe-785554b0856a .
+
+dhd:433d70e9-2443-49d4-9842-5fb90d128066 a dho:Field ;
+    dho:hasPattern dho:Ermine ;
+    dho:hasTincture dho:Gules .
+
+dhd:43471e54-ab5b-4ea5-8c6c-49b3e62abeb1 a dho:Layer ;
+    dho:hasCharge1 dhd:198a7622-2e97-4a65-8bf9-d5043cd308b3 .
+
+dhd:43553db9-11be-4ff6-af4b-6f39caac89aa a dho:Layer ;
+    dho:chargedWith dhd:5de679ec-3d6f-4981-a2ad-560501434647,
+        dhd:ee8507b0-cdec-491b-8b6a-4a7684ea6104 ;
+    dho:hasCharge1 dhd:d2bf1bb6-275e-4e68-b733-23011221c907 .
+
+dhd:436ce8f0-4842-470c-83dc-b991c1af4bd1 a dho:Eagle ;
+    dho:hasModifier dhd:c10d4890-5ffb-4dde-b672-10c79c6749fc ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:437117bf-67d7-40ff-bac8-37bb57963799 a dho:Layer ;
+    dho:hasCharge1 dhd:4610a091-12df-4f3e-93bf-be4223af27a0 .
+
+dhd:43739fdb-bf20-4b79-ab53-86ac44ebc391 a dho:Layer ;
+    dho:hasCharge1 dhd:4d155be4-3d73-41d2-b1bc-fac7ad79f714 .
+
+dhd:43965e46-5ad8-49ea-a107-f83c40b04ec0 a dho:Lion ;
+    dho:hasModifier dhd:37791b1c-462b-44f4-bf0a-ceae610b8365,
+        dhd:94d07f79-097b-4a07-8010-520e6eeac113 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:43a2975c-51ea-4a4c-be92-d1418f801f13 a dho:Langued .
+
+dhd:43e68ee9-124c-42b0-b18d-db3f1071fc94 a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:43e72624-a82b-4a45-9465-be895df27064 a dho:Layer ;
+    dho:hasCharge1 dhd:b83c2bb4-daf4-4780-9481-fecde8d80440 .
+
+dhd:43f72892-c0ab-49d9-866c-364e2e282966 a dho:Fleur-De-LisOnPartition ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:44311cf5-cf73-4322-afbe-499ffcb94655 a dho:Layer ;
+    dho:hasCharge1 dhd:a4b530ef-b439-4ea3-83cd-27ed78052c6b .
+
+dhd:4446b8b5-6ea5-4b9a-8730-1c21095f7111 a dho:Layer ;
+    dho:hasCharge1 dhd:ac6c0575-29a2-4166-a2a8-13e656ccc393 .
+
+dhd:4451b163-5343-46bf-8a3d-b3453f6c3acf a dho:Armed .
+
+dhd:445c8a20-94ad-408a-be50-649cb0bd4c96 a dho:Lozenge ;
+    dho:arranged dhd:1d771365-9e69-4a1b-a24f-7f48ec020624 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:446edf26-780a-407c-b5c3-da136ccd947e a dho:Fess ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:44724955-6618-4fb8-9323-0350275375ba a dho:Field .
+
+dhd:448466b4-b198-4012-ac75-9e2adff99ced a dho:Field .
+
+dhd:4484abaa-3a68-408c-8adb-c538aea24ffe a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:448e3bff-ef54-4737-aa95-11bcedaca601 a dho:Layer ;
+    dho:hasCharge1 dhd:247c71ad-bdd1-473c-9fe8-5a3fafe9a1c3 .
+
+dhd:44975a80-de58-472c-873b-72ac0b6574ec a dho:Layer ;
+    dho:hasCharge1 dhd:fdbe19ec-d0a2-4134-aa57-d262ba682ef9 .
+
+dhd:44f178c4-f3d3-443e-9fe1-20a95e58057e a dho:Layer ;
+    dho:chargedWith dhd:c29ecbfb-a380-4bdf-b354-6b6d3ab71443,
+        dhd:f6ae64a0-c802-41aa-8839-4679420ab696 ;
+    dho:hasCharge1 dhd:d50176c2-f3a2-44a3-ae68-7a7d1d2deb83 .
+
+dhd:451c199f-6a41-4c87-90d7-6ab91bdab5db a dho:Layer ;
+    dho:hasCharge1 dhd:54b09425-e547-4d15-90c3-3256ec739afa .
+
+dhd:454e1d1a-ac9b-4078-968d-0ad405558e7e a dho:Lion ;
+    dho:hasModifier dhd:3ab5fa36-d44f-4183-a3c6-18c4c6b93c06,
+        dhd:6f0f25a5-8f8c-4f06-bdbd-a3b2069379a9,
+        dhd:9ac9d29e-b414-49d3-b85b-a38d87ff3496 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:456b4ed5-b829-49d5-bf59-a08631c11f18 a dho:Cross ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:458f157f-30f4-4ea7-b836-1c9e1be64b77 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:459f803a-3f07-43cc-9fb5-ef9ac3121933 a dho:QueueFourchy .
+
+dhd:45aca6c1-22b6-42de-82e8-99f1122d41fd a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:45ae1689-ae7e-49e0-9e75-ce051846c7ec a dho:Chief ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:45bfb15c-d78a-4779-a0c0-6609e66b96d0 a dho:Fess ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:45ce5ce3-9473-4b29-9bbc-00ec795bb301 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:45d7ab82-8d01-47a9-b0e0-2f2fba9a8108 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:45d9963d-fe7b-4661-bd9e-cc537aa6f060 a dho:Crowned .
+
+dhd:45f9a4cc-8f73-4385-8ef3-5d06110d9ba0 a dho:Layer ;
+    dho:hasCharge1 dhd:7f53eb29-0af5-471c-9ff5-085c20dfc85e .
+
+dhd:4602d87d-2e1b-42a6-ae40-8c85499a0d7f a dho:Layer ;
+    dho:hasCharge1 dhd:e5786d9f-c2ea-4e94-be56-53fa2ef7ab76 ;
+    dho:on dhd:36953cb2-c08d-4e09-aab3-17620d196b49,
+        dhd:6679bac8-9dcf-4efb-b8ac-05427d0f505c .
+
+dhd:4610a091-12df-4f3e-93bf-be4223af27a0 a dho:Bend ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:4628cceb-a7c7-4a06-a897-759f28334241 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:4636ffa3-291a-49af-ad9a-81320cdfaa9b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:467ab80e-e20f-4d41-9f4d-e2f66b89bf23 a dho:Nettleleaf ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:467bbaa0-5129-4312-9daa-0ceb3f72e8c3 a dho:Lion ;
+    dho:hasModifier dhd:d43af1b2-18c5-46f2-b681-e004c2da2bb7 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:467e5fa7-511d-49c5-a94d-ca148121b1e3 a dho:Nimbed .
+
+dhd:467f9b31-3785-4d6c-8edb-051022eee0bc a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:4683fe7e-b967-4c36-a258-cf709d7fbf6e a dho:Crowned .
+
+dhd:46860837-6fca-4a6d-a639-da8824c2fd71 a dho:Crowned .
+
+dhd:46909ff1-2e77-47a0-81b4-a18aff41c8c4 a dho:Layer ;
+    dho:hasCharge1 dhd:547fa6b7-679d-4b02-8f0c-14e4f0b3ee45 .
+
+dhd:46944245-377f-4f78-b9f5-aa763c5189e5 a dho:Layer ;
+    dho:hasCharge1 dhd:5a85c5be-96ca-4cfb-a7da-c483ac50c39b .
+
+dhd:46bf7a95-5323-4937-8103-90493647c260 a dho:Addorsed .
+
+dhd:46eb6c90-b807-4497-88b2-091115fd7ff5 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:473ee2ce-5e9e-423d-a705-60c408764726 a dho:Field ;
+    dho:hasTincture dho:Missing .
+
+dhd:4752f4f9-e028-4783-87a2-5864ff8398f2 a dho:CrossMoline ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:475683ef-870c-4451-9438-9bd125a4ec26 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:476bdedc-8e1c-45c8-8b0e-b4d7e1c1bd0c a dho:Lion ;
+    dho:hasModifier dhd:64092b84-1e15-4569-bafe-20fb2fc41fff ;
+    dho:hasTincture1 dho:Or .
+
+dhd:477abaf6-3b72-4544-b432-0d88761392bd a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:478a3340-1b3b-4ebb-a08d-a58c642dd596 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:47cb85c3-2f72-4380-9847-7ee42fb16cfe a dho:Lion ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:47cd52c5-5015-4cff-97d4-55a1ea25bdf6 a dho:Layer ;
+    dho:hasCharge1 dhd:899eca30-2245-4d5a-9ad9-dd600a78ea61 .
+
+dhd:47d141d1-db5b-463e-bdc7-33626f0bc1de a dho:QueueFourchy .
+
+dhd:47de9685-5389-494f-bb07-3b9e9c5ca7cc a dho:Layer ;
+    dho:chargedWith dhd:6a7b8a69-e5c9-4765-ac53-41988b5cf528,
+        dhd:cac667b7-209b-492c-92f7-f576690ea6ab ;
+    dho:hasCharge1 dhd:655561cf-adce-42f9-be4b-48ae5f40659f .
+
+dhd:47f9ee9c-6ec8-4a1f-9634-d09aa49bb640 a dho:Layer ;
+    dho:hasCharge1 dhd:17d4167a-fc9c-4d02-b533-c0a5510f5c1c .
+
+dhd:47ff1fec-5d6d-4eba-860a-98c8c1e6d9bd a dho:Layer ;
+    dho:hasCharge1 dhd:e8ee33fe-e25b-4277-bf8b-e904d3ff911a .
+
+dhd:4820cd61-2ea2-4bbb-9648-1940210d362d a dho:Layer ;
+    dho:hasCharge1 dhd:24af1295-62d0-445f-9af6-793f8d983fb9 .
+
+dhd:48512ff2-702c-4416-88d2-66131afa5982 a dho:Fess ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:4859526b-0df4-4f08-88a7-6953cb6750a4 a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:486ca259-521f-426f-b0d1-0f88a120e040 a dho:Canton ;
+    dho:hasCoatOfArms dhd:CoA0000006037_CoAF1 .
+
+dhd:487fe6d6-7a79-49cc-b472-36ef45ade719 a dho:Border ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:4881ab74-5d68-4a67-ae48-d136661f8aea a dho:Field ;
+    dho:hasPattern dho:PerBend ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:48881683-0a52-4e32-939a-0e8f9cc7d6fa a dho:Layer ;
+    dho:hasCharge1 dhd:431c5f56-91af-46ff-ba43-6ac2e22a31c0 .
+
+dhd:4895437b-2532-4493-bf91-fdf79fab97b1 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:48b81739-18da-4632-b335-62ac86c2f780 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:48d3b90a-060f-4b4c-9ba1-cb91ebf6e7b7 a dho:Layer ;
+    dho:hasCharge1 dhd:71f521d0-1055-4a49-ab09-79e66b2d4005 .
+
+dhd:48d56caf-89d2-4a87-8a6d-b2e82ee128c6 a dho:Layer ;
+    dho:hasCharge1 dhd:e8a21862-975d-4d4f-b8a5-24bc89414a58 .
+
+dhd:48df4f5c-2508-4d40-9554-c90a622a75fd a dho:Fleur-De-Lis ;
+    dho:arranged dhd:5ec22025-238e-4134-a2a8-33c7819918fb ;
+    dho:hasModifier dhd:42587135-b048-446f-bf49-357ded2d6154 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:48ef95f6-6dc8-4b05-8c52-a22e1ec8bb28 a dho:Layer ;
+    dho:accompaniedBy dhd:5aa25c71-4fb5-44e3-9f55-49c0ffa707b1,
+        dhd:be2b2ddc-4d2d-4044-825e-ebd745ac9ff4 ;
+    dho:hasCharge1 dhd:4ba5956d-7f10-4285-94dc-c1b6ebc8b955 .
+
+dhd:4903affd-dd81-48c0-a65d-0e366042a4aa a dho:Pale ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:49087a73-5f3f-47b7-a9bc-5eef9785c340 a dho:Crowned ;
+    dho:hasTincture dho:Gules .
+
+dhd:4920ac21-3f18-4175-a5b2-fb46d19cb7d8 a dho:Lion ;
+    dho:hasModifier dhd:14a27566-f0a3-417d-a9b0-09bdf9e7de75,
+        dhd:da6bbe9f-a0fd-4954-898e-a833beacad15 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:4921d759-cf99-48b4-8e4f-8ea85a582a3e a dho:Layer ;
+    dho:hasCharge1 dhd:45ae1689-ae7e-49e0-9e75-ce051846c7ec .
+
+dhd:492e6a22-be9c-4726-8807-5fc9295f2857 a dho:InBend .
+
+dhd:492e9485-3dda-485f-b6c0-526e9d961751 a dho:Layer ;
+    dho:eachTippedWith dhd:46b7d9fd-02d2-435c-b993-52efbd02e155,
+        dhd:d560a9e9-9c1e-4d4a-bc7d-3fbc7e12f6de ;
+    dho:hasCharge1 dhd:3278df63-da5c-4d6a-8909-eb8ff74b563d .
+
+dhd:493c4b02-ca46-4afa-8031-7ec0b0395241 a dho:Field ;
+    dho:hasNumber "of 4" ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Or .
+
+dhd:494401e3-1a3e-461f-919f-96b386023984 a dho:Layer ;
+    dho:hasCharge1 dhd:28fd5234-8334-4d68-b3f9-5712c6db8b06 .
+
+dhd:49591a63-c251-4fc0-97d6-dd9626f27e7a a dho:Cross ;
+    dho:hasTincture1 dho:Or .
+
+dhd:495c890d-54af-402f-a94d-902955986476 a dho:Layer ;
+    dho:hasCharge1 dhd:c9120ef3-e222-44ea-90de-7b11627d2d8f .
+
+dhd:495e0150-67ed-4a41-afea-bbfddcf6875e a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:49736cfc-92b8-4838-bc02-5ac330e30c8c a dho:Passant .
+
+dhd:49749e72-8b2a-4bb7-83dc-3a25603e6a26 a dho:Border ;
+    dho:hasPattern dhd:e0197e25-7197-4cbb-afbf-a5f8eb727129 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:49c93869-fb89-4379-8ab3-8fcf334b42d5 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:49d2aed1-7af1-42bd-abbd-e94389eb981d a dho:Layer ;
+    dho:hasCharge1 dhd:49749e72-8b2a-4bb7-83dc-3a25603e6a26 .
+
+dhd:49d7bc59-bffd-4248-8819-8eef0132c526 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:49e21873-5100-4d54-bd17-72d15753a7fe a dho:Guardant .
+
+dhd:4a306bf6-2349-463b-b695-85fded62e238 a dho:Layer ;
+    dho:hasCharge1 dhd:d05b39b4-69ef-4cf1-9eaa-d0ba7c87f64a .
+
+dhd:4a36109f-bb83-40f7-83dd-853a59b23f06 a dho:Label ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:4a39b96f-ce90-407e-9404-278cbaa11b31 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:4a8662fb-6f66-4a18-9a40-ef32fcc9ff49 a dho:Layer ;
+    dho:hasCharge1 dhd:572098f7-5934-4dc0-898d-a58ba35bb9fa .
+
+dhd:4acf4527-2a12-4e30-ac52-e7d8a56ef571 a dho:Layer ;
+    dho:hasCharge1 dhd:927e7bda-5b41-421b-af01-9a7cb2f19c90 .
+
+dhd:4adc03bf-51e9-4bd4-84ba-3a080ec7ea6d a dho:Armed .
+
+dhd:4b5abadf-673a-4d01-a2cd-27890fa5b47b a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:4b5c2741-1cc1-4e90-ad8b-933c81c45f1d a dho:Label ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:4b728a39-96bf-4222-82cb-335d82873e18 a dho:Chevron ;
+    dho:hasLine dho:Grady ;
+    dho:hasPattern dhd:1359515b-97b8-4e87-84a5-48c68938cb5a ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:4b7b7aba-a66e-4013-b379-ee3b57c61d9d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:4b81cc75-7419-47df-b127-d9144791716e a dho:Crowned .
+
+dhd:4b8d3e70-2d5a-40ae-bc52-7823c949e59c a dho:IbexHorn ;
+    dho:hasModifier dhd:3b1ed0b9-b30f-42e9-8a44-d432a66c52d1 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:4ba5956d-7f10-4285-94dc-c1b6ebc8b955 a dho:Lion ;
+    dho:accompaniedBy dhd:5aa25c71-4fb5-44e3-9f55-49c0ffa707b1,
+        dhd:be2b2ddc-4d2d-4044-825e-ebd745ac9ff4 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:4bc3e283-2ca6-48a1-90f0-d5869a72b738 a dho:MaunchFisted ;
+    dho:hasTincture1 dho:Argent ;
+    dho:holding dhd:66b4f8cb-8690-4032-842d-eb504412bc0f,
+        dhd:d4078e33-b770-4637-a370-b919df3ce7e8 .
+
+dhd:4bc736ef-7422-4f33-a86d-d930138069c7 a dho:Layer ;
+    dho:hasCharge1 dhd:d7c3cf34-3838-49f6-90fa-ac89bb7c45ac .
+
+dhd:4bf3ea89-584e-4d13-b195-6322bc654825 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:4c2f106e-3e0c-4f41-a5d1-bcdb54bed84a a dho:Layer ;
+    dho:accompaniedBy dhd:6c57ea45-41b3-49ae-9d2b-f0e69126ee43,
+        dhd:f9d7a0c6-0e0f-4a9e-9d76-81411559504a ;
+    dho:hasCharge1 dhd:7734c31d-32ef-44dd-9e93-3da73b29f979 .
+
+dhd:4c35fbfe-594c-408a-bc38-6185a22513f9 a dho:Border ;
+    dho:hasPattern dhd:5360aa6a-56da-4298-9b78-5a2064dbb96a ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:4c542803-9015-4a3e-b43a-7209c6b3df47 a dho:Armed .
+
+dhd:4c609b3f-adb8-4288-8b6f-0b3dbc24d07c a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:4ca661c9-109b-4d93-91ed-c66005de4934 a dho:Bend ;
+    dho:hasPattern dhd:0b0cc1e3-c99e-40d9-b4f5-6f5da088fd88 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:4cb30439-8614-4ea8-9838-cb0efe25f503 a dho:Lion ;
+    dho:hasLine dho:Dexter ;
+    dho:hasModifier dhd:815ce8d1-f7ca-472e-b109-3b38371faf7c ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:4cc54f60-e672-4f41-a9dc-f6519e799b01 a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:4ce14910-f95e-4030-bd84-80919e724969 a dho:Barbel ;
+    dho:arranged dhd:46bf7a95-5323-4937-8103-90493647c260 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:4ce6eb2b-21b4-4f06-911d-1e54e1c1976b a dho:Layer ;
+    dho:hasCharge1 dhd:0d9529d3-8204-4439-9bad-72925a73de5c .
+
+dhd:4cf16eb2-53f0-4570-92da-f3d17132bee1 a dho:Layer ;
+    dho:hasCharge1 dhd:4b8d3e70-2d5a-40ae-bc52-7823c949e59c .
+
+dhd:4d0ffddf-bc4b-489c-abc8-35888d193f9d a dho:Cross ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:4d155be4-3d73-41d2-b1bc-fac7ad79f714 a dho:Dolphin ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:4d1adff2-70e2-46df-88fe-bdecaab23216 a dho:Guardant .
+
+dhd:4d4136b2-28ed-48d5-9719-67e86372c7ff a dho:Naissant .
+
+dhd:4d426862-a5f9-467c-8df2-28ffae7cdcaa a dho:Layer ;
+    dho:hasCharge1 dhd:62d43afe-786a-4287-9488-a76612604f4d .
+
+dhd:4d55f5f2-f25c-4ca0-853a-5fdce1a63288 a dho:Pale ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:4d5f0c1a-0308-479c-bc18-6cb3defac3f4 a dho:Lozenge ;
+    dho:arranged dhd:2058c30c-d5c2-4c1f-949b-1ee9435e59f5 ;
+    dho:hasNumber 7 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:4d7fbea0-6fd6-4a45-a128-326e5720f335 a dho:Layer ;
+    dho:hasCharge1 dhd:31f5ff93-4d60-4836-96e4-c8362f3096e2 .
+
+dhd:4d94305c-864c-4af4-81c5-e61cbcb32dc2 a dho:Stringed .
+
+dhd:4db6410b-d367-49e8-b0e6-1e7fe08ba475 a dho:Layer ;
+    dho:hasCharge1 dhd:91fca4dd-8e52-4022-bea4-cb35d8728434 .
+
+dhd:4dc81ac2-b3ec-471e-8bbf-2f6f42fc5da4 a dho:Layer ;
+    dho:hasCharge1 dhd:ceeed29e-3c59-4ab3-a110-f32d2c03d2cf .
+
+dhd:4dcc8dc1-54a7-425d-b800-8ade69b7da86 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:4dd50366-1ac0-4cc1-87b7-f545485511df a dho:Layer ;
+    dho:hasCharge1 dhd:85869e93-1f47-4f3a-94f4-3403037642bf .
+
+dhd:4df595c8-83d4-4ff1-8b93-f5378506e86f a dho:Field ;
+    dho:hasSeme dhd:b73c4a62-d52c-4626-9353-9eedcb8291f2 ;
+    dho:hasTincture dho:Azure .
+
+dhd:4e098c00-7793-40c1-b3fe-d189b2a0639f a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:4e32a735-f404-433b-a770-cb7224209c12 a dho:Layer ;
+    dho:hasCharge1 dhd:a8b4e4ad-f829-402a-b1fa-a38decfe2a0b .
+
+dhd:4e4ccb9c-e7af-4d93-a43a-4ab31ad3651c a dho:Layer ;
+    dho:hasCharge1 dhd:fcc5688b-1ee8-49ee-b01d-aa6f4d8bae91 .
+
+dhd:4e8dad30-b0b6-4b16-b04a-acef3b224f02 a dho:Bendwise .
+
+dhd:4eb3d13a-7af2-45a1-abec-a5835dba9a57 a dho:Layer ;
+    dho:hasCharge1 dhd:107fb0e7-c2b1-4bac-aadf-5541174b4f95 .
+
+dhd:4ec5ce24-2a64-47cf-9ef3-7ce7e6b38249 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:4f38d5c3-8ecf-4ceb-8e21-ffcaf4c6fd89 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:4f52b773-fd74-43f7-961a-fba6e12287cb a dho:Passant .
+
+dhd:4f65b56d-5757-4df9-be13-f5ee96ab167a a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:4f772125-7d1f-4442-b0e1-55c3025c86cb a dho:Field ;
+    dho:hasTincture dho:Vert .
+
+dhd:4f991179-edd6-4c15-bc28-a57d81ca8ae5 a dho:Dragon ;
+    dho:hasModifier dhd:0ac8661c-2ad5-4c6f-9672-8f589a94b9ee,
+        dhd:de079183-7bc2-4f51-bb8b-6d4b5aa143b4,
+        dhd:eef634ac-581c-4082-9fb4-1bd6634c06f7 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Or .
+
+dhd:4fb3adbb-23ea-4882-8237-cbf313631fa0 a dho:Layer ;
+    dho:hasCharge1 dhd:952332f7-a422-4fc8-ac12-6eae186c1893 .
+
+dhd:4fb813fb-5169-4694-968c-8b73ed7e498c a dho:Layer ;
+    dho:chargedWith dhd:8d9357b8-34ec-4b74-b259-f6491bb747e4,
+        dhd:defc4094-af66-4e99-9f92-32dc42085388 ;
+    dho:hasCharge1 dhd:69d50d6f-d9fd-488f-9a30-236cc31f1a3d .
+
+dhd:4fce4f50-f80c-44a5-b402-1c881bb17570 a dho:Layer ;
+    dho:hasCharge1 dhd:84c2df53-151e-4990-95a3-e68ba4d037ce .
+
+dhd:4fd5d7cc-30d5-4222-978c-31d3e82a77fd a dho:Field ;
+    dho:hasTincture dho:Missing .
+
+dhd:4fe18422-d4d0-4727-bf64-ced67b2405a8 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:4ff69d9b-149a-4e95-b849-f22641777547 a dho:Rampant .
+
+dhd:500a14cd-766c-48d2-a82f-bfcb77067909 a dho:Field ;
+    dho:hasSeme dhd:08775528-27e0-4f43-959b-8d95f10ce9c8 ;
+    dho:hasTincture dho:Or .
+
+dhd:50150eb5-4783-47f2-a2bc-129482ae0327 a dho:Field ;
+    dho:hasPattern dho:Vair ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:501b1636-ba6d-4c4b-88aa-7bd40f3c129d a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:5036b577-09d7-4e22-a886-84387a1e1e31 a dho:Layer ;
+    dho:hasCharge1 dhd:88ea8127-940a-4841-b288-50b9d93b6127 .
+
+dhd:504cda26-a466-4ed8-bfeb-e346ee2544b1 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:50599937-5ff0-4776-9a65-308bbbd8ec60 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:505aa09e-b7e9-424e-bd74-1df78f2e2659 a dho:Layer ;
+    dho:chargedWith dhd:be28b890-8b53-454d-9024-4bf514db69e8,
+        dhd:dad060ab-30d5-41dc-adab-c3b479379ba3 ;
+    dho:hasCharge1 dhd:240143c7-27fe-4fd4-94f9-d9d3fe9c071c .
+
+dhd:506d4856-9d3c-448b-baf1-8bd518b91c49 a dho:Lion ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:5082480d-0e6e-4a8c-8aa5-5ac29a642d37 a dho:Layer ;
+    dho:hasCharge1 dhd:76f4cf87-66fb-471b-9873-76d204001eda .
+
+dhd:509be1e7-9038-4b3b-98a1-3d158ccee8b7 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:50a576e5-ec5c-45b5-baed-4e1fb70913cd a dho:Rampant .
+
+dhd:50a82b82-5c36-4b5d-8ea1-4a50bbd38468 a dho:Layer ;
+    dho:chargedWith dhd:0aef9314-2bfb-416a-a097-49b987ca7276,
+        dhd:2e0d6ac0-e236-4723-a7f4-68f479129ab0 ;
+    dho:hasCharge1 dhd:e71617fe-0cfc-4d77-9017-45060f147aab .
+
+dhd:50b1653d-a675-4806-8631-6a5bfbf61b27 a dho:Segreant .
+
+dhd:50b6aa9d-4cf4-48fa-8676-d6e0752f35bd a dho:Layer ;
+    dho:accompaniedBy dhd:2330b8d3-7780-48e8-8f8c-2a4f1c6f47ad,
+        dhd:43147193-5dee-41db-bb0f-16e748ff02ff ;
+    dho:hasCharge1 dhd:cfd1ff2a-c6f2-437a-ac48-fd33cc3e86d2 .
+
+dhd:50b9734c-55e9-40d5-abb7-479ecd9f08f9 a dho:Lion ;
+    dho:hasModifier dhd:6a56294f-00dc-459f-8ea4-3eb7dbd85f44 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:50bc54ef-6d0d-48be-9e04-0dacc670490f a dho:Layer ;
+    dho:hasCharge1 dhd:c49a1a09-f502-4f36-8d52-58a414d0f002 .
+
+dhd:510b64af-2db6-4be1-962f-1ff893ff0423 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:510c19b4-0200-4926-95d3-226754157a15 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:51565890-370e-420a-bb6c-a4a7ce624ecf a dho:Layer ;
+    dho:hasCharge1 dhd:e6e125d9-5947-4eb3-8437-4be83fb91287 .
+
+dhd:5161747e-92d1-4e2e-80d9-e8b9d23a7547 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:5161e61b-b409-40b9-ba9f-1baef5df39cb a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:5194507f-6afe-4fa1-972a-44a41f8565a8 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:51ad4848-6000-471d-bb90-29a78ba015b3 a dho:Rampant .
+
+dhd:51b3dba3-c0c4-4810-8c5f-776cd15c6ca8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:51d8c71b-cbef-45b3-b2aa-4fbf0fd8ef0f a dho:Layer ;
+    dho:accompaniedBy dhd:45f7f1c7-8bf0-4101-bec3-95e3472718e9,
+        dhd:708e9e5d-ef36-4807-900c-e0054ffaf2ea ;
+    dho:hasCharge1 dhd:01872712-9419-4d0f-8e79-7da4e5d21ae6 .
+
+dhd:51fa1506-182a-4089-9432-98ebd585baf2 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:52153d56-4588-4b8f-bc3f-680231d812cd a dho:Layer ;
+    dho:hasCharge1 dhd:b38c08e6-b011-4529-b5fa-0b357fdbe963 .
+
+dhd:521e0df8-b8f9-405b-8ec5-fd28f51866b7 a dho:Star ;
+    dho:hasModifier dhd:1de54677-4d5f-4fa6-9081-6a930e8e5733 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:5227c4b9-eea5-4ce8-a63a-420cea05257a dho:hasPattern dho:Compony .
+
+dhd:525b490c-265e-435f-8411-a932cf4ce11b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:525bf4d8-be1c-4b1e-a509-bf776354bde9 a dho:InPale .
+
+dhd:52712c18-e1f3-4990-9e60-a6560fdc723e a dho:Field ;
+    dho:hasTincture dho:Ermine .
+
+dhd:52a02d9b-e544-45af-8def-0f93369f62be a dho:Doubleheaded .
+
+dhd:52a89b35-1885-485e-b137-0d881293ba37 a dho:Crowned .
+
+dhd:52adecac-1667-440e-8e93-6d03627268b0 a dho:Layer ;
+    dho:hasCharge1 dhd:e85f7902-eb0a-48dc-a765-c76b27dfcad1 .
+
+dhd:52b8699c-1574-46a0-910e-f0c1bec300d6 a dho:Empty ;
+    dho:hasPattern dhd:337d754b-24d8-4a87-8b2d-18504ff19183 ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:52b8ff73-cea6-497e-9232-2319135a2982 a dho:CrossOfJerusalem ;
+    dho:hasTincture1 dho:Or .
+
+dhd:52f21eb4-abe8-4009-a5f9-264c962c1c76 a dho:Layer ;
+    dho:hasCharge1 dhd:dba73f31-ed96-47c9-822a-724f61d4a503 .
+
+dhd:52f5c95c-af83-49a7-8bce-3cba5f035355 a dho:Rampant .
+
+dhd:530e7aa2-4de5-496e-8fda-fa582fc1710e a dho:Lion ;
+    dho:accompaniedBy dhd:80527bd6-2624-40c7-8a9a-6fcc5777983e,
+        dhd:a8a5f38e-1355-4b35-90e9-d8c65120e9af ;
+    dho:hasModifier dhd:e61e83dd-6889-46b1-8938-2731744e27d2 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:53100e57-51b4-470d-970b-e50dc858bf98 a dho:Layer ;
+    dho:hasCharge1 dhd:b3f1dd80-88b5-4c64-a7f9-f5a101a0d4ff .
+
+dhd:5360aa6a-56da-4298-9b78-5a2064dbb96a dho:hasPattern dho:Compony .
+
+dhd:53ab0369-62d0-4404-a78d-517657b6f426 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:53b4204e-1da9-424c-b56a-eaa8ea9f8a98 a dho:Lion ;
+    dho:hasModifier dhd:ab014b8b-75ee-431d-b5cb-94d98fb26297 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:53c213a9-bc88-4c60-9fa4-bdb84a527d46 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:53c4ab1f-c4fd-4f56-b246-3541be3eeb0c a dho:Layer ;
+    dho:hasCharge1 dhd:6ca315c3-e85b-4e39-88ae-4adbffacedce .
+
+dhd:53e21391-0baf-4569-b4e6-b7580521c161 a dho:Eagle ;
+    dho:hasModifier dhd:467e5fa7-511d-49c5-a94d-ca148121b1e3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:53fa2e94-5b16-461a-877d-972ae4e481bf a dho:Layer ;
+    dho:hasCharge1 dhd:067b8c09-df49-4c4e-b50d-551e2a9ef63e .
+
+dhd:54315cbc-c617-44d6-b4a7-fdae60582b22 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:5444b4cd-e50b-448a-b533-4e2a021a145f a dho:Rampant .
+
+dhd:5460845e-eb1e-4ca4-96e0-55bdd74b5e07 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:547fa6b7-679d-4b02-8f0c-14e4f0b3ee45 a dho:Border ;
+    dho:hasTincture1 dho:Missing .
+
+dhd:548c001b-f483-4ee7-b634-a976b78cd737 a dho:Field .
+
+dhd:54ae55a4-ce93-48ae-b84d-49076b4c97a0 a dho:Border ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:54b09425-e547-4d15-90c3-3256ec739afa a dho:Roses ;
+    dho:hasTincture1 dho:Or .
+
+dhd:54baa5e1-3695-4da2-83a0-50c5d76df908 a dho:Field ;
+    dho:hasSeme dhd:57dabca6-19e0-4a8a-9f05-2f5b62a33ac7 ;
+    dho:hasTincture dho:Azure .
+
+dhd:54c6228f-7c33-4d9b-abf6-6d76e5bbe1e0 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:54ca1c8d-a040-4049-8043-fb40801e4552 a dho:Rose ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:54ccba57-5d9d-4372-b41a-32d5a598744d a dho:Field ;
+    dho:hasTincture dho:Ermine .
+
+dhd:54ed564d-4375-40f9-abe4-0fbc7fb61717 a dho:Layer ;
+    dho:and dhd:5573f87a-eb08-4982-a5c4-10975f697497,
+        dhd:dc4de3e1-3a68-47cc-870b-f01db6fe6ee2 ;
+    dho:hasCharge1 dhd:9d99e998-a5db-4c14-83c8-4aded81f5c35 .
+
+dhd:54f2dd3e-9032-4690-b7b6-6299f13288a4 a dho:Layer ;
+    dho:hasCharge1 dhd:575819af-102f-45b9-89ff-b944bf928b8d .
+
+dhd:55288c26-feb7-4f46-b595-21209e21ca31 a dho:Layer ;
+    dho:hasCharge1 dhd:2ed5fc49-da9f-42f6-8031-11d9248ba241 .
+
+dhd:553a6d0c-42a5-40d9-a31e-77937c30242f a dho:Langued .
+
+dhd:553b5046-49e9-4e34-a28e-68cc9e287638 a dho:Rose ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:5553fada-d98d-479f-89e0-c6401ae7509c a dho:Layer ;
+    dho:hasCharge1 dhd:ba0c62b7-11e5-4118-afea-86a2c74b298f .
+
+dhd:555e5f4c-412a-4f9b-814c-fbe89a887cee a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:556f2008-b8cf-4081-8a25-2bdd78f26340 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:557830b9-f196-463b-a6ed-75248ed27cee a dho:Bend ;
+    dho:hasTincture1 dho:Or .
+
+dhd:557cdc16-a440-4a7a-bdea-10039521c1fd a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:5580a0c4-36ee-4477-8c52-40d5abfe161d a dho:Lion ;
+    dho:hasModifier dhd:919ae0cb-65ec-4553-9223-dd25ffd4c531,
+        dhd:d39dce09-bfd0-4f6c-a8c8-6ed888a23aa5,
+        dhd:f297a308-ed7a-49d5-a053-a306d62d5fa8 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:5585051b-b0e2-4471-ac2d-f3eea70565b3 a dho:Layer ;
+    dho:hasCharge1 dhd:6d80e2fa-3775-48e5-acf5-e303551e6fde .
+
+dhd:55977aba-0055-4393-96a7-37d8c1882f8f a dho:Rampant .
+
+dhd:559bf37d-fa21-445f-a901-3e10eb4d3849 a dho:Lion ;
+    dho:hasModifier dhd:51ad4848-6000-471d-bb90-29a78ba015b3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:55d568de-e6eb-45ca-9671-87082b3734fc a dho:Layer ;
+    dho:hasCharge1 dhd:12e43ed9-f3ce-44f2-891b-5b59c806925c .
+
+dhd:55f2366e-95c8-4589-8e3c-f966640cf429 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:5602c712-f47d-4399-bc5c-7611418e0b32 a dho:Layer ;
+    dho:hasCharge1 dhd:39f07173-e0f9-470f-acd4-9ef68518b22d .
+
+dhd:56279599-2304-4732-acb9-8691a39af3af a dho:Layer ;
+    dho:hasCharge1 dhd:4315e859-7c8a-44f6-9bff-692771592ba0 .
+
+dhd:56363213-75ad-4c19-9f53-414f2cedebc9 a dho:Langued .
+
+dhd:568e33a5-565f-4fe0-af6c-b3012f94b8c1 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:56902bff-3f52-44d6-b5d5-a37c7033297b a dho:Layer ;
+    dho:hasCharge1 dhd:36fb13b7-1adc-49ea-a046-e356ac545a7e .
+
+dhd:56912108-3715-4d4f-b8af-b1d12906c08d a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:56ab684f-5b50-4f91-8f22-a58de0140c24 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:56dbab79-2406-4aa7-a32e-9999fca6f1b3 a dho:Cross ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:56e01896-8068-49ad-8a5d-17fe02a313e7 a dho:Fess ;
+    dho:accompaniedBy dhd:c00948b0-ffcc-47be-8467-f8a12ffca450,
+        dhd:e4632650-ea40-455c-a576-7a8b5273db1c ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:56edaa1f-5098-43d1-8355-5f79194b7f1c a dho:Fess ;
+    dho:hasPattern dhd:e5cd5cd5-0b69-4ace-adde-2d4646ca2054 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:56f8e4b5-f3f7-49ad-82ad-61be0a8970cd a dho:Layer ;
+    dho:between dhd:12495156-8b62-43e2-80a7-065734f1ab69,
+        dhd:46a7c116-61ad-486e-b0ee-2cfde211a471 ;
+    dho:hasCharge1 dhd:a5f17017-d1bf-4ade-b816-06b01aa6aa02 .
+
+dhd:572098f7-5934-4dc0-898d-a58ba35bb9fa a dho:Lion ;
+    dho:hasModifier dhd:2ff8071b-e3b2-494f-b741-ba7980cb9356,
+        dhd:9bb303f1-94d5-46b5-8346-617b173ce68e ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:572a9752-7260-47b8-b9be-df585796369b a dho:Field ;
+    dho:hasModifier dho:Countercharged,
+        dho:Inverted ;
+    dho:hasPattern dho:PerChevron,
+        dho:PerPale ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:572b6518-b51e-4cdb-a55e-012572cd0c81 a dho:Layer ;
+    dho:hasCharge1 dhd:c51c10d5-da53-4254-a59e-8b577a33edaf .
+
+dhd:575819af-102f-45b9-89ff-b944bf928b8d a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:577ad518-1057-4092-8e03-64de8cbf6f49 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:5789ca90-3fcf-4a7b-bdad-3f6da49e1918 a dho:Saltire ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:578ee88e-c776-48d6-83b3-1dfbb5fde9a7 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:57ca7bde-7d8f-4f1d-a001-c26e333d8823 a dho:Layer ;
+    dho:hasCharge1 dhd:6b7f9e07-7fd8-454e-a5a7-6fba23c449fc .
+
+dhd:57dabca6-19e0-4a8a-9f05-2f5b62a33ac7 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:581f116d-5117-4ef1-b71c-036f843aead9 a dho:Layer ;
+    dho:hasCharge1 dhd:1e1ea293-a1ae-4cee-bef1-084bb69fa72e .
+
+dhd:58352dc1-84e7-4e3c-bec3-7a8e62c212e9 a dho:Stringed .
+
+dhd:583bff8b-bd22-4d13-b3e1-f6ad4be9634b a dho:Layer ;
+    dho:hasCharge1 dhd:9b525104-1add-4df3-85f7-f9c772e26518 .
+
+dhd:583df9f8-f930-4ba5-a186-91cbbdece82c a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:58520cd5-97fb-47e7-8c91-41a49d4dfc4b a dho:Lion ;
+    dho:hasModifier dhd:84bb94d9-c14a-441d-befb-78d90e44672e ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:586024fb-8dc8-44c5-8dce-438fd03de97b a dho:Layer ;
+    dho:hasCharge1 dhd:8831d389-4d4b-4896-a98d-b431b91c9df9 .
+
+dhd:5861643a-e701-48a4-9661-975effca61e9 a dho:Layer ;
+    dho:hasCharge1 dhd:21d5e1dc-4cd3-408d-bb3c-828c6c67cbdb .
+
+dhd:5880a6c8-c37a-41c8-8f56-0947657d4b51 a dho:Field ;
+    dho:hasPattern dho:Demi-Gironny ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:5881c021-2557-4fc0-bd9e-091742fe167c a dho:Crowned .
+
+dhd:58830c24-b585-4803-957b-bef06301c395 a dho:Layer ;
+    dho:chargedWith dhd:3845e4b8-2cf5-4273-9bcf-eb1921b68799,
+        dhd:8892d1dc-1809-4e6f-935a-db796f6effa4 ;
+    dho:hasCharge1 dhd:8cc91c01-aa63-4fed-bc45-cc751cc32893 .
+
+dhd:5888bd32-3ccb-4a83-a085-3951e75ed1eb a dho:Layer ;
+    dho:hasCharge1 dhd:0eb1dc12-2e6c-4c1e-a541-5ca34544b7db .
+
+dhd:58db420a-3d79-4aab-a7d3-f79b55c1038a a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:58f0ff35-2ce3-44cb-b820-e00866260a86 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:58ff5458-bec3-4158-be53-e8977f8b0f7f a dho:Layer ;
+    dho:hasCharge1 dhd:78698577-2601-4c0a-81d2-c28dc3dcf268 .
+
+dhd:59070d13-64ed-4e44-aaad-8a6f18977283 a dho:Lion ;
+    dho:hasModifier dhd:b096cde7-2df4-40f5-b385-2245d5f726cc ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:5908fb97-e2bb-4983-ab28-e05af78562d1 a dho:Field .
+
+dhd:5912866c-9b91-43a8-b314-2aa89cf8245f a dho:Crowned .
+
+dhd:5917d6f9-5437-4c40-b6e3-b518e2fa6ab9 a dho:Crowned .
+
+dhd:591879e1-37ac-4719-b3a2-1350a0be122e a dho:Layer ;
+    dho:hasCharge1 dhd:8e615a65-33a3-46ff-8d26-b2df7839473d .
+
+dhd:595d7f3e-d416-4d95-8954-6116b42322d7 a dho:PiedNouri .
+
+dhd:598583f8-4860-4937-9d45-85e64ff28438 a dho:Bend ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:599aee53-ea52-4b5b-8fbe-176903238b8e a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:59ece75d-b374-413d-877c-d4e6ff1398ce a dho:Layer ;
+    dho:hasCharge1 dhd:ee021dc7-e59b-4905-a130-aa9fba6e244b .
+
+dhd:59fd2dae-b87a-4f5e-bfc9-9f569c8e1379 a dho:Bend ;
+    dho:hasPattern dhd:d4cf17c7-efbe-4efd-a4f3-15834dabc0de ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:5a0a7a3e-4305-42dd-9060-73c43a256ea7 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:5a0c7520-20cb-443e-a077-64e29b503a9f a dho:Field ;
+    dho:hasSeme dhd:4e098c00-7793-40c1-b3fe-d189b2a0639f ;
+    dho:hasTincture dho:Gules .
+
+dhd:5a0fa1a1-32a3-4c72-8578-070cb574724a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:5a187c23-39cf-49c8-9cd1-720b89fd02ce a dho:Rampant .
+
+dhd:5a48c372-2a50-48c3-8bb1-e67c1bcba5b8 a dho:Layer ;
+    dho:hasCharge1 dhd:681c793a-2770-4292-85d4-41e665143626 .
+
+dhd:5a5f8eba-bf54-4515-bfd8-a5c2af1b9ec2 a dho:Fess ;
+    dho:accompaniedBy dhd:52354083-827f-4d61-9661-66c61a259e3b,
+        dhd:e8dc89bd-32ee-4b08-a903-706dc9c39300 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:5a85c5be-96ca-4cfb-a7da-c483ac50c39b a dho:Lion ;
+    dho:hasModifier dhd:158dde69-9650-46f4-a273-682d0cb40aca ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:5a9bab4a-5900-4429-a9f8-35b1201fa1f9 a dho:Armed .
+
+dhd:5aa12049-4667-4750-bf4a-d2920b093762 a dho:Crowned .
+
+dhd:5aa76977-729d-497c-9c7f-d3bf064149d7 a dho:OrleOf .
+
+dhd:5aae1cc2-53a1-49b7-bb7d-7d484c7b42ed a dho:Layer ;
+    dho:hasCharge1 dhd:28118ff3-2c22-4148-bc8f-c8ae3aba6901 .
+
+dhd:5acc9d2d-1b97-47e8-b4b0-07c20c6dc3a8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:5ad4058e-e4e7-4dea-8e6b-147fce63ddf8 a dho:Border ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:5aee989a-9804-43a0-a069-89336d6b02b6 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:5b00b408-8bfc-47ff-b681-eaed1a320ece a dho:Fess ;
+    dho:hasPattern dhd:18808747-7c5e-4d48-bc2d-1d65c4932a87 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:5b182bda-f24c-471a-a38e-40825f834485 a dho:Griffin ;
+    dho:hasModifier dhd:a23747a5-bd50-45fa-8a49-a53c9a00e3c0 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:5b66d896-4878-4331-a33a-5298e607ac36 a dho:Pale ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:5b87ba78-7ebe-42c7-afd1-59ebfc9d5601 a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:5b88971e-6978-4462-b265-352fdd5c01ee a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:5ba7f06c-ca47-49a9-9385-8417b2eeec01 a dho:Langued .
+
+dhd:5bad72a7-0cca-45ae-9d7f-64b6139fbdf2 a dho:Issant .
+
+dhd:5bc2e986-a265-47c7-b0ad-05ebe0245844 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:5bce4957-2a8a-4795-afa5-6a5844b8d38f a dho:Segreant .
+
+dhd:5bec3570-5865-42df-bdb4-8edd32e054e5 a dho:Layer ;
+    dho:hasCharge1 dhd:98b2276a-fd96-4732-88db-530016d95db6 .
+
+dhd:5bf1bbe1-890c-45ff-94f0-3d81235222d2 a dho:Label ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:5c0c5940-32e4-4dcf-843a-7732f47f4196 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:5c3101d1-abd3-407e-a7d3-2e0dc6b04e08 a dho:Rampant .
+
+dhd:5c483600-563c-4e3b-aa5a-c1e88c642327 a dho:Chief ;
+    dho:chargedWith dhd:5e7692d3-bc5d-4443-be83-f54792e91a6d,
+        dhd:79716488-f503-46c8-a9fe-414d41d44cda ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:5c544611-e36a-41a0-a3ef-d4555b500b58 a dho:Field ;
+    dho:chargedWith dhd:5a36dbe1-90e1-45a1-a7b0-d46285d09645,
+        dhd:b4d8b990-3600-41a8-8b8a-75093c7ae493 ;
+    dho:hasPattern dho:PerSaltire ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:5c551e70-3cd2-4b6f-a748-11fce6b02bde a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:5c6d6c93-e75d-42f1-afc6-9ae6567781b1 a dho:BullsFace ;
+    dho:hasModifier dhd:899faca2-aae9-480b-8180-622ac1b0356d ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:5c836f2e-6247-4ab2-af56-39e5b0d322ba a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:5d0cbb4a-24a0-47d3-b59f-b5badb915415 a dho:Layer ;
+    dho:hasCharge1 dhd:994e55c0-5d1f-4b1d-ad96-923f0b0f83d9 .
+
+dhd:5d4bbcee-9a41-4e25-8b0b-e22c2d74b011 a dho:Layer ;
+    dho:hasCharge1 dhd:2cdc3155-22f3-4c21-b01b-e05b723067a1 .
+
+dhd:5d976574-662f-4b35-93a0-f491cf8782c6 a dho:Layer ;
+    dho:hasCharge1 dhd:e4c20e6e-07ba-4105-96f4-d97516cb4736 .
+
+dhd:5d99df57-b9f3-44fe-b7fb-ce207b83c062 a dho:Layer ;
+    dho:hasCharge1 dhd:eed76fb0-56e0-4aa0-9a77-108506eb15fd .
+
+dhd:5dd74518-0a0c-484d-96a7-c61ff617bb3c a dho:Gem-Ring ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:5df84d0d-af4b-4d10-a787-77775161390e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:5e0d54ee-5e2e-4c79-ac96-bc2b2adb1c6e a dho:Field .
+
+dhd:5e1314e8-4f0d-4815-98d8-1998bccd451c a dho:Chevron ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:5e1c14ac-1412-43fd-bd9a-d7fcfbfd3246 a dho:Lion ;
+    dho:accompaniedBy dhd:394bf06a-3f0d-46a0-bb87-bd867db17b04,
+        dhd:e57819cb-90fc-47f8-888b-2b5340d5a16f ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:5e21b0fb-8ae6-461e-a6ae-77d01ad1b6a7 a dho:Layer ;
+    dho:hasCharge1 dhd:35ced68b-a52f-4df8-9fd8-b6eda26888df .
+
+dhd:5e301f78-3a52-4403-88a8-336814614cec a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:5e381421-d527-4d1d-b002-8905d3ab578e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:5e5e57cd-1182-4883-aa6e-01845acea2bb a dho:Star ;
+    dho:hasModifier dhd:ce0297e1-88f1-45cb-9184-4c2494cfa870 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:5e88aec5-e136-4971-88f3-38c0aa7b9250 a dho:Eagle ;
+    dho:hasModifier dhd:c2b29e89-350e-41bf-8b84-f0b35c723848 ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:5e912475-3221-447b-ba07-623e88eba670 a dho:Lion ;
+    dho:accompaniedBy dhd:0e3d701f-d5ef-4a21-9eab-a69bd73bd6e5,
+        dhd:d6c75375-4fab-47e7-aaf0-6cd43228af16 ;
+    dho:hasModifier dhd:ab52b0d8-d1bf-4d71-a873-66d5d34cef82 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:5ea5bf4e-bf57-4967-ba8f-9a1f1fdc5818 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:5ec22025-238e-4134-a2a8-33c7819918fb a dho:InBend ;
+    dho:hasDirection dho:Dexter .
+
+dhd:5ee56f23-be61-4d76-b21e-001882696f1f dho:hasPattern dho:Plain .
+
+dhd:5eef6208-b086-402b-a5f1-2f60d6e85bf6 a dho:Layer ;
+    dho:hasCharge1 dhd:88373c21-b7fc-48db-b57d-77e84e4ad9b3 .
+
+dhd:5f4319bd-caed-4352-b3f4-da0add8cc4d9 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:5f5108b8-c40a-4822-b0b3-5218b8be90dc a dho:Layer ;
+    dho:hasCharge1 dhd:81707b83-7fc1-46b7-9cb6-0bfed0e19a4b .
+
+dhd:5f690a0f-e33d-4b98-ae75-b2598bb55fee a dho:Field ;
+    dho:hasSeme dhd:d5eab436-0b71-430a-9cb5-8de8f1b208ee ;
+    dho:hasTincture dho:Argent .
+
+dhd:5f72d1fb-1802-48dc-a353-bfeb97f14c0e a dho:Layer ;
+    dho:hasCharge1 dhd:aea80545-5a14-4891-aced-ddcdf7ca7fae .
+
+dhd:5f907355-526a-4806-b0ae-a0cbe1ae8758 a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:5fa90d7c-dc08-4aec-af17-7d52efc5eb0c a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:5fad7903-c32e-4451-9511-ad776e68086c a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:5fb27bb2-8989-4422-82a2-793fb65fdcbe a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:5fb4248a-4583-4512-8376-9dc94862e04a a dho:Layer ;
+    dho:hasCharge1 dhd:559bf37d-fa21-445f-a901-3e10eb4d3849 .
+
+dhd:5fc6985b-bdc6-4877-ba50-55ba1f0f1f78 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Vert ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:5fc93f8c-b3c9-4d50-8737-a4e76884af2a a dho:Layer ;
+    dho:accompaniedBy dhd:098a2729-3574-44d1-8ce3-701f0d5f481b,
+        dhd:cd57d507-145b-4f42-b2d7-53260def71a0 ;
+    dho:hasCharge1 dhd:f49ec7a7-cd9c-41ae-a415-794cc067b2c8 .
+
+dhd:5fcfb72a-fa85-4c7f-908f-b04c9561b34a a dho:Layer ;
+    dho:hasCharge1 dhd:e8770a4e-bcf8-4d2a-929c-0c8a2509c962 .
+
+dhd:5fefbb8b-2ebc-4588-955b-4eb60147dc70 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:602b1081-9ab6-4fb1-be51-38c54028c47b a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:603d2ed0-4b95-497c-89e2-2623109c0c55 a dho:Layer ;
+    dho:hasCharge1 dhd:445c8a20-94ad-408a-be50-649cb0bd4c96 .
+
+dhd:603ed39c-a86c-4d26-aabe-c28b3c436dfa a dho:Armed .
+
+dhd:6045855e-d108-4e2c-ad90-a76a23983441 a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:606ef9d2-206e-45fe-94d9-1a352f3c1be0 a dho:Layer ;
+    dho:hasCharge1 dhd:e0665a14-e8a5-4347-86a3-844562692c0c .
+
+dhd:6070b970-0cb9-4e77-9e8a-60a1722de770 a dho:Lion ;
+    dho:hasModifier dhd:02f948a8-ad58-4a9c-ac3e-e9fc687cb297,
+        dhd:7d5ee4c2-64fa-470f-8f7a-748412136ca0 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:60733ee4-b0d2-4412-927c-bb270206e848 a dho:Lion ;
+    dho:hasModifier dhd:7e4471a9-029a-4cb3-a1a5-0f3a51cd807e,
+        dhd:8321fa80-f225-4707-9485-714338075919 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:60b457af-bda2-42dd-8e5c-87add0652808 a dho:Pile ;
+    dho:eachTippedWith dhd:29a413f1-a9cd-4a37-8b50-f006691b566a,
+        dhd:2ea08f59-433c-450b-9538-b9d72fa8f615 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:60b741b1-fcd9-45ca-affc-6b853a9bca7c a dho:Layer ;
+    dho:hasCharge1 dhd:17de4673-794b-498c-9027-4a71418ba4df .
+
+dhd:60f06fd4-1cc2-4ea4-a762-f27495885720 a dho:Layer ;
+    dho:hasCharge1 dhd:c69a80b9-adc4-423b-b338-539e3b500cbb .
+
+dhd:60f0e65d-b06b-4e42-b754-e057af7372c7 a dho:Bar ;
+    dho:hasModifier dhd:a6633734-f17a-4142-8fea-dd2d32faf5dc ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:610857c5-20ec-43c9-91fc-0abeb11c9e74 a dho:Layer ;
+    dho:hasCharge1 dhd:8013901f-89b0-47dd-ad7a-17cad6f493ea .
+
+dhd:61099f49-16c5-4e66-b145-76daffb5d493 a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:6117d41d-186c-4da6-b287-6d0cda5f3fbf a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:61523da3-5a51-468b-a73c-e7773f6fdeb2 a dho:Layer ;
+    dho:hasCharge1 dhd:12c39f63-5d8b-491d-a2b4-9f0dac5f2324 .
+
+dhd:6159fa29-e519-459f-b1c2-79c36352f620 a dho:Layer ;
+    dho:hasCharge1 dhd:446edf26-780a-407c-b5c3-da136ccd947e .
+
+dhd:615cad45-0252-4ed9-9bed-362391c05115 a dho:Layer ;
+    dho:hasCharge1 dhd:1d4eabbf-434e-4bab-9904-b1b0167c8e52 .
+
+dhd:615e7425-0bf2-4346-8ce8-5457d5d6740b a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:61619c83-ceb8-4047-a0a3-700553753684 a dho:Lion ;
+    dho:hasModifier dhd:e98f70b2-3f0f-4edf-9078-ca81b2a83771 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:61700b05-f54e-4a6a-b269-a196b9a94030 a dho:Escallop ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:618a9ad8-dc6f-4c12-b219-3cea9498aea8 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:619f6350-9278-49b1-9b81-091ff5f04c22 a dho:OrleOf .
+
+dhd:61a99ffa-c701-4179-b1ad-eec1cd9037d7 a dho:Lion ;
+    dho:hasModifier dhd:a9f42386-fce0-4ba0-a367-d3d64ea3d7fd ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:61abdd6c-a433-428e-8a91-99ffd7a66557 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:61ae7e0a-13c5-4288-a42f-ef54b3871f3c a dho:Layer ;
+    dho:hasCharge1 dhd:0611ef1b-6bbb-4d33-8f5f-27b0b8a44cda .
+
+dhd:61bbc540-6ef4-491f-9c37-c08b3621b538 a dho:Lion ;
+    dho:hasModifier dhd:0f8939e1-f7a3-41c8-872a-50c5b1a82cab,
+        dhd:8409a03f-6ba6-423d-b784-5703852063eb,
+        dhd:adce1696-c2f1-4c2d-a6a0-d4985ac6611d ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:6200c3aa-7e9c-465f-b34a-8c727aee2442 a dho:Layer ;
+    dho:hasCharge1 dhd:1c381c69-ab34-4342-9967-e83c7ecd6bde .
+
+dhd:6225fde5-c28a-4eb3-8261-067f89b3fe68 a dho:Statant .
+
+dhd:623c30e0-7cb9-4b5b-8431-f10d0984ac8d a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:6243933a-c25c-4b7f-8c71-68565aaaeb87 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:624d760c-f4a8-468e-a7e1-2004cc00d18a a dho:Rampant .
+
+dhd:6253d392-d798-4899-b62c-9dbcabf9f5d9 a dho:Layer ;
+    dho:hasCharge1 dhd:2867e610-9ff0-4c52-b563-d72a3a909c28 .
+
+dhd:629839eb-3e71-4da8-a8f5-a9439bf0057b a dho:Field ;
+    dho:hasNumber "of 9" ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:62ac2c02-2c94-4849-9c0c-6060a6584e63 a dho:Crowned .
+
+dhd:62ac5419-60cf-4a58-86ae-985379dad027 a dho:Rampant .
+
+dhd:62b35a1e-e3ed-40c8-a7c7-aea6d64db15d a dho:InSaltire .
+
+dhd:62bc3f52-4769-41a7-8d25-3b99f2195054 a dho:Layer ;
+    dho:hasCharge1 dhd:69585874-636f-4fdd-bd90-02c00fb9467b .
+
+dhd:62c13b7c-fa58-48ca-9064-8cf3ac071659 a dho:Rose ;
+    dho:hasTincture1 dho:Or .
+
+dhd:62c848aa-b53b-49ea-8a8f-8bcb972b14ab a dho:Layer ;
+    dho:hasCharge1 dhd:0943e133-e436-49b3-afe8-c52e05b44dd1 .
+
+dhd:62d43afe-786a-4287-9488-a76612604f4d a dho:Rose ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:62ec65f4-0361-4c54-9530-8321e4714918 a dho:Field ;
+    dho:hasTincture dho:Missing .
+
+dhd:630a744e-e7cd-4c15-9384-6927ee3e362f a dho:Field .
+
+dhd:63151ac2-f63f-4009-a62e-7a12fa73dd35 a dho:Armed ;
+    dho:hasTincture dho:Gules .
+
+dhd:63626577-d6bf-46db-9265-74039aa2b149 a dho:Talon ;
+    dho:arranged dhd:33c3080b-e9e3-4168-ae24-bc6630fbf19c ;
+    dho:hasTincture1 dho:Or ;
+    dho:isstSn dhd:b6318896-d0cc-4907-bc08-3b59a8c5a212 .
+
+dhd:636fb490-9c4b-404c-a30b-b3be619790a1 a dho:RoseLeaf ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:63ad9e74-f90d-44e7-bdbc-d47ea0138a35 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:63af998c-3eab-4ed4-932e-fdd343272970 a dho:Rampant .
+
+dhd:63b9451c-e3a6-44ba-a728-64096201d2a3 a dho:Fleur-De-Lis ;
+    dho:hasModifier dhd:64fe8272-4129-48e5-b770-7972d846402c ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:63cdf651-8205-44b6-8cf0-78a70a9b54c4 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:63d4b2b5-47e9-4d38-b8b0-5caa854f28e3 a dho:PiedNouri .
+
+dhd:63dfa73b-c64a-4070-aba9-9725b4b7b3ec a dho:Wolf ;
+    dho:hasModifier dhd:11f2a03a-ec02-4fa6-b34d-d81db271d125 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:64092b84-1e15-4569-bafe-20fb2fc41fff a dho:Rampant .
+
+dhd:640afa55-a826-4f08-874b-c9d9b4976af1 a dho:BendOfLozenges ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:6415539c-5edd-45cd-afed-65eef98f214b a dho:Pale ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:64260921-d475-4737-ab29-e3b8ad55101f a dho:Roundel ;
+    dho:hasNumber 7 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:644327e0-27d6-40e0-bf75-06e363f3614e a dho:Field .
+
+dhd:6449fc52-af81-41b1-8903-e7381ca72c07 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:645c9799-979e-4bfa-a009-aea611c10186 a dho:Segreant .
+
+dhd:646fa013-91b4-41b7-8ee6-8ba9b2cdb286 a dho:Langued .
+
+dhd:647732a3-c095-4a61-9eb5-2db9c6dc3ae0 a dho:Layer ;
+    dho:hasCharge1 dhd:910cc940-f8cc-48b0-9387-451e9621109b .
+
+dhd:647b8682-7e6e-4f97-81b4-e9de94c6e070 a dho:Field ;
+    dho:hasPattern dho:Quarterly ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:647d494f-e4c0-4d8b-9aff-b874ddbe649d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:64ade7de-b2f7-49ed-a3d6-8b14f8d71b37 a dho:Crowned .
+
+dhd:64c62677-3601-4cdd-83f1-c9f575b361b3 a dho:Rampant .
+
+dhd:64fe8272-4129-48e5-b770-7972d846402c a dho:PiedNouri .
+
+dhd:650996ab-f809-4b66-b675-8a5a104ece6c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:655561cf-adce-42f9-be4b-48ae5f40659f a dho:Pale ;
+    dho:chargedWith dhd:6a7b8a69-e5c9-4765-ac53-41988b5cf528,
+        dhd:cac667b7-209b-492c-92f7-f576690ea6ab ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:658a7a47-329b-4f16-9737-47b18275ffde a dho:Layer ;
+    dho:accompaniedBy dhd:7d6e00f3-1f6b-44d7-84f0-d325b2c2072c,
+        dhd:a82c453e-5132-4253-80ab-4b585288a669 ;
+    dho:hasCharge1 dhd:a374ebaf-274e-42a3-b432-ec8b3f75e28b .
+
+dhd:659467d0-2ff4-4b1a-95ac-aa72914396ab a dho:Border ;
+    dho:hasPattern dhd:7edd355b-7097-43f0-acea-5c57ae93151a ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:65d69c7e-fae5-4d0e-a1ef-626f7f06b5ef a dho:Guardant .
+
+dhd:65dc4270-7d5f-4cca-a8a7-aced735cb982 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:65faf991-1fb8-4908-b21e-bab6434ffa6e a dho:Passant .
+
+dhd:662722a3-5cab-4557-a066-432602da72bd a dho:Eagle ;
+    dho:hasModifier dhd:67fd8981-d3f2-49ba-9dd7-6c2c7c8d9578 ;
+    dho:hasPattern dhd:cf0fb809-f32f-4bff-979a-088c1387c4e6 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:6657e754-ba5e-4441-8ed6-f036c5ce801e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:6666824a-88ae-4ec8-b84c-c98e6bb87eca a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:66724687-c115-4ab6-96ed-1ce8bea75489 a dho:Layer ;
+    dho:hasCharge1 dhd:f5bd4109-3317-4006-bbfe-0f8f301afcd9 .
+
+dhd:6672d6ee-e147-4774-b52a-de11681124c7 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:66744c54-0688-47d9-97af-2342b29859bc a dho:Layer ;
+    dho:hasCharge1 dhd:836e1a71-741f-4ad9-b585-ad503f7cf4fe .
+
+dhd:6686d32a-19ba-48f0-8fac-af44b4b8a407 a dho:Layer ;
+    dho:hasCharge1 dhd:6b57aa22-01df-42ca-8e83-a66c077de2a2 .
+
+dhd:66a26e8b-01e4-47c3-9c50-fa3ec200c8b5 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:66a7c0cd-4dbc-4913-80de-d3134ef313b5 a dho:Border ;
+    dho:hasPattern dhd:c39ad98c-fe06-47e4-bdd9-25791887b88f ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:66d98069-efa7-4ee1-8504-f0492f559488 a dho:Guardant .
+
+dhd:67826919-8fed-4acd-bf37-355fa1d0e40c a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:6785045c-6c89-4396-aad6-0d12e59d0415 a dho:Rampant .
+
+dhd:6799c9e8-2a2e-44eb-815b-c5b563f5d323 a dho:Layer ;
+    dho:hasCharge1 dhd:58520cd5-97fb-47e7-8c91-41a49d4dfc4b .
+
+dhd:67bd5d1e-86be-45ee-ab72-fad37096e010 a dho:Layer ;
+    dho:hasCharge1 dhd:cc2c6440-e254-45e8-b931-99e619ef79a8 .
+
+dhd:67d77168-9a01-45a6-ba6d-3138ea0a4f48 a dho:Layer ;
+    dho:hasCharge1 dhd:c6075fc0-7c64-4f3d-8f6f-1423941a219c .
+
+dhd:67d96f02-883c-4aab-9758-1bc744119d84 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:67f0d4bb-487d-4ecf-bf99-ecac69206d71 a dho:Layer ;
+    dho:hasCharge1 dhd:7539ee47-c3e7-460f-a643-c1c1cb24a011 .
+
+dhd:67f95bc3-b46f-460b-9b56-5f4acb2a17a3 a dho:Layer ;
+    dho:hasCharge1 dhd:86a41be0-96f7-45d0-ae32-3b48355cdb84 .
+
+dhd:67fc20ea-edac-4b08-b2c7-9414d2dd6e30 a dho:Layer ;
+    dho:hasCharge1 dhd:f2aa72bc-e7a6-4f77-aa8e-5c6961dbab5a .
+
+dhd:67fd8981-d3f2-49ba-9dd7-6c2c7c8d9578 a dho:Crowned .
+
+dhd:68069339-263a-4902-9f00-36ed7060f70e a dho:Layer ;
+    dho:between dhd:ac6430a7-2aea-4dd5-a6a7-a17f0607fdd5,
+        dhd:b80f3a5d-316e-4056-8b39-4f03ba09911e ;
+    dho:hasCharge1 dhd:0f06c1bc-e166-417d-903f-31dcfc1d5687 .
+
+dhd:68136a2c-c22a-4ea3-9937-140c43800631 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:681a0e81-9448-4df3-9e4d-0c7395580414 a dho:Ladder ;
+    dho:arranged dhd:9b2896fa-03ed-4c2c-a0fb-86375ef6e219 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:681c793a-2770-4292-85d4-41e665143626 a dho:Lion ;
+    dho:hasModifier dhd:152da188-eb1d-42ad-a9e1-d2333c1f4839,
+        dhd:9fd9a1e6-ed85-4ab4-850d-5c9b129dadc4 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:681cc171-b41f-4e52-8ead-a400a93d4a5f a dho:Barbel ;
+    dho:arranged dhd:0f511a89-7f49-45b9-b4f1-26424073ca0b ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:682baaec-33ef-4ee4-a3e6-938930b48b53 a dho:Field ;
+    dho:hasSeme dhd:a368ccdc-b9fb-44f4-8375-11a392d5af6e ;
+    dho:hasTincture dho:Sable .
+
+dhd:6833d08c-945d-4880-8b3d-ef98c5b1bc49 a dho:Passant .
+
+dhd:684328be-3a7e-4107-a59c-b4897c26524f a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:6864e9f2-7615-4ea5-91e5-333365efcf79 a dho:Lion ;
+    dho:hasModifier dhd:2a5e0a3d-e1d5-4fdd-a36d-510e96135e99,
+        dhd:fb7850fa-2861-425a-ad5d-614f3ef864f2 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:6878e260-6278-4037-ac1a-ec68a96dadae a dho:Armed .
+
+dhd:6880adef-ba3c-4472-a578-e03cef161721 a dho:Layer ;
+    dho:hasCharge1 dhd:3ea9670d-ed27-4d07-b7d3-2233efe7ddf9 .
+
+dhd:689a92e5-7664-46ca-93c1-660ebfc191f4 a dho:Rampant .
+
+dhd:68c211a5-3e3f-4c84-8923-c9f4d888ddfa a dho:Layer ;
+    dho:hasCharge1 dhd:2c1c5380-6f69-4924-a92c-ac4036d3ab54 .
+
+dhd:68de2840-8d36-4425-a3bc-b02d560391d0 a dho:Chief ;
+    dho:chargedWith dhd:2a388936-b55a-42b1-8bd2-ef40cd0b574f,
+        dhd:8f49815f-b90f-4cb8-84aa-230e2a0a2288 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:68e4a345-ec43-463b-ba4f-d11e14641c78 a dho:Armed .
+
+dhd:68fae545-5dca-43ff-bc81-d71c48990efb a dho:Field .
+
+dhd:68fe5b99-6cc2-46b5-8717-fc770d8dd863 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6918f47f-2536-41f0-b900-8128f7fc20fb a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:6945b0dc-1428-44d4-b93d-516378938023 a dho:Layer ;
+    dho:hasCharge1 dhd:a8205ad2-62a5-464c-9991-40e0e40895c5 .
+
+dhd:694d680d-cffe-4d90-be60-48242dec664e a dho:Layer ;
+    dho:hasCharge1 dhd:e3d06ccc-9cc2-4e61-b723-317b8acf7d5a .
+
+dhd:69585874-636f-4fdd-bd90-02c00fb9467b a dho:Bend ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:6971eb99-2c05-43b9-abbf-a34dd64d9c68 a dho:Layer ;
+    dho:hasCharge1 dhd:a63ee356-3802-46ba-95ec-4328524087ac .
+
+dhd:69763819-f676-4a96-9470-46e4f0f7d54f a dho:Griffin ;
+    dho:hasModifier dhd:50b1653d-a675-4806-8631-6a5bfbf61b27 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:698961ca-bf0c-4146-b911-e813cd8ceefd a dho:Field ;
+    dho:hasNumber "of 10" ;
+    dho:hasPattern dho:Chevronny ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:699d9421-29b9-412b-96d0-612559e3bfdf a dho:Layer ;
+    dho:hasCharge1 dhd:4ce14910-f95e-4030-bd84-80919e724969 .
+
+dhd:69b34a8a-7fe5-4b79-b871-7c36ffd6249b a dho:Increscent ;
+    dho:arranged dhd:d098a804-eded-4093-b1c4-5e2ba467f0df ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:69b7a119-87a5-4cda-a78e-119a115b7494 a dho:Layer ;
+    dho:hasCharge1 dhd:c1d5e024-8917-4097-bdb5-89eb11dd9f97 .
+
+dhd:69b84c8e-4c97-496d-b849-aab6e139efb8 a dho:Chief ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:69c23cc0-e2b8-4cdf-8489-f69e8273ad51 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Argent .
+
+dhd:69c7e149-8203-4c8d-a61d-61e3c9bc95ac a dho:Layer ;
+    dho:hasCharge1 dhd:0fa88f32-2f79-4e36-bdbe-b4f0de9181d6 .
+
+dhd:69d1e3cc-691c-49c9-8fae-19fa8c1f0a90 a dho:Lion ;
+    dho:accompaniedBy dhd:70f55f66-9e2e-434a-b3bb-2f49adaf5564,
+        dhd:957b4b8d-241d-4e32-ba07-4e6847307f2a ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:69d50d6f-d9fd-488f-9a30-236cc31f1a3d a dho:Bend ;
+    dho:chargedWith dhd:8d9357b8-34ec-4b74-b259-f6491bb747e4,
+        dhd:defc4094-af66-4e99-9f92-32dc42085388 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:69d5802f-0b15-46d4-ace9-331faf007bef a dho:Lion ;
+    dho:chargedWith dhd:5cb2096d-e6ff-44b5-87c8-6ff12e18d446,
+        dhd:d38e398a-1c88-4e9f-b822-3eae3b8cb4bd ;
+    dho:hasTincture1 dho:Or .
+
+dhd:69e26247-7e6b-4c30-902b-0bd970b24487 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:69ed4206-441e-4e75-8d98-ce7ffe30e35c a dho:Langued ;
+    dho:hasTincture dho:Gules .
+
+dhd:69f0b91c-273d-40d6-8f5c-f0e7e4ab9127 a dho:Layer ;
+    dho:hasCharge1 dhd:b550c8b2-3884-4d5c-9c77-d0ad57e75c0f .
+
+dhd:6a2ba13a-4a5e-4977-b034-aa1f4a2df197 a dho:Layer ;
+    dho:hasCharge1 dhd:26c0ed36-0bc4-4741-b703-654f1cd2eac9 .
+
+dhd:6a4bd83a-20d3-4035-864f-197291167df5 a dho:Barbel ;
+    dho:arranged dhd:6bae9bcb-17c0-4eb5-906f-b34592c6ffc3 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:6a4d62dc-6a6f-4387-94e7-fd996e18e3b6 a dho:Layer ;
+    dho:hasCharge1 dhd:26cea901-0ed5-44ae-b20e-d4e79b1cfbb2 .
+
+dhd:6a56294f-00dc-459f-8ea4-3eb7dbd85f44 a dho:Crowned .
+
+dhd:6a8ac46d-f0d7-4a82-b784-9d46c021052e a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:6a96119f-f441-4bd6-a241-adbac4dde9b8 dho:hasPattern dho:Compony .
+
+dhd:6aa2102b-5e1a-4f83-a5a1-a1c346e87e17 a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:6ad4e528-63d0-4ae5-92cc-5f9fd11346fc a dho:Lion ;
+    dho:hasModifier dhd:24b4b288-8f38-496f-9488-57a28634dde0 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:6adabc51-13b0-44b5-892d-926e5b4ec6dc a dho:Eagle ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:6ae6e5d3-4cab-4abb-9b23-f3a20c8c1fe7 a dho:Layer ;
+    dho:hasCharge1 dhd:2b72a125-dfe7-4620-ba7b-b2e9fbefe49b .
+
+dhd:6b001d2d-30a0-491b-b635-998903d38612 a dho:Layer ;
+    dho:hasCharge1 dhd:3e2475e9-8e62-4b3c-a6b7-22ea533f756d .
+
+dhd:6b1b5568-3514-46c0-8795-98857ee694a6 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6b2456b4-8fb4-4bb8-861c-c71727e32aeb a dho:Layer ;
+    dho:hasCharge1 dhd:4b5c2741-1cc1-4e90-ad8b-933c81c45f1d .
+
+dhd:6b49652a-4d02-45e7-8ce1-996bfbd960cd a dho:Crowned .
+
+dhd:6b57aa22-01df-42ca-8e83-a66c077de2a2 a dho:Cross ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:6b5f6adf-3b0e-4155-8ea0-80977f7a70b1 a dho:Pale ;
+    dho:hasNumber 2 ;
+    dho:hasPattern dhd:87859db9-3b4d-473c-b1e7-daff13d25733 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:6b65f150-1088-4acf-9ab0-8796c074ee80 a dho:Layer ;
+    dho:hasCharge1 dhd:ab68703c-ae19-4fc3-8694-b04cfb9bc3d0 .
+
+dhd:6b7f9e07-7fd8-454e-a5a7-6fba23c449fc a dho:Lion ;
+    dho:hasModifier dhd:05824507-59b6-4a15-a755-637cfa3cdff9,
+        dhd:d8929c81-287f-4c8e-ad1d-4ba334eedc10 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:6b96e130-4a03-4297-b79d-f1cac4e80b9e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:6bae9bcb-17c0-4eb5-906f-b34592c6ffc3 a dho:Addorsed .
+
+dhd:6bbc3b5d-a0e8-4927-87a2-720722b0d4e8 a dho:Layer ;
+    dho:hasCharge1 dhd:78706ddc-2158-4aee-9e14-6dbe153c2f97 .
+
+dhd:6bc4fb7b-1683-4252-a9b1-68dac08c4457 a dho:Crowned .
+
+dhd:6bce0077-ed2f-4d5e-be43-cdda500b43c5 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:6bdfad8c-42b3-4a6a-8781-7444b90795d1 a dho:Bend ;
+    dho:hasTincture1 dho:Or .
+
+dhd:6be40320-ad15-4eae-a52f-47ece1fc1e5c a dho:Crowned .
+
+dhd:6c0e51a6-1199-4939-9d1c-f30e354577c8 a dho:Saltire ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:6c17bf4c-4e16-40c1-ac83-c8cdbdb60531 a dho:Addorsed .
+
+dhd:6c1b71fe-5364-42a5-a13b-e6d3879e0c90 a dho:Layer ;
+    dho:chargedWith dhd:aa73e60b-e891-4d03-8512-7692768bede5,
+        dhd:d4cb1110-65f1-4497-ae25-decae52571d8 ;
+    dho:hasCharge1 dhd:1073c775-b82f-4b20-b901-f6e9725401c4 .
+
+dhd:6c2c29f2-1135-4ee4-ab58-639e438e39d9 a dho:Layer ;
+    dho:hasCharge1 dhd:13625b1e-8873-4ce8-8301-57ec0ea36bb5 .
+
+dhd:6c2fe76a-99ad-47cd-a686-826a570d67ba a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6c480d54-6ed7-4839-9319-ae494df09ea1 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6c5a635b-bfb2-4d80-a96b-b02b7f42f947 a dho:Dragon ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Or .
+
+dhd:6c612a02-e080-4edb-8254-79d3cb41d467 a dho:Lion ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:6c627165-df47-47f4-ba9b-f2068dea4818 a dho:Hooded ;
+    dho:hasTincture dho:Azure .
+
+dhd:6c6923a5-5eb4-4e79-a6ae-22198b7c9656 a dho:Field ;
+    dho:hasTincture dho:Vair .
+
+dhd:6c6bf881-e332-4fe2-b156-d5597cf90e13 a dho:Field ;
+    dho:hasSeme dhd:fc340c79-92de-4e0b-be3e-d40cdfae1318 ;
+    dho:hasTincture dho:Azure .
+
+dhd:6c9f0fc2-2026-4d45-ad6a-e8607fecbce4 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:6ca315c3-e85b-4e39-88ae-4adbffacedce a dho:Lion ;
+    dho:hasModifier dhd:66d98069-efa7-4ee1-8504-f0492f559488,
+        dhd:6833d08c-945d-4880-8b3d-ef98c5b1bc49,
+        dhd:e0c07e8b-1a41-4db8-9713-ec5eefec8dd6 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:6cb7201f-f5cd-4803-b81b-6a0b44ef1d69 a <http://digitalheraldry.org/digital-heraldry-ontology#(3:2:1)> .
+
+dhd:6ce9b69e-694d-45e9-a04d-c645a0cd3e02 a dho:Layer ;
+    dho:chargedWith dhd:ae6f1fe8-6aef-438a-9f44-3131deac8adf,
+        dhd:bd5dfec4-57d0-4000-bb48-af4433b2a929 ;
+    dho:hasCharge1 dhd:22233c9d-c1bc-49b9-8089-bd615dbb202d .
+
+dhd:6cedc869-2659-437a-8080-910c79d81dbd a dho:QueueFourchy .
+
+dhd:6cf7e54a-ccdd-46e4-a63b-1d723c2866b3 a dho:Cross ;
+    dho:accompaniedBy dhd:2203bf49-d331-4eb0-9134-e9ced2806505,
+        dhd:ed34fa1c-5419-4160-8129-1adde2d67b11 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:6cfefa49-1665-41cb-a1a6-ef3ad00ec422 a dho:Layer ;
+    dho:hasCharge1 dhd:f1d4cf59-d693-47fa-acbb-0fe52186abcd .
+
+dhd:6d0cd9e3-9903-433a-8cc5-e3810295cd21 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6d14e7e6-b0e1-467f-8e1f-95b047e12939 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:6d33598a-0165-4e4d-b5d5-0d736eeedac3 a dho:Layer ;
+    dho:eachTippedWith dhd:29a413f1-a9cd-4a37-8b50-f006691b566a,
+        dhd:2ea08f59-433c-450b-9538-b9d72fa8f615 ;
+    dho:hasCharge1 dhd:60b457af-bda2-42dd-8e5c-87add0652808 .
+
+dhd:6d543210-1c7d-4206-8e5c-5b389c74fa65 a dho:Label ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:6d5b5651-94a0-451f-9d47-73c18fc78cf1 a dho:Fleur-De-Lis ;
+    dho:hasModifier dhd:d9e4d6cf-6867-46c7-abcb-8bc8183309eb ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:6d5fd032-e8c5-4908-a097-6679df4db5ff a dho:Layer ;
+    dho:hasCharge1 dhd:20b4578d-0293-43ff-a71d-69c6c9002ad7 .
+
+dhd:6d80e2fa-3775-48e5-acf5-e303551e6fde a dho:Fretty ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:6d92f936-4786-4cda-b34d-ba62fd01ec46 a dho:Layer ;
+    dho:hasCharge1 dhd:ac297f8a-4232-4301-9d77-718e031cc9ad .
+
+dhd:6d98ecd6-c1af-4f83-b079-d7aed6532b23 a dho:Inverted .
+
+dhd:6db1e2f1-965b-4e19-9457-af872fd00b2d a dho:Layer ;
+    dho:hasCharge1 dhd:790f6351-cf7f-4076-bf91-ef7940596e71 .
+
+dhd:6db82b56-1155-4396-8474-ae175b0875d6 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6df439bf-cd79-4e4f-aa15-3e12c951650d a dho:Layer ;
+    dho:hasCharge1 dhd:a974e9da-a2a3-4d95-9f50-324d80dac1a3 .
+
+dhd:6df849fb-d5ba-4325-84cd-da33dd22bfdc a dho:Layer ;
+    dho:hasCharge1 dhd:27e3010a-e2d0-497e-933b-ecfe67dbc6d0 .
+
+dhd:6e0aeb16-da91-4d54-b081-fe8a4cba54f4 a dho:Field .
+
+dhd:6e218973-9f73-48a9-98ad-5948ff32dceb a dho:Label ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:6e2830e2-aa1c-4498-9422-46d19a52ecd7 a dho:Lion ;
+    dho:hasTincture1 dho:P .
+
+dhd:6e29227b-611e-41b9-ad25-115e58067768 a dho:Langued .
+
+dhd:6e4acad6-f116-4dbe-afcc-91da7b90e3b5 a dho:Layer ;
+    dho:hasCharge1 dhd:c38cf15c-8695-4134-b2d3-afe77843848e .
+
+dhd:6e5a0dba-0c18-4106-8c01-3e2d2e213196 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:6e65cdab-3ec7-4a4e-aea5-30f94ad1ac9e a dho:PerBend .
+
+dhd:6e6a7bd9-cdd8-409f-ad7f-8e9615724d25 dho:hasPattern dho:Checky .
+
+dhd:6e8460fa-b992-43c8-a6db-9777ff28cac8 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:6e9a4cdb-058b-4002-8d81-0a127cecd2d8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6ee1066f-97a9-4df6-88ca-e0044a0a7acc a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6f0f25a5-8f8c-4f06-bdbd-a3b2069379a9 a dho:QueueFourchy .
+
+dhd:6f19155f-61e9-4661-8c3f-c335ed0f8280 a dho:Dice ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:6f3f12d6-64f6-4fa1-a4c8-c149244487c2 a dho:Layer ;
+    dho:chargedWith dhd:5cb2096d-e6ff-44b5-87c8-6ff12e18d446,
+        dhd:d38e398a-1c88-4e9f-b822-3eae3b8cb4bd ;
+    dho:hasCharge1 dhd:69d5802f-0b15-46d4-ace9-331faf007bef .
+
+dhd:6f427c00-f442-431b-a6d6-259760e5e9ef a dho:Armed ;
+    dho:hasTincture dho:Azure .
+
+dhd:6f4feabf-d60f-4cd1-8cee-9c4583c8de26 a dho:Layer ;
+    dho:hasCharge1 dhd:b4559002-4e21-40da-9b07-78fc5d21f932 .
+
+dhd:6f60f09d-633d-4a0a-a32a-0e656723aa1d a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:6f70894e-2473-4d37-96a1-42654f1a3f0d a dho:Rampant .
+
+dhd:6f9e355b-8969-4b17-97cd-1c81a0f1eadc a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:6fadb2a2-2db9-42fc-9218-ce39d0c8217b a dho:Layer ;
+    dho:hasCharge1 dhd:7f7da47a-c1ac-42c0-89b2-eb17f94f192b .
+
+dhd:6fc277fa-2b24-433b-931c-29dc7e4f67ed a dho:Statant .
+
+dhd:6fddc2c7-4655-4731-be2f-557f2b8008b0 a dho:Layer ;
+    dho:hasCharge1 dhd:764552bb-fac8-432d-9e17-6efd76869e65 .
+
+dhd:6ffe9333-c4d4-489d-9343-e700ea2b5b03 a dho:Griffin ;
+    dho:hasModifier dhd:5bce4957-2a8a-4795-afa5-6a5844b8d38f ;
+    dho:hasTincture1 dho:Or .
+
+dhd:70412b0e-9775-41bb-b252-db1382daf3f6 a dho:QueueFourchy .
+
+dhd:7048e67a-84bb-4cd4-a5ff-7887d5d98595 a dho:Issant .
+
+dhd:704fabc8-c2ed-4ecd-8db1-488822c1bfea a dho:Layer ;
+    dho:hasCharge1 dhd:48df4f5c-2508-4d40-9554-c90a622a75fd .
+
+dhd:7052a510-fa48-42b1-a940-5d1d58681cd4 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:7080d165-7dcc-4252-b85c-7a239d19a413 dho:hasPattern dho:Roundelly .
+
+dhd:7091a975-1ba2-4f88-9647-5ce6c81a339e a dho:Layer ;
+    dho:hasCharge1 dhd:bf4f8837-121b-4511-b1f1-54d4dddee6f1 .
+
+dhd:70aab849-65b7-421f-9450-28204b597fc4 a dho:Cross ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:70b77ef7-de1b-4376-b9a4-eeda1b195b53 a dho:Field ;
+    dho:hasSeme dhd:6bce0077-ed2f-4d5e-be43-cdda500b43c5 ;
+    dho:hasTincture dho:Azure .
+
+dhd:70d53290-e14e-4b3e-aa2a-e4f8a606ea5c a dho:Lion ;
+    dho:hasModifier dhd:bd59e086-4e22-4836-ae3e-b938e568bc34,
+        dhd:f1340f0b-02fa-49ee-9c1f-bedc3eebb93a ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:70d96588-36aa-4256-9602-44d0a256a14c a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:70dca9d8-7d7e-449b-b139-bc8f6c7bf707 a dho:RoseLeaf ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:70f6a598-3a07-4e53-9951-c2a738c595f5 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:71082a61-4648-4c93-9a16-fde03ec4d81c a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:711232ce-3a33-440a-9243-faad7c29b4f3 a dho:Layer ;
+    dho:hasCharge1 dhd:aa6d1b9c-a8b1-4bfb-95ae-da679cc982c3 ;
+    dho:holding dhd:494594f6-7671-437f-aeeb-d5275317c7d3,
+        dhd:edac58ff-6193-431f-a61c-d68a94f213f3 .
+
+dhd:7119652b-7e9f-49e0-84d0-02925590b4be a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:71294b46-b7d4-4181-979c-ee6c2adf6522 a dho:Field .
+
+dhd:712a55d7-dc2f-4f12-bbac-30d053881a34 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:7132f6c6-8094-45c8-9ba3-5c1c12780b4c a dho:Field ;
+    dho:hasPattern dho:Vairy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:71552ad0-27b1-47d1-aff3-4fbcad134bf2 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:715e463e-bd6a-4d0e-b22b-d73f62b70e1a a dho:Layer ;
+    dho:hasCharge1 dhd:eeb9294e-5194-4577-9e1c-f6d8ad5c869d .
+
+dhd:716045ca-75d6-426c-a943-54376f4262e0 a dho:Lion ;
+    dho:accompaniedBy dhd:32d39680-8010-4702-8536-d79f182b2c36,
+        dhd:385d7b26-bdb0-4e3d-b24c-8791d65409b5 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:716df372-aeae-4294-9afa-de2cb1c0405e a dho:Layer ;
+    dho:hasCharge1 dhd:f7bd3c8e-d7c1-4b57-8b5e-561c100c64f2 .
+
+dhd:71768a59-d692-48a8-b8ce-a87ea2bedb43 a dho:Lion ;
+    dho:hasModifier dhd:acee3e3f-6101-4cb6-9352-7a42f025f064 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:71876771-93db-4cd2-a055-ae9132058ebc a dho:Layer ;
+    dho:hasCharge1 dhd:1fd5708a-89c2-4148-8c42-91bf90733735 .
+
+dhd:71a1d2c2-0bb8-41db-bd20-d6d7db9ef813 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:71b23a3f-5d25-4d31-853d-aaaa825d834e a dho:Layer ;
+    dho:between dhd:16b22721-bba8-4f22-a4d5-9b4e4239cc5e,
+        dhd:1ae2ed71-c4b5-465f-982b-543e39f0ec37 ;
+    dho:hasCharge1 dhd:897d2574-cd96-4903-97df-a4b1d2eeb0bd .
+
+dhd:71b84426-6546-462b-bea3-b84a44583aed a dho:Layer ;
+    dho:hasCharge1 dhd:6c0e51a6-1199-4939-9d1c-f30e354577c8 .
+
+dhd:71cff6ff-03a5-4ae4-b6b0-1c5f6972a3ec a dho:Fess ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:71e16d3e-4cac-46ed-a830-8f5d9368ac6c a dho:Crown ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:71f521d0-1055-4a49-ab09-79e66b2d4005 a dho:Lion ;
+    dho:hasModifier dhd:4d1adff2-70e2-46df-88fe-bdecaab23216,
+        dhd:a9929876-7462-4cc1-baff-124568fd48db ;
+    dho:hasTincture1 dho:Or .
+
+dhd:71f6ebfa-40da-4fe1-b12b-40874b037f38 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:71fcf44c-1e9b-4471-a0ab-9fe2da93d163 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:72042261-b9d6-40ca-834c-f1f8da34a50f a dho:Layer ;
+    dho:hasCharge1 dhd:6e218973-9f73-48a9-98ad-5948ff32dceb .
+
+dhd:720fb71c-ad59-47f8-973b-a50498ffc3eb a dho:Layer ;
+    dho:hasCharge1 dhd:5dd74518-0a0c-484d-96a7-c61ff617bb3c .
+
+dhd:7217f4f8-82a6-457a-8e89-f436025b2cc0 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:72309492-31d8-4a7b-8f87-9cddabd1626f a dho:Layer ;
+    dho:hasCharge1 dhd:d2e2d0b9-eb5c-40a9-87ef-e099c8db52a2 .
+
+dhd:7236f25a-6cac-466e-b06a-537f8b56960c a dho:Field .
+
+dhd:723e47da-fb53-4c9e-bf84-17af1e3caf56 a dho:Bend ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:723f782c-2b42-4afc-851d-de81d9baca06 a dho:Layer ;
+    dho:hasCharge1 dhd:d273e55a-8c68-40b3-9646-8b696be960a2 .
+
+dhd:7281c53f-a6b7-4f96-ad25-e7c4978710f1 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:728d84b8-c310-4734-a420-55c34999bc2c a dho:Layer ;
+    dho:hasCharge1 dhd:f39b946c-0006-4b66-8161-fc67dde37e53 .
+
+dhd:7294b75e-4088-4936-8cbd-7ffce0c7e436 a dho:Layer ;
+    dho:hasCharge1 dhd:089eee52-1e00-4e55-8ff0-c3b9213df5f3 .
+
+dhd:729f095b-bd26-4574-87b3-87265439b832 a dho:Layer ;
+    dho:hasCharge1 dhd:be0b3348-7537-4087-bf2d-72b68fb170a2 .
+
+dhd:729fd12d-a4db-43cd-bbd2-24f28c197f21 a dho:Layer ;
+    dho:hasCharge1 dhd:414ba82c-7957-4e06-b198-0ef989b2c234 .
+
+dhd:72ababfc-13a1-4d07-8c6e-88401bd94249 a dho:Bugle-Horn ;
+    dho:arranged dhd:cb9c3ff2-9d54-4bc5-8b87-4951c9ef3ea6 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:72afcd52-73c7-4ccd-8227-d8f818c06e39 a dho:Layer ;
+    dho:accompaniedBy dhd:4ac22236-c586-4fd0-a011-d7ec23a3a738,
+        dhd:8f3d1061-6b16-4b24-9e41-b7bbbbfa5e03 ;
+    dho:hasCharge1 dhd:b4414884-83f4-4bfe-a6af-cc6af8c9fb10 .
+
+dhd:72e45422-f79c-4d58-aee0-0b9a3a984221 a dho:Layer ;
+    dho:hasCharge1 dhd:45bfb15c-d78a-4779-a0c0-6609e66b96d0 .
+
+dhd:72e958c9-47da-49d4-b151-dde6bfbf1a95 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:730acdea-e26a-4daa-a293-062694337a6f a dho:Layer ;
+    dho:hasCharge1 dhd:066afacf-ac27-462e-b07d-120424893f56 .
+
+dhd:7339662b-e2fb-4187-b75a-febed137673a a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:73447694-3b3d-4a63-bf36-fbca9934bdd5 a dho:Layer ;
+    dho:hasCharge1 dhd:60733ee4-b0d2-4412-927c-bb270206e848 .
+
+dhd:7362561f-37cc-4c91-9531-521841b88be1 a dho:InPale .
+
+dhd:736807dd-390e-49ee-a927-cf34324f529d a dho:Bend ;
+    dho:hasPattern dhd:356ef5e8-9439-4f41-9d7d-9608216f2e76 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:737e0c56-8dcd-45ee-a3af-5cf5fa030aea a dho:Layer ;
+    dho:hasCharge1 dhd:afbc5f48-314c-452e-a54b-0834e162f84c .
+
+dhd:73a9a46a-00fc-4d23-86fb-ead2c4ac7801 a dho:Field ;
+    dho:hasSeme dhd:7f87cebf-c34c-4ea3-a4eb-4b84beb06666 ;
+    dho:hasTincture dho:Or .
+
+dhd:73ff9aa1-b1f4-486d-ab9c-f2648ba57825 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:741f4695-7c0f-4cc4-8c83-ab1f0d7e2f8f a dho:Sickle ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7426d7f8-3f11-4583-965a-d501cc7eebf8 a dho:Crowned .
+
+dhd:745a5bc9-ba63-4af0-8d8d-44b423fc1923 a dho:Dice ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:74635799-7d1a-4e59-bcc3-e586c83b5ff9 a dho:Field .
+
+dhd:7477babe-9bdc-4d89-9769-9d180ba5397e a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:747981df-4ab4-44ed-9c2d-057fea9c7ff3 a dho:Lozenge ;
+    dho:hasNumber 7 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:747e0d0c-7a5c-4fac-94df-1beccbdb587c a dho:Armed .
+
+dhd:7485608e-50fb-4a41-ae49-5aab249efaad a dho:Layer ;
+    dho:hasCharge1 dhd:9051d455-990c-445b-8c10-8ead9e4bb7b6 .
+
+dhd:74a66639-592b-459b-87ae-bcbecd4d112b a dho:Embowed .
+
+dhd:74b51176-750e-4ba3-8b1c-5dc47bfa2fd2 a dho:OrleOf .
+
+dhd:74b5b652-3354-47a2-8fd7-bea9a595fffd a dho:Lion ;
+    dho:hasModifier dhd:c6f84c37-7e21-4cfd-9a34-6f5191b98df1,
+        dhd:d888a42a-12f6-48ef-98f3-f82d48090604 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:74e4a621-5a17-44aa-a6db-b0e895150d8c a dho:LeopardsHead ;
+    dho:hasModifier dhd:dcd1309e-7899-40be-addb-f37fab8f2bd4 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:74ee341e-2150-46a6-98d4-5431076beac3 a dho:Rake ;
+    dho:arranged dhd:a74fae07-a470-48c9-a436-5e5a4ae28950 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:74f10000-dd4e-4250-988c-487afa97eeaf a dho:Layer ;
+    dho:hasCharge1 dhd:4bc3e283-2ca6-48a1-90f0-d5869a72b738 ;
+    dho:holding dhd:66b4f8cb-8690-4032-842d-eb504412bc0f,
+        dhd:d4078e33-b770-4637-a370-b919df3ce7e8 .
+
+dhd:7539ee47-c3e7-460f-a643-c1c1cb24a011 a dho:Cross ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:75a8221c-c92d-4bfe-a253-314fa1988689 a dho:Layer ;
+    dho:hasCharge1 dhd:52b8699c-1574-46a0-910e-f0c1bec300d6 .
+
+dhd:75c7bd38-28c9-4ed7-940a-1068a08ef615 a dho:Layer ;
+    dho:between dhd:2868e1b7-8224-4a3f-8977-0f5d5112d90c,
+        dhd:2d621030-a5d3-4602-bcf0-8f1528eeaaec ;
+    dho:hasCharge1 dhd:085f0922-e10b-470c-b206-518bbf8909d0 .
+
+dhd:75cba396-db31-4d6d-9b61-368e7c1ca0cd a dho:Layer ;
+    dho:hasCharge1 dhd:2b4a8a15-22f4-4193-b90b-445e74725da3 .
+
+dhd:75d77f16-0e67-4438-9dcc-ce1fee4a8421 a dho:Layer ;
+    dho:hasCharge1 dhd:0ec6ce5f-f43f-47fa-ae62-14a3b796069a .
+
+dhd:75d818b1-ae34-4a52-96d6-f553c906fb1b a dho:Castle ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:75d8de02-0903-49a0-a77e-58a7e3741d80 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:76040a87-43b7-4a7d-933d-acd76cc7ce22 a dho:Layer ;
+    dho:hasCharge1 dhd:8d98a347-90b7-448f-b6dd-922175465b38 ;
+    dho:holding dhd:441e97fb-d2b4-4dfe-8964-ad9d403b3432,
+        dhd:87458584-5d77-43d1-959a-137fe88dd554 .
+
+dhd:760d6a42-ffec-4199-8280-7036fa7d0d34 a dho:Layer ;
+    dho:hasCharge1 dhd:a52de0c1-0cbf-45b4-86df-69d780db98b8 .
+
+dhd:7620b095-8691-4d0c-84c0-37c8a5cbd345 a dho:Lion ;
+    dho:chargedWith dhd:4c23a591-1985-45f2-b045-1b6631c2774b,
+        dhd:7d71fe99-01bb-41e9-82eb-6097bc842a45 ;
+    dho:hasModifier dhd:a3ed65cc-07fe-4fb9-bf61-569809fec1c1,
+        dhd:d7ecf131-d3d5-4be9-a630-b8169bb0eb44 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:764552bb-fac8-432d-9e17-6efd76869e65 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:764b06fe-ed13-4800-a830-1df01814f168 a dho:Greyhound ;
+    dho:hasModifier dhd:9fc53351-bb83-4caa-b310-84b275509a11 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:7667aed0-41be-4b6b-bac8-03441494a456 a dho:Crowned .
+
+dhd:766fbf15-b6e8-4f93-acfc-06a3bf6c9c92 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:76903dd8-b660-4625-bac7-b35fd01373ac a dho:Star ;
+    dho:hasModifier dhd:3c5a1774-54cc-4365-90e9-1d59c0cfd155 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:769b6036-d0d9-44c8-aa82-380a02e9e5a2 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:76ab2866-cb5a-4595-8129-4211ca2310d1 a dho:Inverted .
+
+dhd:76ad3e57-6573-4fc7-908b-ff89b77fb658 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:76ae3eda-b6a3-4a50-8378-006f362a372c a dho:Crowned .
+
+dhd:76d9d26e-20b7-4b21-a9e8-0ad5c74476b7 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:76f4cf87-66fb-471b-9873-76d204001eda a dho:Trumpet ;
+    dho:arranged dhd:df2a483c-769a-4fc8-bdd7-2425246326b0 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:77168e28-2565-49dc-8f1f-9fad21e5f1aa a dho:DogsHead ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:772b3a16-d952-42d7-a906-9d95151f751c a dho:Swan ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:772c63d6-cfc2-4897-b54c-42df5892c193 a dho:InPale .
+
+dhd:7734c31d-32ef-44dd-9e93-3da73b29f979 a dho:Bar ;
+    dho:accompaniedBy dhd:6c57ea45-41b3-49ae-9d2b-f0e69126ee43,
+        dhd:f9d7a0c6-0e0f-4a9e-9d76-81411559504a ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7745e0ca-1151-48a7-8cda-b4174d70c6d9 a dho:Layer ;
+    dho:accompaniedBy dhd:17fb7948-812d-4470-bdd2-670a6400568c,
+        dhd:742c0ff1-d1a6-4003-a89a-fdb2878c3737 ;
+    dho:hasCharge1 dhd:1d660cac-1cad-43d5-a0c4-21f232347ea6 .
+
+dhd:7759f7df-5018-43dd-9608-abafb3d61d3c a dho:Crescent ;
+    dho:hasTincture1 dho:Or .
+
+dhd:77612b42-0b5f-41b1-9c07-f69952ebf085 a dho:Layer ;
+    dho:hasCharge1 dhd:a7b33a8f-9b2e-496c-a684-c13eee919ef7 .
+
+dhd:77767af2-be8b-4601-a937-c823a56a8401 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:77aa2277-0403-4ab1-8c8c-6cdc5fa8671a a dho:Bend ;
+    dho:chargedWith dhd:2529b550-20d5-4c90-83e2-0728a7b47ff6,
+        dhd:4f7d7e3b-1157-422f-a3e4-a469d38ce0e1 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:77c6bb66-3add-458d-8175-90c3c3a97bdf a dho:PiedNouri .
+
+dhd:77edcba0-3473-4edf-9512-6f30315e30ea a dho:Layer ;
+    dho:hasCharge1 dhd:6d543210-1c7d-4206-8e5c-5b389c74fa65 .
+
+dhd:77ffdd6e-f090-4bfe-b898-88e783f59bc2 a dho:Layer ;
+    dho:hasCharge1 dhd:ed2792e8-b5ee-43b4-a102-7f0c990ccaa6 .
+
+dhd:781108cb-18dd-4806-b224-320c4adf4f04 a dho:Layer ;
+    dho:hasCharge1 dhd:7d6bf6a6-4df0-411a-abd0-30b3e21d82d2 .
+
+dhd:78119171-62e0-4802-8361-0ec9b88c3e4b a dho:MountedKnight ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure ;
+    dho:holding dhd:2d1cb96e-12c8-42b2-a72a-bd2e743cc142,
+        dhd:411ed28d-6c4b-4b04-a536-2e887be414b9 .
+
+dhd:78380a7b-c2f6-401a-9533-bade80e43bb9 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:78698577-2601-4c0a-81d2-c28dc3dcf268 a dho:Chief ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:786a2d2f-23f6-4432-9ce4-b491f604f04f a dho:Layer ;
+    dho:hasCharge1 dhd:7c5b7f1d-5476-4a4c-a571-71a5367991fb .
+
+dhd:78706ddc-2158-4aee-9e14-6dbe153c2f97 a dho:Millstone ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7876e6d6-16c9-4d44-bdfd-889e21b85d2e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:78779be4-d393-49c7-a28b-5360438dc52b a dho:Rampant .
+
+dhd:78845583-2516-48b0-b96a-e088f398d29e a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:78861d38-8221-4308-9324-cc6389b44008 a dho:Field ;
+    dho:hasTincture dho:Vair .
+
+dhd:78a62a0f-9895-4031-a2d9-b3a770e50ebb a dho:Layer ;
+    dho:hasCharge1 dhd:24c916d5-6a89-443d-b35c-705e324af822 .
+
+dhd:78bc106a-ec13-4d22-bd73-55e52558fef8 a dho:Lion ;
+    dho:hasModifier dhd:8026dbc9-c618-4fc7-8c6f-3f1920c1fe3b,
+        dhd:97da1b8d-355f-4dde-88f8-f061bb8cc805 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:78c1788c-70b6-493e-b058-5b80ab6b100f a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:78c4263c-0b44-42cd-9c1f-575c9678e0f2 a dho:Layer ;
+    dho:chargedWith dhd:cf29d67a-46b4-4f4d-b561-d396cd1cda87,
+        dhd:d25f7268-2aba-4d16-89cf-422a8a17f689 ;
+    dho:hasCharge1 dhd:ea11d37c-8998-4b39-b70d-a72ac7cecb37 .
+
+dhd:78dbe038-7c19-4fcf-93d7-26629a0f19fb a dho:InSaltire .
+
+dhd:78f0e1be-f067-437f-888d-16e61c03f38a a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:7900b1c6-2160-4bcd-9f83-d2ddb731bb0c a dho:Bend ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:790f6351-cf7f-4076-bf91-ef7940596e71 a dho:CoveredCup ;
+    dho:hasTincture1 dho:Or .
+
+dhd:791b9019-3d6e-4574-bab6-054fe487ad86 a dho:Fess ;
+    dho:chargedWith dhd:861f10f9-385c-42f7-8f6d-6b62100ad75e,
+        dhd:c0342e7d-9b43-431a-9ac1-1e32a5e8e8ad ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:791be651-fcbf-4146-9179-c5b142c6e564 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:79587514-a778-4f4a-8772-6b07896f0d2b a dho:Layer ;
+    dho:hasCharge1 dhd:b5b518c8-3702-4ff5-acd9-6ec64955d59c .
+
+dhd:7968bf84-4390-4bd0-b28f-a4cb77b6b2ac a dho:Layer ;
+    dho:hasCharge1 dhd:7d1539df-925a-4d6a-a74f-29bfb5b2285c .
+
+dhd:79723f86-269e-4c4d-955f-bdd6fb354cb1 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:7975dd67-ab7b-45d6-917f-c8f234eb1fd9 a dho:Lion ;
+    dho:hasModifier dhd:6b49652a-4d02-45e7-8ce1-996bfbd960cd,
+        dhd:ede1d8f2-47af-4b87-9a62-dc17357679dc ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:798ca565-652a-42a3-af37-7e52c98a2c4c a dho:Layer ;
+    dho:hasCharge1 dhd:4d55f5f2-f25c-4ca0-853a-5fdce1a63288 .
+
+dhd:79b0bf97-a69c-40e3-bb12-d31bbfbdb8ad a dho:Layer ;
+    dho:hasCharge1 dhd:ba07a385-2b54-42af-aa03-db50979234f3 .
+
+dhd:79c6a6fa-e11e-4531-9c1b-6846c68be623 a dho:Layer ;
+    dho:hasCharge1 dhd:aa0467fd-6bf7-4905-b635-160db9cd4bf5 .
+
+dhd:7a01b6bf-befa-4bc1-afe7-7df39741a34e a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:7a06249c-d35b-4044-b861-24e09f744414 a dho:Layer ;
+    dho:hasCharge1 dhd:681a0e81-9448-4df3-9e4d-0c7395580414 .
+
+dhd:7a226316-7233-497e-a43f-9a980916fdfa a dho:Field .
+
+dhd:7a442b85-266f-4456-b402-5c76c14e2e44 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:7a44d44b-6d51-424f-90b2-6f831226533d a dho:Field .
+
+dhd:7a47f59a-92be-4fd2-ae54-8996f23c4491 a dho:Rampant .
+
+dhd:7a633830-c7e8-4336-97ed-7215ca1a6411 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:7a77b604-31e7-424c-a542-3abb807c5695 a dho:Rose ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7a8353d7-534a-4465-a359-ab48e13e08d4 a dho:Layer ;
+    dho:hasCharge1 dhd:079856af-66b4-4df7-baef-63f51a7fa0b9 .
+
+dhd:7ab0b913-e418-46b9-9339-ec3593728c2e a dho:Eagle ;
+    dho:hasModifier dhd:1b2dd9e1-3ef6-4e48-b4c7-c17e85b77f27,
+        dhd:a0b3e055-325f-44c8-9ed5-d44393a68da8 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:7ad38da6-d6a8-4b75-bf42-cab0b8205d41 a dho:Field ;
+    dho:hasSeme dhd:5c0c5940-32e4-4dcf-843a-7732f47f4196 ;
+    dho:hasTincture dho:Azure .
+
+dhd:7ad77f51-d830-40b5-a6e4-a40bfa0b50c1 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:7ae14796-b574-4333-aeb9-a8757462a462 a dho:Rampant .
+
+dhd:7aea5b0b-aa77-4013-914e-255808db7841 a dho:Lion ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7b0ea842-a853-4871-af9e-ea05ee126c94 dho:hasPattern dho:Compony .
+
+dhd:7b182f05-64b7-4124-941f-17ba9c879a3f a dho:Layer ;
+    dho:hasCharge1 dhd:3a718452-c44d-4974-88bd-bca8f36720d0 .
+
+dhd:7b501715-fa12-4f44-a3a5-aa9268acd674 a dho:Crowned .
+
+dhd:7b64b4ef-e48e-4166-abc4-fa4090943fc8 a dho:Segreant .
+
+dhd:7b700a02-0405-4262-ad95-09b9361e5a04 a dho:Layer ;
+    dho:chargedWith dhd:4c23a591-1985-45f2-b045-1b6631c2774b,
+        dhd:7d71fe99-01bb-41e9-82eb-6097bc842a45 ;
+    dho:hasCharge1 dhd:7620b095-8691-4d0c-84c0-37c8a5cbd345 .
+
+dhd:7b7823f4-fee7-4b70-8259-0ec90ec2bb30 a dho:Eagle ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7b81ca66-0717-49a8-bd31-72106758758c a dho:Layer ;
+    dho:hasCharge1 dhd:139ec96f-b8a5-46d0-915e-8fab81f99bec .
+
+dhd:7bada115-2898-4441-bdd5-eb302463ae0a a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:7bb26188-c770-4299-99dc-40fbd6062f8d a dho:Layer ;
+    dho:hasCharge1 dhd:2f63716b-53c3-4729-be9c-72fe8afefff4 .
+
+dhd:7bcbadb1-b0c0-43c7-957a-6ceb12b64cc4 a dho:Fess ;
+    dho:between dhd:572d0c1e-6471-45f6-a8c9-a3890724a466,
+        dhd:b794af1c-2512-4282-ab82-2a7acee02e8b ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7bea29b9-543d-40e3-a55f-dcfa0746ebaa a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:7bebcf11-5841-4221-af7f-4fc7a312fd17 a dho:Layer ;
+    dho:hasCharge1 dhd:f56f78fa-563f-4018-8ad0-6b694d93bdcf .
+
+dhd:7bf0c122-611c-4606-85ce-5503a47c7039 a dho:Chief ;
+    dho:chargedWith dhd:39d28f88-15db-4711-ae46-fb9685029685,
+        dhd:68eaa634-e9c8-48c5-a070-65e3fe4739a5 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:7c0e1e07-768d-4766-89c3-b496188846d3 a dho:Layer ;
+    dho:hasCharge1 dhd:bd0ed1ec-a3a2-49bf-815e-ec7ef40eae73 .
+
+dhd:7c1c64fc-d13f-4250-8744-b1ab62792691 a dho:Mirror ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:7c2b33d3-bf25-4163-859a-a525a4cfa223 a dho:Chicot ;
+    dho:arranged dhd:ca651280-e900-4638-9f54-c198ae63e00f ;
+    dho:hasModifier dhd:af900d36-4fdc-4b00-a45e-20dcc503dc5b ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:7c5b7f1d-5476-4a4c-a571-71a5367991fb a dho:Label ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7c652593-87fb-4dae-8c86-00f5cf4a6688 a dho:Langued .
+
+dhd:7c73da32-5a10-4523-87c4-4448ab636837 a dho:Field ;
+    dho:hasPattern dho:PerFess ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:7c7d5981-89c6-4ebd-b86e-43ad4c681468 a dho:Layer ;
+    dho:hasCharge1 dhd:c02c5493-82b6-46a6-908a-56eaaecc331f .
+
+dhd:7c7f28e5-e338-4545-980f-109da71529c9 a dho:Barbel ;
+    dho:arranged dhd:bfdc31ea-0b5f-474d-b411-cf407b96bf39 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7c7f5f8c-f808-4576-a1db-a972e9a36095 a dho:Canton ;
+    dho:hasCoatOfArms dhd:CoA0000022239_CoAF1 .
+
+dhd:7c8231e2-1283-4821-8b00-854e93900811 a dho:Layer ;
+    dho:hasCharge1 dhd:4903affd-dd81-48c0-a65d-0e366042a4aa .
+
+dhd:7ca25ef4-ec66-4367-8e04-715706966846 a dho:Field ;
+    dho:hasNumber "of 9" ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:7cb0282a-a5fc-4f7f-8ad5-19d376867a02 a dho:Layer ;
+    dho:hasCharge1 dhd:2b4fdf37-a26a-468f-963f-cb34447054a0 .
+
+dhd:7cc1a0c7-509f-4974-a4d5-d86f96f9a305 dho:hasPattern dho:Vairy .
+
+dhd:7cd30342-4ea7-4bd5-9619-2c5a636f8f50 a dho:Griffin ;
+    dho:hasModifier dhd:e0321b47-ba65-4ca5-a121-099eeaed5779 ;
+    dho:hasPattern dhd:f4f9a832-8626-49b5-8b4f-e7ef80fb9737 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Vert .
+
+dhd:7ce3559d-7e50-429d-b241-558ffe77b8d2 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:7cfd78d6-055b-4a4a-9b7d-30ab47257140 a dho:Layer ;
+    dho:hasCharge1 dhd:09bff221-97d6-4665-8da2-ad41d89e6f1e .
+
+dhd:7d015222-0c0e-4687-91a0-0448fdc40ad3 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:7d1539df-925a-4d6a-a74f-29bfb5b2285c a dho:Fleur-De-Lis ;
+    dho:hasModifier dhd:595d7f3e-d416-4d95-8954-6116b42322d7 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7d2ee19f-a355-4287-ba6f-56392e6d6d8d a dho:Lion ;
+    dho:accompaniedBy dhd:50fcff88-afd3-47f5-bc89-44298ae6915d,
+        dhd:a08c3d24-3cb1-4ca6-be84-2502cfec8240 ;
+    dho:hasModifier dhd:28476906-c6df-4323-9771-7fe68c628014,
+        dhd:56363213-75ad-4c19-9f53-414f2cedebc9,
+        dhd:6785045c-6c89-4396-aad6-0d12e59d0415,
+        dhd:6878e260-6278-4037-ac1a-ec68a96dadae ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:7d2fa5f8-5d18-4473-9c0c-489acaf36677 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:7d3fe9bd-d992-4a3c-a8ec-03e8d9919350 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:7d494314-fe9a-49b9-9cc1-080d6523f437 a dho:ImperialCrown ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7d4cedce-c775-4b72-8f9f-03d463c76823 a dho:Chief ;
+    dho:chargedWith dhd:78b733b1-1774-4170-a7c9-3b0c9ea945db,
+        dhd:834ffc09-87f7-48d1-ab0e-b919d4506206 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7d4d72f2-bb47-4af3-aaa6-0cec80200b5c a dho:Empty ;
+    dho:arranged dhd:c29f75f1-4d89-440a-a318-88e9fc7e0f47 ;
+    dho:hasPattern dhd:1a8106f1-1c38-4abf-87b1-0f53299eb016 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7d599dbe-073a-40a4-89e7-bdc64b0991af a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:7d5ee4c2-64fa-470f-8f7a-748412136ca0 a dho:Rampant .
+
+dhd:7d604aa3-f2c0-4f8a-8aba-c2655e5c2d59 a dho:Layer ;
+    dho:hasCharge1 dhd:3a38f616-993f-405a-9c34-a6fa10230e18 .
+
+dhd:7d6bf6a6-4df0-411a-abd0-30b3e21d82d2 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7d7af994-9385-4057-a4b2-7dcc324a667b a dho:Lion ;
+    dho:hasModifier dhd:bac7cbad-98fc-4124-bd42-88598225df61 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7dc08991-1f91-4bd4-8baa-2f1f8218d5a8 a dho:Layer ;
+    dho:accompaniedBy dhd:01c0f633-8e86-4a99-8ad2-919b9c79a65c,
+        dhd:bb17025e-ca58-4beb-88d6-11537ca82bc3 ;
+    dho:hasCharge1 dhd:07c6ca40-3187-42d2-ae28-736280b0cadf .
+
+dhd:7dce9add-01d2-46a6-b731-a8a89ae2bd65 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:7e047a36-2979-4d01-ba1f-ba6f30596dd8 a dho:Layer ;
+    dho:between dhd:1302245c-0dc7-4534-b594-41806e43367c,
+        dhd:1642657e-10c9-4393-a5ec-1b32f3631910 ;
+    dho:hasCharge1 dhd:2003e01d-4010-466e-8517-a09ba88e1550 .
+
+dhd:7e180136-51e3-4176-8c5f-60d65f0d3e30 a dho:Chief ;
+    dho:chargedWith dhd:010491bc-8456-4bc3-b35f-9b9e63009e35,
+        dhd:8534e89b-03c1-4297-9bbb-63157fdc5185 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7e238d16-156c-451f-951c-738567bca3b0 a dho:Lion ;
+    dho:hasTincture1 dho:P .
+
+dhd:7e23ff7b-dbe5-45f3-8e9e-0f392d0d262f a dho:Lion ;
+    dho:hasModifier dhd:2b5e0692-28b2-4d08-a920-3b70a5df69b7,
+        dhd:3d63292a-9176-4ec9-bffb-08056dfa8da2 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Or .
+
+dhd:7e3e974b-2ff8-4d72-83cf-c4186c8a239d a dho:Crowned .
+
+dhd:7e4471a9-029a-4cb3-a1a5-0f3a51cd807e a dho:Passant .
+
+dhd:7e4b5f33-5736-4c7d-b874-49733c454bf4 a dho:Layer ;
+    dho:hasCharge1 dhd:b748f096-9c4b-4c9f-8e41-140c0d30721b .
+
+dhd:7e4c26d8-ba0a-407b-b63d-522e22ef9045 a dho:Antler ;
+    dho:arranged dhd:525bf4d8-be1c-4b1e-a509-bf776354bde9 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:7e4f4a2b-a307-44ae-a857-84a024e375df a dho:Layer ;
+    dho:hasCharge1 dhd:6415539c-5edd-45cd-afed-65eef98f214b .
+
+dhd:7e60fe34-7715-468b-9e25-85d2ed6aa48a a dho:Bear ;
+    dho:hasModifier dhd:4d4136b2-28ed-48d5-9719-67e86372c7ff ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:7e89d86f-77d2-4a1c-826b-1e8bd256f0b2 a dho:Layer ;
+    dho:hasCharge1 dhd:9b0a7878-e3ec-4ad6-a09a-e8413b6648ee .
+
+dhd:7e9683d7-5932-4d41-b98a-59dd4800b615 a dho:WaterlilyLeave ;
+    dho:arranged dhd:9e12a77d-15e8-4111-a484-00b76176d974 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7eb2859e-8be0-4a66-b5be-7f7a64fe20a6 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:7edd355b-7097-43f0-acea-5c57ae93151a dho:hasPattern dho:Compony .
+
+dhd:7ede317c-e99d-4ea8-b4ab-f7d7a6e737ae a dho:Layer ;
+    dho:hasCharge1 dhd:07f5a821-32dc-4b6e-aab1-2d2645503e06 .
+
+dhd:7ee478b0-f62f-491b-b7be-d9bf2dcb9741 a dho:Layer ;
+    dho:hasCharge1 dhd:857ee281-6175-408d-8f3c-ad7a3e3091b7 .
+
+dhd:7eed84c1-e198-487d-b3fb-da8eb60883cd a dho:Layer ;
+    dho:hasCharge1 dhd:9daad17f-a7a8-4323-9eeb-2ed6f67e6d9b .
+
+dhd:7f01bf12-898c-455d-992b-6539ba1d117c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:7f0af903-fa26-46b3-8d0b-040695569915 a dho:Layer ;
+    dho:hasCharge1 dhd:f6784afd-2471-4556-a103-a0121fdbc5b3 .
+
+dhd:7f2d00a8-3854-497e-94b0-8a089a1328cc a dho:Layer ;
+    dho:hasCharge1 dhd:b0bf4ee3-5b1a-4eaf-8886-59f554d569d7 .
+
+dhd:7f53eb29-0af5-471c-9ff5-085c20dfc85e a dho:Star ;
+    dho:hasModifier dhd:eecabf1d-5baf-4f23-a435-eeca093286d6 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:7f753ae6-6cce-408a-bb98-ea4f74ad5b56 a dho:Crowned .
+
+dhd:7f7990bb-9bfc-4175-95b3-ece69e842a3c a dho:Layer ;
+    dho:hasCharge1 dhd:13ef7d8a-c209-43da-98c2-16c658500df2 .
+
+dhd:7f7da47a-c1ac-42c0-89b2-eb17f94f192b a dho:Fleur-De-Lis ;
+    dho:hasModifier dhd:e90fd0fe-2016-4a81-bc91-4a05948d019e ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:7f87cebf-c34c-4ea3-a4eb-4b84beb06666 a dho:Seme ;
+    dho:hasSeme dho:SemyOfHearts ;
+    dho:hasTincture dho:Gules .
+
+dhd:7f99c312-b4c0-4ec9-9a21-9bb67bc2c772 a dho:Layer ;
+    dho:hasCharge1 dhd:8f0d09a7-4ff3-44cc-b414-5888b2a95c37 .
+
+dhd:7fabbf06-805f-4527-86f4-268c53dc2292 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Argent .
+
+dhd:7fb40d64-8782-4cda-9184-7b39f7ec86ab a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:7fe81176-7669-47b0-9811-e9e59f5008fc a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:7ffaa90a-0658-456a-a960-184f82450085 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:80005eef-bfae-47da-a8cd-9fa427efa123 a dho:Lion ;
+    dho:hasModifier dhd:19e45b81-1007-4f2a-9c60-2dea67dccbba ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:80028e4b-82a5-411e-b6a0-f75a769b1cc8 a dho:Crowned .
+
+dhd:800b23ea-55a3-4f12-883b-c9928e310b85 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:8013901f-89b0-47dd-ad7a-17cad6f493ea a dho:Lion ;
+    dho:hasModifier dhd:39a650ef-872d-4a10-856d-d73f5e333ad9 ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:801a8cd2-331f-4350-a4d7-7fd97535eeec a dho:Layer ;
+    dho:hasCharge1 dhd:8379e7ba-288e-4389-85c5-3cf59889aa31 .
+
+dhd:8026dbc9-c618-4fc7-8c6f-3f1920c1fe3b a dho:Passant .
+
+dhd:80402832-4010-4292-9f77-991bc149aa9f a dho:Layer ;
+    dho:hasCharge1 dhd:c38cbc56-f59d-43c8-ac01-413c9be9d2e8 .
+
+dhd:809c54e5-1a1f-49c0-a228-108311988c3e a dho:Layer ;
+    dho:chargedWith dhd:e62833e7-85ad-4426-999f-630de211d4c7,
+        dhd:f7028728-be90-4a0e-a776-7c80207b3550 ;
+    dho:hasCharge1 dhd:a58b5d45-01f2-4cb5-a183-f2f247a61993 .
+
+dhd:80d7223e-a3ce-468a-a378-c1a69e017a11 a dho:Canton ;
+    dho:hasCoatOfArms dhd:CoA0000002683_CoAF1 .
+
+dhd:80eadfd8-552c-42d7-91f5-c357b60806d6 a dho:Layer ;
+    dho:hasCharge1 dhd:9607a95a-531a-41d4-99dc-1a1c1431448b .
+
+dhd:80fd27b6-2271-4c45-8ab1-f215a6ad9124 a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:81044dfe-63c5-4bfc-8384-055519eac875 a dho:Layer ;
+    dho:hasCharge1 dhd:7c7f28e5-e338-4545-980f-109da71529c9 .
+
+dhd:812e5208-4850-4d2f-8ed8-3d61b4ad8870 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:813296db-b3d5-4fac-98c1-14092e57018a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:814ad933-42d9-48b9-a45e-9b5eccd962d2 a dho:Estoile ;
+    dho:chargedWith dhd:4a969c2e-0525-41df-8350-204575339a16,
+        dhd:e206634b-6170-4766-a1e3-dc3818d394a2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:814ef4cc-bc26-4930-9c22-65020f8f94f9 a dho:Layer ;
+    dho:hasCharge1 dhd:fa40d88c-9af3-4561-a45f-832255139f3f .
+
+dhd:815ce8d1-f7ca-472e-b109-3b38371faf7c a dho:Rampant .
+
+dhd:816a34f2-10d4-4bbe-b030-681877298650 a dho:Field ;
+    dho:hasSeme dhd:2ebc08c2-9db2-4826-a8c9-d5a501fe41f7 ;
+    dho:hasTincture dho:Azure .
+
+dhd:816ae249-4f70-48a4-9b0c-3fe3c28841b2 a dho:Armed .
+
+dhd:81707b83-7fc1-46b7-9cb6-0bfed0e19a4b a dho:Bend ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:81cc9ac8-7a9e-4e85-8eb1-ceb97e7d29e1 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:81d87acf-cbe9-47df-809d-17352f1b4cbd a dho:Crowned .
+
+dhd:81d9792c-53cc-4805-9c91-bcfee0744ee5 a dho:Langued .
+
+dhd:81f0c4bc-9d44-4f50-b3e7-2a634ab53840 a dho:Layer ;
+    dho:hasCharge1 dhd:1eeed59c-f5b7-4827-b510-f0ec01fe347f .
+
+dhd:81f6482d-cdf7-4977-b1f8-41760f29a91c a dho:Border ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8200499a-74cf-4203-a746-69d4f7acb09c a dho:Layer ;
+    dho:hasCharge1 dhd:fdaeef2b-f00c-4a15-a511-4e9715d8572a .
+
+dhd:820edcef-1bf9-4c40-9a44-2a4dd4c9a685 a dho:IronGrate ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:822ee67d-be8c-43d3-be5a-460ac0ac91a0 a dho:Saltire ;
+    dho:chargedWith dhd:b13d15e9-8370-42b7-b061-569f931580f6,
+        dhd:b185a512-3380-450f-9aae-8cb2318ddf64 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:823aa9f3-6cba-4867-a19a-abc6bb53d045 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:8244f679-6273-40d1-9f34-5a7bf6a21e6b a dho:Eagle ;
+    dho:hasModifier dhd:7048e67a-84bb-4cd4-a5ff-7887d5d98595 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:825f40ec-7659-49b2-9618-93ba6bd91316 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:826364e2-aacd-45c7-8ba9-582fe5223e17 a dho:Passant .
+
+dhd:82904ee6-c8fd-4860-96b3-f3f5ecfe6bf4 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:82ac6de7-7696-437b-a66e-82dc79cb559e a dho:Pale ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:82b1e25c-78bd-4c3a-b641-2c3ade14b5cc a dho:Field ;
+    dho:hasTincture dho:Vert .
+
+dhd:82bae744-9fa9-4302-a64c-329cb6bb4b75 a dho:Chief ;
+    dho:hasLine dho:Indented ;
+    dho:hasTincture1 dho:Or .
+
+dhd:82e1f03c-195f-46a7-a1dd-024bbddf340a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:82e2dc5d-85b7-4b12-9b47-fbbfc73e134c a dho:Layer ;
+    dho:hasCharge1 dhd:e213d400-517e-4a3f-b1b5-769647344d40 .
+
+dhd:82fa5d54-c2f2-4657-994b-8993afa0a1ec a dho:HumanHead ;
+    dho:hasTincture1 dho:Naturel .
+
+dhd:82fcf923-25c6-4a18-b457-a6195f3401ee a dho:Layer ;
+    dho:accompaniedBy dhd:27952a1c-5427-43b9-bc27-b12bcc1ce6d0,
+        dhd:b4d037e6-801d-4500-8d0c-410323be6374 ;
+    dho:hasCharge1 dhd:0ef67d6e-9f88-4954-8c48-b9226a39965f .
+
+dhd:8301ef18-f86f-4091-aae6-978663923a4f a dho:Layer ;
+    dho:hasCharge1 dhd:eae548ab-2e30-4d73-a56e-a50b627ffb10 .
+
+dhd:83077d2d-4c01-42b8-ba74-7f9921052c1a a dho:Lion ;
+    dho:hasModifier dhd:fc3e7a2b-0668-4e4d-a08d-01883269250f ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:8321fa80-f225-4707-9485-714338075919 a dho:Guardant .
+
+dhd:8323c6a9-d2e5-4e5e-9670-0e56b86188be a dho:Lion ;
+    dho:hasModifier dhd:3daa2a3b-ea42-401a-b9a5-d07d64275e7e ;
+    dho:hasPattern dhd:ab577aad-6818-4fdb-afbe-a83e1e2fc095 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:832fa6f6-546e-4844-a422-5aa367811fdf a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:832ffaaa-5750-4f5b-b841-4233947db36a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:8349ca4c-695e-4ba1-a425-bf3753a892e2 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:836026ad-c2c9-49e4-9a8b-a37812edf53c a dho:Field ;
+    dho:hasNumber "of 4" ;
+    dho:hasPattern dho:Paly ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Or .
+
+dhd:836e1a71-741f-4ad9-b585-ad503f7cf4fe a dho:Lion ;
+    dho:hasModifier dhd:303ee2d6-bcb1-4d87-8b98-a2bc8984fe18,
+        dhd:4451b163-5343-46bf-8a3d-b3453f6c3acf,
+        dhd:7667aed0-41be-4b6b-bac8-03441494a456 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:8379e7ba-288e-4389-85c5-3cf59889aa31 a dho:Lion ;
+    dho:hasDirection dho:Dexter ;
+    dho:hasModifier dhd:a2002fc7-9d2c-4cbf-aba9-e7f468b98fd6 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:8379e967-4229-4a00-9227-4e85aa57ab31 a dho:Lion ;
+    dho:hasModifier dhd:00cb2372-5de5-4897-b702-ede7b0592220,
+        dhd:89e04d7e-2221-462d-8982-f8443b38474d,
+        dhd:fde1ac62-bf21-4f3a-b388-053c831f64ea ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:839a2f69-65aa-495c-aea4-99e43c95410e a dho:Layer ;
+    dho:hasCharge1 dhd:2ecff6b7-8928-4cbb-9735-2c1267f7ab94 .
+
+dhd:83a67588-d2ec-46e7-961a-fa6a81afb585 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:83a9d83f-8137-4e7e-af92-351c9beea206 a dho:Lion ;
+    dho:hasModifier dhd:c882be1d-da70-4330-95a1-bb812f2a0c99 ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:83abc7de-e42d-48bb-9ee4-db94f8e55609 a dho:Layer ;
+    dho:hasCharge1 dhd:c5d284f2-cfbc-4ab9-aca4-46894d54818b .
+
+dhd:83acf55c-cb0d-4dae-a31b-014a6e5f8042 a dho:Lion ;
+    dho:hasModifier dhd:edd55354-60c9-4521-ba7b-0bb021c17a4b ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:83bde37f-0c76-4aeb-954d-5c48e1083720 a dho:Lion ;
+    dho:hasModifier dhd:e8b04b55-bbc2-48ea-a70b-fa0a63cede98 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:83c60857-836a-4ea8-b6f0-41e79dac32e2 a dho:Layer ;
+    dho:hasCharge1 dhd:c1ac4e16-b180-496a-9043-ae31fb226b56 .
+
+dhd:83e60e8f-160c-41df-a89b-3546647afda6 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:84027c30-e394-4e6a-b51e-401d21e89b82 a dho:Issant .
+
+dhd:8409a03f-6ba6-423d-b784-5703852063eb a dho:Rampant .
+
+dhd:8435b65b-e5d2-420f-8963-aaf4f11f37e7 a dho:Layer ;
+    dho:hasCharge1 dhd:0fec2275-b111-486e-a286-4a25e0c062c4 .
+
+dhd:8440ee56-38a1-4cae-ab18-288904ef7deb a dho:Layer ;
+    dho:hasCharge1 dhd:e2f73c85-9be4-49de-a259-e7a7cbe45523 .
+
+dhd:84b83794-20a4-473b-8c2f-8bd1d8a278af a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:84bb94d9-c14a-441d-befb-78d90e44672e a dho:Crowned .
+
+dhd:84c2df53-151e-4990-95a3-e68ba4d037ce a dho:Chief ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:84c50a6b-c9fd-451c-911a-96a8ca5c5059 a dho:Crowned .
+
+dhd:84cb09dc-0235-40d7-8aff-91c8130e491f a dho:Crowned .
+
+dhd:84e1cfd6-e393-423c-9f6b-0cb8cb69319c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:851a957e-a68e-454f-b669-7a0ce1519bd3 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:851ab8f1-e50d-4fa9-948f-c6d759bccd86 a dho:Langued .
+
+dhd:8528972c-9747-49cb-8dec-a67ce78db18c a dho:Layer ;
+    dho:accompaniedBy dhd:007d8ec0-55cc-492e-82a7-0d9fa058f360,
+        dhd:ac18ae9c-b502-4c23-85c2-6dcc6d9473cc ;
+    dho:hasCharge1 dhd:3e449972-509d-4253-ab3e-282aebe9323c .
+
+dhd:8547a1f3-68c2-4e41-9782-afe879d9573f a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis .
+
+dhd:8555fff0-bba7-4743-b663-b2f27a7ce12f a dho:Flanchi ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8579a530-2ae4-4c45-a48f-51cd13604e7a a dho:Layer ;
+    dho:hasCharge1 dhd:f8bdecab-8e23-4a1c-8420-f2b7f5bea204 .
+
+dhd:857ad85d-76e7-4d02-8cf4-f92aebceacda a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:857ee281-6175-408d-8f3c-ad7a3e3091b7 a dho:Lion ;
+    dho:hasModifier dhd:cda6c914-1e29-44ee-bc43-864599c9546a ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:85869e93-1f47-4f3a-94f4-3403037642bf a dho:Bend ;
+    dho:hasLine dho:Cotised ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:859d5cc8-0618-4019-81d0-27b10e45043f a dho:Griffin ;
+    dho:hasModifier dhd:e4233135-e2ee-48a0-8932-e1cdbcfc9124 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:85a9b395-9b2b-4519-bfcb-6bedb3063b6c a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:85ae29c3-a225-4c79-8e8d-b1c6f99a9247 a dho:ReedMace ;
+    dho:hasNumber 5 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:85b1b9f0-a909-4acc-a069-1ba4e7372d67 a dho:Label ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:85bc7779-05de-44e7-bf98-b0c471fdcd7f a dho:Lion ;
+    dho:hasModifier dhd:c7cf36f5-c0ee-4c50-88be-9d519c950cbe,
+        dhd:f37c7fd0-e2a7-4eef-8f95-5090735de1ed ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:85c4185e-1440-4621-a0ef-8ff2a000742c a dho:Layer ;
+    dho:hasCharge1 dhd:f236de88-3d81-4195-ae93-15176c6b68b3 .
+
+dhd:85e697f9-2eda-48b9-abaa-28dc6a8b59b3 a dho:Layer ;
+    dho:hasCharge1 dhd:3f9ad07b-1ed5-4cf5-853b-0065fd15517e .
+
+dhd:85e962f6-83e3-4852-bb72-235076e22211 a dho:Layer ;
+    dho:hasCharge1 dhd:eb4a37f8-2eec-428c-90c4-14d6a29ea315 .
+
+dhd:85fabe4b-d0ac-4070-9278-acc637fa20f7 a dho:Field ;
+    dho:hasSeme dhd:ceee3585-ce8c-43b6-994f-8efceea8c065 ;
+    dho:hasTincture dho:Or .
+
+dhd:86142f29-fbbe-4cb1-9ce7-3665d85695be a dho:Layer ;
+    dho:hasCharge1 dhd:cc697ae7-c981-4c28-b3bd-59637be02d8f .
+
+dhd:861a98f6-e0bf-4d65-aa8d-98f7f7255f14 a dho:Cowardly .
+
+dhd:861de866-4587-4987-9259-5596f29ef6f7 a dho:Lion ;
+    dho:hasModifier dhd:81d87acf-cbe9-47df-809d-17352f1b4cbd,
+        dhd:ecd496d3-a45c-4078-9bd3-7804cc45df94 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8629d030-1ad2-4da3-ad1d-933a17a3f866 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:86492c0a-c957-464b-a7ca-45644631b357 a dho:Lion ;
+    dho:hasModifier dhd:4adc03bf-51e9-4bd4-84ba-3a080ec7ea6d,
+        dhd:64c62677-3601-4cdd-83f1-c9f575b361b3,
+        dhd:e533660e-e7be-4657-8054-4b5b6b92d394 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:86567c51-a8d5-4a64-b3b4-0d38c5c6bdfb a dho:Layer ;
+    dho:hasCharge1 dhd:02580114-d2c1-4e72-bcc0-2d213658c34d .
+
+dhd:866caf24-7344-4d6c-92ca-bc61ae52fb3f a dho:Layer ;
+    dho:hasCharge1 dhd:d049d95f-c0f4-4e12-9847-a2b8a613efdd .
+
+dhd:8671ee21-9ec1-4228-b235-e8a752fbe1ca a dho:Chevron ;
+    dho:between dhd:94ce633c-eb91-4193-85f8-4a4d47556a8d,
+        dhd:bd2b7daf-92ab-4f49-9b59-55bc5a56860a ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:86a41be0-96f7-45d0-ae32-3b48355cdb84 a dho:Chief ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:86dc0bfa-02cb-49a1-9a00-ea18586cf322 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:86f0387f-c07c-4f8b-8c58-498a35d7360d a dho:Field ;
+    dho:hasPattern dho:PerChevron .
+
+dhd:86f5f370-708e-419d-8eb4-a77dae9b1ef3 a dho:Fess ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:875ef0d0-f832-45c1-98fd-16931338ea6b a dho:Layer ;
+    dho:hasCharge1 dhd:4920ac21-3f18-4175-a5b2-fb46d19cb7d8 .
+
+dhd:87681f1b-10a3-4dae-9254-9c809eec9eda a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:87859db9-3b4d-473c-b1e7-daff13d25733 dho:hasPattern dho:Chevronny .
+
+dhd:87863b82-35ea-45d5-9603-dded7e2b830f a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:87923609-c1d0-436e-8b4d-ca69e819e0e8 a dho:Layer ;
+    dho:hasCharge1 dhd:127d4c28-96d8-4bab-99ef-10896f693c36 .
+
+dhd:87a5cef0-1dd9-4413-9539-547a43fef463 a dho:Eagle ;
+    dho:chargedWith dhd:1ce18a99-ce37-4397-8272-27ba75ad140b,
+        dhd:fd4dded1-b252-4ef5-b00a-354f7d1bcb79 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:87de006b-14c2-4a90-8566-1516429cc285 a dho:CrossBotonny ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:87e600b8-ae4f-4f40-9df9-36d57a27dd44 a dho:Layer ;
+    dho:hasCharge1 dhd:7e23ff7b-dbe5-45f3-8e9e-0f392d0d262f .
+
+dhd:87f18be0-8a5d-4cb5-a009-9caff3efa3d3 a dho:Axe ;
+    dho:arranged dhd:b1fdeafb-d49b-40c3-9590-9623504e753f ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:87fad29c-c700-455f-8844-833af12273e0 a dho:Layer ;
+    dho:hasCharge1 dhd:a83a4b13-a124-4936-b099-724b5e40bb00 .
+
+dhd:8810d7e5-a163-4990-a66a-f2d0dc89ef0f a dho:Fess ;
+    dho:chargedWith dhd:734daee7-ec0d-41f7-a65b-e494c0a13b9c,
+        dhd:cffab53d-60bd-4261-b657-dc5c01756dfb ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8831d389-4d4b-4896-a98d-b431b91c9df9 a dho:Lion ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:883669cb-dfef-4d66-9460-db2938629511 a dho:Crowned .
+
+dhd:88373c21-b7fc-48db-b57d-77e84e4ad9b3 a dho:Chief ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:887e2cd9-c133-4fd6-bb34-af1268cb7995 a dho:Lion ;
+    dho:hasModifier dhd:ab033c3f-aaaf-462e-be13-c99b95f46b5f,
+        dhd:ce66a7f0-9363-478b-90fc-8d77dc775286,
+        dhd:ec45ab3b-5ed5-4cba-a86a-f51d545e6837 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:888d94a0-d021-475b-aa4f-591fa98187fa a dho:Layer ;
+    dho:hasCharge1 dhd:926ccd73-e783-4ad9-ad36-c976acf01bd0 .
+
+dhd:88bcc17a-41cb-47ee-9733-d23f8c0be7e5 a dho:Layer ;
+    dho:accompaniedBy dhd:2f39adf2-6b31-4c07-a86d-cd2134f1c621,
+        dhd:cb64c13b-71a3-4c2e-b095-6fe33cbec7d9 ;
+    dho:hasCharge1 dhd:eeede6a8-b85a-4a48-8165-476a0b669cec .
+
+dhd:88ea8127-940a-4841-b288-50b9d93b6127 a dho:Eagle ;
+    dho:hasModifier dhd:272fcc7a-daa8-4703-b49d-406fb3c5c7d9 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:88eace0d-fed0-48c8-88e9-03c90fa6a745 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:88f328b2-ea1d-45aa-9622-52f299641293 a dho:Arm ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:holding dhd:35d0a682-b236-4652-bd1f-6b69f43973e8,
+        dhd:800959d6-b2ec-4289-828e-3aef62288f59 .
+
+dhd:8900eccb-d0ff-4290-816f-cd5f4b423982 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:89012211-0ef8-4d5d-bce0-695f66064ee2 a dho:Chevron ;
+    dho:hasLine dho:Grady ;
+    dho:hasPattern dhd:1a8e50fd-dcbd-4bdd-918b-5e6fab0628a5 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:890c40dd-26b8-41e7-b32e-0dc71a8bab7a a dho:Layer ;
+    dho:chargedWith dhd:58d94a47-b4f4-4883-9785-86e1f2c55b71,
+        dhd:6f9fcf48-4aae-4244-848b-b2f87e711df8 ;
+    dho:hasCharge1 dhd:02c1b76e-69af-45b0-8d0b-2e446138710b .
+
+dhd:890cba66-0eab-4838-ae50-4f12dd74d8d8 a dho:Flory-Counterflory .
+
+dhd:8919d6e7-a07a-44ca-b3cc-c611b9411a21 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:89204eed-4d4b-4ed4-97e2-17d6032c9b0e a dho:Lion ;
+    dho:hasModifier dhd:0d3a6d40-fd32-453f-a964-986d736f9622 ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:8948cef5-7dd4-4772-9db6-6467eb0bdd32 a dho:Layer ;
+    dho:hasCharge1 dhd:3cf53d1a-9982-4646-88f0-1f650b492560 .
+
+dhd:897d2574-cd96-4903-97df-a4b1d2eeb0bd a dho:Bend ;
+    dho:between dhd:16b22721-bba8-4f22-a4d5-9b4e4239cc5e,
+        dhd:1ae2ed71-c4b5-465f-982b-543e39f0ec37 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:8981e3c5-1dac-4310-b17f-08c82a04b621 a dho:Langued .
+
+dhd:8983deac-51d1-47ef-92ed-d260def3546a a dho:Layer ;
+    dho:hasCharge1 dhd:e38886a5-5087-43ba-856d-0e4706f746e3 .
+
+dhd:89911b91-3aec-4b59-8c8b-86e60006b0f2 a dho:Layer ;
+    dho:hasCharge1 dhd:89012211-0ef8-4d5d-bce0-695f66064ee2 .
+
+dhd:899eca30-2245-4d5a-9ad9-dd600a78ea61 a dho:Saltire ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:899f5f44-51df-4b3e-8cec-91e416620c6c a dho:Lion ;
+    dho:hasModifier dhd:a5461d8c-00d5-4383-b5bf-0320b02f430c ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:899faca2-aae9-480b-8180-622ac1b0356d a dho:Crowned .
+
+dhd:89dfad8f-40cd-4e76-b14b-d2c37df9b172 a dho:Layer ;
+    dho:hasCharge1 dhd:b666901c-9438-42b4-a581-d0d7c560f8bb .
+
+dhd:89e04d7e-2221-462d-8982-f8443b38474d a dho:Armed .
+
+dhd:89e5bbec-3869-42f2-84b3-55417446187b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:89e69369-c9ac-48f2-b32f-b1aeac796ee8 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:89f33a2f-de91-4b44-a881-b87c2b96488a a dho:Wolf-Hook ;
+    dho:hasModifier dhd:f537f967-1ac2-4e8a-8ad1-cd8aa92388da ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:89f79475-2942-400c-b595-b0bc196fc52b a dho:Empty ;
+    dho:hasPattern dhd:5ee56f23-be61-4d76-b21e-001882696f1f ;
+    dho:hasTincture1 dho:Or .
+
+dhd:8a0a787b-46e4-498b-858d-130cdaa02e9e a dho:Crowned .
+
+dhd:8a1ad538-7082-426f-a099-28741b964924 a dho:Fesswise .
+
+dhd:8a6fc4fb-0554-47d0-9220-32cdb19cfff8 a dho:Layer ;
+    dho:hasCharge1 dhd:e86f5251-6bce-48d8-9565-d1f340f11b08 .
+
+dhd:8aace665-1124-4d0f-942a-0f739745b158 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:8aad95c7-33e5-4810-9c91-cf5eb5d196e4 a dho:Field .
+
+dhd:8ac619e6-0f17-4783-a150-06c0187ba48f a dho:Border ;
+    dho:hasPattern dhd:0fb9d592-9630-49ee-9ee9-55596499dc56 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:8ae49d94-e750-4247-bd58-438b07964216 a dho:Layer ;
+    dho:hasCharge1 dhd:00422fcd-2150-4c37-9a1d-950a02833bda .
+
+dhd:8ae794f6-455c-400a-a0c4-5e6a612bc958 a dho:Layer ;
+    dho:hasCharge1 dhd:2e408697-2a5f-478b-ad4b-32666c35a2c7 .
+
+dhd:8b1664bf-4638-496f-abab-69e5d2fd3f8c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:8b4b6407-c87f-4299-889b-1d5c0d82f902 a dho:Lion ;
+    dho:hasModifier dhd:55977aba-0055-4393-96a7-37d8c1882f8f ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8b53dcc1-0ad2-47c2-b71a-d733dc6a56c0 a dho:Layer ;
+    dho:hasCharge1 dhd:06362f69-0cf6-4c2a-b8e6-e86fef92c8ba .
+
+dhd:8b93413c-8408-4282-9371-15248d9b7c18 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:8b93963d-5304-4969-abd8-23efdeea34b4 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:8ba2bfb6-7893-4bc5-9916-bd52bbca891f a dho:Eagle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8bad8324-6929-4965-8397-85d0b177772c a dho:Label ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8bb7860a-dc0f-4738-aa59-432df5c26618 a dho:Fretty ;
+    dho:hasTincture1 dho:Or .
+
+dhd:8c099e3b-4eec-48cd-8d80-9983631836c6 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:8c28aa1b-cf98-44ae-a2ec-66e1744cf05c a dho:Border ;
+    dho:hasSeme dhd:b5781291-994a-4282-b2cb-db27a7498747 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8c2996c6-1271-48f0-8e99-67f96a22512a a dho:Border ;
+    dho:hasPattern dhd:125d8a8e-0268-4e69-8ae9-9daad3a17182 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:8c3d58bd-45bb-4301-8a3f-bc91ceba9193 a dho:Layer ;
+    dho:hasCharge1 dhd:a087f4c9-97bf-4f1f-b63b-dceaa18c9990 .
+
+dhd:8c41b3a0-d208-41e0-8ecf-afc695346db5 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:8c4bb462-5b0d-4cc3-a0c1-42e19c3960f4 a dho:EaglesHead ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8c4d8209-5133-4d76-9bdd-881b4d2eb664 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:8c527b3a-af61-432b-b6c8-25e2b164d236 a dho:Field ;
+    dho:hasTincture dho:Vair .
+
+dhd:8c7bce5e-3017-416b-ab97-9b33b2f9dace a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:8c9909ce-5405-45cd-b5d4-4f75ba8c00c5 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:8cc1da5e-f16c-4e0f-86f2-5e3abe021b0c a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:8cc91c01-aa63-4fed-bc45-cc751cc32893 a dho:Bend ;
+    dho:chargedWith dhd:3845e4b8-2cf5-4273-9bcf-eb1921b68799,
+        dhd:8892d1dc-1809-4e6f-935a-db796f6effa4 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:8d03bd91-3423-4349-a9d7-68458022b959 a dho:Field .
+
+dhd:8d2afd7a-24a2-4e2e-866e-625bf035233e a dho:Rampant .
+
+dhd:8d54faad-359f-4715-812e-482f86db969c a dho:Increscent ;
+    dho:arranged dhd:6aa2102b-5e1a-4f83-a5a1-a1c346e87e17 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:8d6260cc-7157-4501-95c4-0cc848569038 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:8d67de7c-47c2-47dc-a5c7-0e9af87194b8 a dho:Naiant .
+
+dhd:8d6ca8bf-4712-405a-93b0-4e0d8222421e a dho:Field .
+
+dhd:8d97c22d-ee2d-4cf2-bdf3-282dd728450e a dho:Layer ;
+    dho:hasCharge1 dhd:8379e967-4229-4a00-9227-4e85aa57ab31 .
+
+dhd:8d98a347-90b7-448f-b6dd-922175465b38 a dho:MaunchFisted ;
+    dho:hasTincture1 dho:Argent ;
+    dho:holding dhd:441e97fb-d2b4-4dfe-8964-ad9d403b3432,
+        dhd:87458584-5d77-43d1-959a-137fe88dd554 ;
+    dho:isstDx dhd:b2d3f9d8-7458-4d73-aa53-81942fcce2ae .
+
+dhd:8da788f8-c69a-4b18-954a-a9280c0e8f8d a dho:Layer ;
+    dho:hasCharge1 dhd:a4685222-0154-402a-8f3c-c29f6e582f61 .
+
+dhd:8dc53641-bd85-418c-a75c-19f3954ccdbd a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:8def81f4-e9f2-419e-b4f4-add2eb37adaf a dho:Chief ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:8df7b2a6-e65a-4490-8776-aafa459e167f a dho:Layer ;
+    dho:hasCharge1 dhd:83bde37f-0c76-4aeb-954d-5c48e1083720 .
+
+dhd:8e0b1933-1116-4a2d-9b46-453d81963721 a dho:Layer ;
+    dho:hasCharge1 dhd:9af912e9-2e85-43e2-8fdc-6c6e14ee6581 .
+
+dhd:8e1976dd-9293-4b38-8712-4a00805ce896 a dho:FessOfLozenges ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8e1e3110-e24e-4964-8199-5677c2f2d26b a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:8e615a65-33a3-46ff-8d26-b2df7839473d a dho:Lion ;
+    dho:hasModifier dhd:624d760c-f4a8-468e-a7e1-2004cc00d18a,
+        dhd:6be40320-ad15-4eae-a52f-47ece1fc1e5c,
+        dhd:ad2e7de8-e903-4c9e-b415-836aa9393a7a ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:8e61f4ed-783c-41ae-8ccf-bc56489954b9 a dho:Layer ;
+    dho:hasCharge1 dhd:3b2f7dfa-4cff-4618-8cbd-9f2c470d81bf .
+
+dhd:8e7a058a-06f4-4641-a8d7-fb94af170886 a dho:Lion ;
+    dho:hasModifier dhd:a39665da-6412-44d6-b590-597383478593 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:8e816d19-a78b-479b-bb12-298a160f3527 a dho:Eagle ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8e86060a-d960-436c-8c19-04a26fffcc2d a dho:Langued .
+
+dhd:8e86c5cb-c310-488a-abe5-01757ccaa00f a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:8e921274-6ac5-4492-b93f-d82616b6cf2a a dho:Langued .
+
+dhd:8e95a257-546d-4a74-90c5-6bb700a7f239 a dho:Layer ;
+    dho:hasCharge1 dhd:28d94fc7-4720-46b8-ad8d-469e171f89e0 .
+
+dhd:8e9c3073-3383-4794-a8d8-1ca7917cd75c a dho:Eagle ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8ef0fce4-f79f-4c0f-ba97-bbe2a814ff05 a dho:Bugle-Horn ;
+    dho:arranged dhd:772c63d6-cfc2-4897-b54c-42df5892c193 ;
+    dho:hasModifier dhd:12179827-a8a2-464a-b466-508edaf4d903 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8ef14dcc-d00a-4eb8-ae7d-7a2c744e7e90 a dho:Passant .
+
+dhd:8f0d09a7-4ff3-44cc-b414-5888b2a95c37 a dho:Lozenge ;
+    dho:hasNumber 7 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8f19c4e1-97ba-4d79-85dc-80b3a73ab230 a dho:Roundel ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:8f39cf98-6f15-43d3-99f3-1edbf0677f87 a dho:Layer ;
+    dho:hasCharge1 dhd:772b3a16-d952-42d7-a906-9d95151f751c .
+
+dhd:8f59d508-c7c5-42bd-a572-711a1ae290fc a dho:Layer ;
+    dho:hasCharge1 dhd:0aaa9e20-ce82-4543-a545-6cdc27d22401 .
+
+dhd:8f7e2aec-047d-4dc4-85ea-475d0c45b1e1 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:8f823a4b-0d91-43eb-a76d-9b33cd9dd17f a dho:Bend ;
+    dho:hasPattern dhd:9ae9eff3-ab98-4b25-affa-f1bba8614bf5 ;
+    dho:hasTincture1 dho:Ermine ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:8f88ecf6-98a9-4894-a08f-88829bf34278 a dho:Layer ;
+    dho:hasCharge1 dhd:99642122-9af6-4a5c-ac41-bf0ebed16788 .
+
+dhd:8f9d49eb-ce3a-4dc9-91c2-2756bdb3738b a dho:Flanchi ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8fd8be7f-ebae-48bb-b578-22a16f4ec142 a dho:Layer ;
+    dho:hasCharge1 dhd:9b3ebdf4-ec7d-4bb3-b834-8007eddc7839 .
+
+dhd:8fdee70b-8a30-4430-8153-7f9e1f1041d6 a dho:Layer ;
+    dho:hasCharge1 dhd:25c874aa-2eff-4ad9-a4ce-9e80174ad5cd .
+
+dhd:9000aebf-3ef7-4e22-807f-0a968262f1b5 a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Vair .
+
+dhd:902e7a5f-22ec-485c-a3a6-7203a66a3e17 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Ermine .
+
+dhd:905138de-12bc-46cd-bbff-d02959720b9a a dho:Issant .
+
+dhd:9051d455-990c-445b-8c10-8ead9e4bb7b6 a dho:Lozenge ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:905a02a9-192f-45e0-82e9-9c15ded40ee2 a dho:Field ;
+    dho:hasPattern dho:Plain ;
+    dho:hasTincture dho:Argent .
+
+dhd:90776b47-9fd2-4063-adca-83bc067934c3 a dho:Bend ;
+    dho:chargedWith dhd:124656f7-142e-400d-96b2-dedcfc054d33,
+        dhd:d33c596c-467c-4bad-ac6e-0e867f77d3d1 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:90a61d9d-367e-4fbf-bf8f-bdc05d939d80 a dho:Cross ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:90a6a79e-0c9d-45da-99ac-3bd9d07c56f6 a dho:Fess ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:90b39b19-554d-424d-8c06-5b323cd21622 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Azure .
+
+dhd:90b9ed62-ed58-4d20-92ee-abeb02723cf2 a dho:PosedBendwise .
+
+dhd:90cb08b8-bf5b-437f-8392-a7e2af8a65ba a dho:Layer ;
+    dho:hasCharge1 dhd:6b5f6adf-3b0e-4155-8ea0-80977f7a70b1 .
+
+dhd:90cda241-0f07-4496-a0f1-140e21386eef a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:90e2e18e-f407-4c36-bb0a-c46d6b451731 a dho:OrleOf .
+
+dhd:90fc2ead-e168-4dac-af23-23a5bce969bc a dho:Saltire ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:910cc940-f8cc-48b0-9387-451e9621109b a dho:Eagle ;
+    dho:hasModifier dhd:e28c068c-5440-4cbb-b33e-63eb81d8f3c1 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:911198f1-4cf5-4002-8c80-3c9ca2c46b87 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:911fdb0e-1888-4845-a190-4e75ebf8527e a dho:Chief ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:912df5f7-32fc-44a7-b184-6805abb15a1c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:91438069-8553-4648-a9f9-093388c76fab a dho:Layer ;
+    dho:hasCharge1 dhd:7b7823f4-fee7-4b70-8259-0ec90ec2bb30 .
+
+dhd:9147d9a6-3c4b-4426-8795-a39fe3922996 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:914e4868-87ec-469d-be04-e9e17248a666 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:91577bf0-291b-4ef8-b3b4-5ad440a672a6 a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:9157a1a1-9403-4e6b-942d-ca5f893715f6 a dho:Layer ;
+    dho:hasCharge1 dhd:cfbd5f95-c1ec-4b73-b0f4-c09acd18fd12 .
+
+dhd:919ae0cb-65ec-4553-9223-dd25ffd4c531 a dho:Rampant .
+
+dhd:91a6098f-c4f3-45b6-9026-eed2802ecccf a dho:PerBend .
+
+dhd:91b5da78-920b-49e3-ba8b-eff090a17630 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:91caaadc-cec2-4dc4-8f82-7f318262d49b a dho:Langued .
+
+dhd:91d147b9-4a6a-4646-baa6-add944405673 a dho:Field ;
+    dho:hasSeme dhd:3edd4ac3-5182-492a-b92f-4d2cd3851d12 ;
+    dho:hasTincture dho:Azure .
+
+dhd:91e3d5a7-0021-4d82-b162-f5a551bc0cca a dho:Layer ;
+    dho:hasCharge1 dhd:b5dca9c5-4915-4747-ada5-3486088c9edf .
+
+dhd:91fca4dd-8e52-4022-bea4-cb35d8728434 a dho:Eagle ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:9238b684-cf5c-45cb-96cb-19069054dac8 a dho:Lion ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:924c2451-eb4d-4e9f-af29-b83a1aca4f1b a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:9261187b-20a1-4768-ae7d-f697e2038615 a dho:Layer ;
+    dho:hasCharge1 dhd:2c7227da-f7e4-4b2d-83ac-43a8f038a4c4 .
+
+dhd:926841b8-96b3-4393-b39a-969a74628eaa a dho:Layer ;
+    dho:hasCharge1 dhd:5b00b408-8bfc-47ff-b681-eaed1a320ece .
+
+dhd:926ccd73-e783-4ad9-ad36-c976acf01bd0 a dho:Label ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:927cf591-27fa-441b-91fc-8dee0fcff0ef a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:927e7bda-5b41-421b-af01-9a7cb2f19c90 a dho:Greyhound ;
+    dho:hasModifier dhd:9788a31d-5bd6-49ba-bcd5-b78991173e69,
+        dhd:9a77963b-3045-4bb3-a492-4669ca407d96,
+        dhd:bbda5636-b903-42f0-b7d9-5173bea7eea4 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:92c1649b-a6f1-4559-bf4f-561a4369e6bd a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:92e28ff6-e42c-47c3-89c2-8685b25d7072 a dho:Layer ;
+    dho:hasCharge1 dhd:5b182bda-f24c-471a-a38e-40825f834485 .
+
+dhd:92e98383-e5c5-46ed-8a2c-7aec8ac7f101 a dho:BarOfLozenges ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:92ea7cea-661e-47ea-aa18-800320bfaba9 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:9324d958-3357-4dbe-9d77-a495876d70a0 a dho:Layer ;
+    dho:hasCharge1 dhd:09a66136-10bb-4bdc-8bcd-0d3827e2c926 .
+
+dhd:9327fafe-9dec-451e-a84c-e43a92b658c8 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:93612e03-25f5-4aaf-b6a0-e1d19c6ce5b2 a dho:Layer ;
+    dho:hasCharge1 dhd:6e2830e2-aa1c-4498-9422-46d19a52ecd7 .
+
+dhd:93794092-95ba-4a4a-afff-262467d358ca a dho:Castle ;
+    dho:hasTincture1 dho:Or .
+
+dhd:9386a8d4-4149-4ed6-881b-35279e3c8b6c a dho:Layer ;
+    dho:hasCharge1 dhd:56dbab79-2406-4aa7-a32e-9999fca6f1b3 .
+
+dhd:939418d3-c491-47ca-9e12-90c7b7822f27 a dho:Lion ;
+    dho:hasModifier dhd:2a304aee-b533-4f14-a58b-ba3c620cbdb5,
+        dhd:cf7c84f1-4718-4b5c-9be1-1b472fbf4305 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:93c65af2-fb4e-499a-9288-d93de7eaaf84 a dho:Layer ;
+    dho:hasCharge1 dhd:f090e940-8b65-40d7-b3f0-b0565bbaab75 .
+
+dhd:93e22008-f79b-4be3-8319-a7725b405b76 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:93fcd1ba-e58a-45f2-9600-439a9b922557 a dho:Layer ;
+    dho:accompaniedBy dhd:26ca2919-5cf9-4719-bc6d-1cb4f553ac88,
+        dhd:437a59c8-d036-4edd-a715-7a7e004620f0 ;
+    dho:hasCharge1 dhd:c4aaa87d-b465-4998-aab0-18815d59587b .
+
+dhd:943a95d1-0121-4cbd-8c0e-c351aff1c689 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:9442d299-78d8-49a9-ab40-f47687ce80b6 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:944537bb-c975-476e-a3da-a5c8dd4af3dc a dho:Layer ;
+    dho:hasCharge1 dhd:f5f33fa5-4650-4de1-9753-5c3833402ed1 .
+
+dhd:94466778-99b1-4dfd-a933-de85cea5e6e2 a dho:Field .
+
+dhd:9468d5ab-2e8e-4a71-a9bd-0dde4deb9ef7 a dho:Field ;
+    dho:hasSeme dhd:9327fafe-9dec-451e-a84c-e43a92b658c8 ;
+    dho:hasTincture dho:Azure .
+
+dhd:947e5e2b-083c-46e7-9941-ea2cca05a12f a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:9485e76d-8f73-4c89-bb63-e28237121453 a dho:Addorsed .
+
+dhd:94d07f79-097b-4a07-8010-520e6eeac113 a dho:Guardant .
+
+dhd:94f135de-7d60-434a-812b-7184e78d9452 a dho:Layer ;
+    dho:hasCharge1 dhd:b1d947b3-b6fc-4e91-8a81-7f170c2d6f4d .
+
+dhd:9505d710-53a8-4fae-9cda-e5a6a591375d a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:95075128-0078-4c96-9faa-b4d321aa187b a dho:Field .
+
+dhd:951062fb-a4e1-4877-ba50-c8b674db56a5 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:951117a8-e288-41c0-a3da-093a870c6003 a dho:Layer ;
+    dho:hasCharge1 dhd:e5ecf218-ad81-4e5c-890b-78dc86d05aca .
+
+dhd:952332f7-a422-4fc8-ac12-6eae186c1893 a dho:Border ;
+    dho:hasPattern dhd:7080d165-7dcc-4252-b85c-7a239d19a413 ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:952823a7-40c5-4cc0-b4eb-40b4c9ba4d15 a dho:Lion ;
+    dho:hasModifier dhd:09089a0f-c091-4e62-a2e1-9a752fadd46b,
+        dhd:d30488a0-951f-45b8-843b-0c1771b8db8f ;
+    dho:hasTincture1 dho:Or .
+
+dhd:953c268b-4043-44a5-bd9c-f4a0bc8f0574 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:954228c3-de57-4436-aaaa-e9471a500de5 a dho:Lion ;
+    dho:hasModifier dhd:5881c021-2557-4fc0-bd9e-091742fe167c,
+        dhd:603ed39c-a86c-4d26-aabe-c28b3c436dfa,
+        dhd:6e29227b-611e-41b9-ad25-115e58067768,
+        dhd:d2f9bc65-93cc-4695-b9d7-5a3ea25b1298 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:955343e1-7711-4a48-9f5e-bd7903462778 a dho:Layer ;
+    dho:hasCharge1 dhd:b2d962ff-67eb-4c53-81a2-a1ab8d4d20e9 .
+
+dhd:9595b5dd-d300-4f50-aed9-b2c4d58960bb a dho:Doubleheaded .
+
+dhd:95b05c25-1ddf-47aa-867c-dc7b5cbe8b78 a dho:Layer ;
+    dho:hasCharge1 dhd:3000eaf5-0a96-438b-8192-a729681570c6 .
+
+dhd:95e8652d-9bbc-4537-a016-55dbc07984b6 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:95eaff37-3e91-47e9-93e4-9c9d855a91c2 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:95ef2f6b-9254-46f0-8452-7c0a148f9d0e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:95f49756-9b4b-4770-b0e7-fdc98d0a560c a dho:Layer ;
+    dho:hasCharge1 dhd:bcfcfb54-54eb-4a3d-8427-79ff31290b61 .
+
+dhd:95f5c72f-e9b8-4a46-a887-6d940211017c a dho:Crowned .
+
+dhd:95f6403e-4bca-4ced-9145-64d9dc2f944d a dho:Layer ;
+    dho:hasCharge1 dhd:7c2b33d3-bf25-4163-859a-a525a4cfa223 .
+
+dhd:9607a95a-531a-41d4-99dc-1a1c1431448b a dho:Pale ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:961241b6-293d-4c6b-897e-f4ac78d3cbb0 a dho:Field .
+
+dhd:961b5a0b-3ae6-4755-86b2-636364103172 a dho:Layer ;
+    dho:hasCharge1 dhd:30c0e2de-8929-44ca-90b1-870719b5cdf7 .
+
+dhd:962a29b8-5082-49b5-a951-d3b18c1bd954 a dho:Chief ;
+    dho:chargedWith dhd:409fb11e-0dca-4516-8498-9b087a5e7b76,
+        dhd:d31286a1-26b3-4420-84fb-20452e255022 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:9642d4c3-5bf7-4dcb-ad96-84042073d744 a dho:Langued .
+
+dhd:965d3d09-14b9-4dc3-a27a-e446bd4767cb a dho:Crowned .
+
+dhd:966c6bbe-3b02-4072-8c7d-3e1abb395da1 a dho:Lion ;
+    dho:hasModifier dhd:459f803a-3f07-43cc-9fb5-ef9ac3121933,
+        dhd:84cb09dc-0235-40d7-8aff-91c8130e491f ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:968daa65-1de2-47a0-837e-d42a9c0fb9e2 a dho:Layer ;
+    dho:hasCharge1 dhd:3d2d46ce-a9a3-4a06-94d1-e06e71dbc30c .
+
+dhd:96be2aed-f7f5-458e-8ec5-d0ab9fed424f a dho:Layer ;
+    dho:hasCharge1 dhd:f36d327f-6661-421f-a388-bf8dcb8c5537 .
+
+dhd:96c1537b-1d19-4e23-adc2-492eb34116b0 a dho:Field ;
+    dho:hasPattern dho:Chevronny ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:96c43f05-6a6f-4c05-a4cc-64fa2766cfe5 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:96f26145-eba4-450f-9764-c96ad982702d a dho:Layer ;
+    dho:hasCharge1 dhd:e89cef4a-a247-4fb3-b977-6d00863a7cac .
+
+dhd:96ff769b-b302-447f-84df-859ecc8377e1 a dho:Layer ;
+    dho:hasCharge1 dhd:b79a3f62-78ac-4f50-b842-70cd9d6f9998 .
+
+dhd:9710d760-c916-4bbf-b574-895fd1223081 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:9748702e-6071-4364-934b-0a2415397ac3 a dho:Layer ;
+    dho:hasCharge1 dhd:ec1a2b95-f007-4289-a646-95a77be1b8dc .
+
+dhd:97538f0c-a2c3-4eba-9e39-16487c26948e a dho:Naissant .
+
+dhd:9788a31d-5bd6-49ba-bcd5-b78991173e69 a dho:Armed .
+
+dhd:97c954f3-b813-4e76-bb10-4ea539bb2268 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:97d5dcaf-bfa9-450f-93cb-a16a43c65491 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:97da1b8d-355f-4dde-88f8-f061bb8cc805 a dho:Guardant .
+
+dhd:97e9d484-d910-4904-a3a3-978df7655fee a dho:Layer ;
+    dho:hasCharge1 dhd:a9f4a327-1b22-4898-9b84-6c5a8307ba85 .
+
+dhd:9825c59d-686c-4d03-b41b-87b1343f7d5b a dho:Layer ;
+    dho:hasCharge1 dhd:d9f13316-1cbd-4766-8b33-ee984a508067 .
+
+dhd:9857af71-d7f5-4e8f-a167-b1813feff837 a dho:Guardant .
+
+dhd:9866ad8d-0511-4258-b77d-7d01123e1087 a dho:Crowned .
+
+dhd:9874a588-a662-4e90-9b97-cc72dec409f0 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:98822e4a-124f-4ec3-921e-41351720c96e a dho:Layer ;
+    dho:hasCharge1 dhd:f6342e1a-9f02-480e-9faf-89dd8d5e56ce .
+
+dhd:98a35c78-01b4-4b01-8a22-931ca58290cb a dho:Layer ;
+    dho:hasCharge1 dhd:5ad4058e-e4e7-4dea-8e6b-147fce63ddf8 .
+
+dhd:98b2276a-fd96-4732-88db-530016d95db6 a dho:Lion ;
+    dho:hasModifier dhd:088ddb3d-7274-4558-a178-d01c89b91e4c ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:98d04924-644c-440e-91ef-92f3d9a47b5c a dho:Field .
+
+dhd:98f1bbe0-39cf-43ee-84d7-9602b6cc8224 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:9918f19c-e142-4f7b-b5b7-d3311ff481ef a dho:Layer ;
+    dho:chargedWith dhd:175c6a2e-3fc6-425d-ad80-c3314e7c1923,
+        dhd:26bdbe75-aad6-47ef-ad17-f5fa268185d6 ;
+    dho:hasCharge1 dhd:ec47f862-d358-4d34-ac60-a3c34ec8c326 .
+
+dhd:991f2af5-ea3e-4b9c-aab8-636be450e44c a dho:Field ;
+    dho:hasSeme dhd:f2f2fd49-30c8-42c8-b8e1-f932ec0c8656 ;
+    dho:hasTincture dho:Sable .
+
+dhd:9936827c-6067-4af2-ad5f-f536853bab6b a dho:Layer ;
+    dho:hasCharge1 dhd:efe2e217-f595-44ff-95d6-564b0d231100 .
+
+dhd:994e55c0-5d1f-4b1d-ad96-923f0b0f83d9 a dho:Bugle-Horn ;
+    dho:arranged dhd:c640bdc2-08b4-49f7-bbb6-695d7e10fbe2 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:99642122-9af6-4a5c-ac41-bf0ebed16788 a dho:Border ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasPattern dhd:a91b303a-1ae2-49ac-84a2-83c1a97b130c ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:997336c2-9668-4a06-8685-3e28bfa49ee3 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:99918c4d-bbb1-4114-a72e-238b2d1658c4 a dho:GarlicPlant ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Vert .
+
+dhd:99aa62a8-50be-4f4f-bae5-59d13aa7bd5f a dho:Langued .
+
+dhd:99ae895d-e050-4925-936b-a302e8ec268d a dho:Layer ;
+    dho:chargedWith dhd:8bce3ae1-4319-4faa-859e-99814f2ee64f,
+        dhd:c4cd5183-a661-41c7-b9a3-b917967d2e28 ;
+    dho:hasCharge1 dhd:fb025e89-4ead-4ac5-8b9a-d314ecc80d5b .
+
+dhd:99d427df-2933-4599-968c-8c44e89f7e8a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:99e41ebe-0dcf-4699-bbc9-9eef25684e1e a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:99fcada9-fffb-4648-b0c3-2b4506684b5b a dho:Layer ;
+    dho:hasCharge1 dhd:b498926e-6adf-4ae9-b528-a7ecc04e92da .
+
+dhd:9a25cf42-0da1-4644-a639-1331d3c326b4 a dho:Layer ;
+    dho:hasCharge1 dhd:05a4a95f-ad68-4c15-893e-a1cd3b293599 .
+
+dhd:9a2b6597-45eb-4aaa-94f2-9e91bcc4852c a dho:Layer ;
+    dho:hasCharge1 dhd:170901b4-acbf-4763-9870-2b37dbc06558 .
+
+dhd:9a50c45c-60b7-417f-96a2-9bb6b66808b1 a dho:Layer ;
+    dho:hasCharge1 dhd:92e98383-e5c5-46ed-8a2c-7aec8ac7f101 .
+
+dhd:9a77963b-3045-4bb3-a492-4669ca407d96 a dho:Langued .
+
+dhd:9a7d3f74-25b1-4fe1-83c3-383afcc2f419 a dho:Layer ;
+    dho:hasCharge1 dhd:456b4ed5-b829-49d5-bf59-a08631c11f18 .
+
+dhd:9ab24d18-3c36-4eda-9549-7cb1a74bb4e6 a dho:Wolf ;
+    dho:hasModifier dhd:c9371dad-9545-4c4a-ac17-81c7d2a3101c ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9ac9d29e-b414-49d3-b85b-a38d87ff3496 a dho:Rampant .
+
+dhd:9ad6c356-20ae-4bae-8ef6-442390bcbeea a dho:Lion ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9ae9eff3-ab98-4b25-affa-f1bba8614bf5 dho:hasPattern dho:Compony .
+
+dhd:9af912e9-2e85-43e2-8fdc-6c6e14ee6581 a dho:Lion ;
+    dho:hasModifier dhd:3d90edd7-5a0e-4df0-9d69-c20a9bf3727c,
+        dhd:e6386ec8-ed00-450c-abd6-eb8cc6cc80ed ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:9af9f229-c479-48a6-b228-f009dd446532 a dho:Layer ;
+    dho:hasCharge1 dhd:e5a0589a-3af3-4182-b6c6-08d89c2b37eb .
+
+dhd:9b03f937-7abd-48b9-bdd0-93c401cd088b a dho:Issant .
+
+dhd:9b0a7878-e3ec-4ad6-a09a-e8413b6648ee a dho:Viol ;
+    dho:arranged dhd:d2ee149c-01b0-4996-b9ef-2ef5edfb2724 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:9b0ceb40-cbb7-4b4e-babe-717810441489 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:9b0ec19e-fb18-4e8e-a7a5-cc37c93b3c18 a dho:Layer ;
+    dho:hasCharge1 dhd:9ad6c356-20ae-4bae-8ef6-442390bcbeea .
+
+dhd:9b2896fa-03ed-4c2c-a0fb-86375ef6e219 a dho:PerPale .
+
+dhd:9b3a9629-5c12-4361-aa9b-b16e3241bfac a dho:Bear ;
+    dho:hasModifier dhd:646fa013-91b4-41b7-8ee6-8ba9b2cdb286,
+        dhd:d775088e-9883-4581-a143-5425d073ad6d ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9b3ebdf4-ec7d-4bb3-b834-8007eddc7839 a dho:Fish ;
+    dho:arranged dhd:db590100-fed8-40f8-9539-c79ae40285af ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:9b525104-1add-4df3-85f7-f9c772e26518 a dho:Fish ;
+    dho:arranged dhd:df9921fb-8835-40fb-a078-d813f9cb92ec ;
+    dho:hasModifier dhd:bcc33306-181d-4f68-a711-e4953f457d78 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:9b6e0e44-bc62-488f-95aa-7e134c4db20e a dho:Layer ;
+    dho:hasCharge1 dhd:37d2fc62-0735-4940-9a7e-303970a8ebf1 .
+
+dhd:9b86ff26-26fe-469b-af4a-98c101ccc944 a dho:Layer ;
+    dho:accompaniedBy dhd:80527bd6-2624-40c7-8a9a-6fcc5777983e,
+        dhd:a8a5f38e-1355-4b35-90e9-d8c65120e9af ;
+    dho:hasCharge1 dhd:530e7aa2-4de5-496e-8fda-fa582fc1710e .
+
+dhd:9b98da43-1be1-4431-a4e9-bab1e17b318b a dho:Seme ;
+    dho:hasSeme dho:Roundelly ;
+    dho:hasTincture dho:Argent .
+
+dhd:9b9ad33d-1334-43f7-a3e2-8a04af9ecf4d a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:9b9d392a-6bea-4378-bfe3-421730d807fb a dho:Layer ;
+    dho:hasCharge1 dhd:d44255d5-2790-4c41-9104-916e2f797fa7 .
+
+dhd:9ba8ac3f-8bc8-47ad-aef5-3601ffb0539c a dho:Eagle ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:9bb303f1-94d5-46b5-8346-617b173ce68e a dho:Guardant .
+
+dhd:9bcae002-eb24-4fc9-9c53-fc5fa7b40c9a a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:9be6c442-9259-489d-897c-218d013e3fbb a dho:Eagle ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9bf09bf7-d229-48e3-a7e6-045851c519a4 a dho:Eagle ;
+    dho:arranged dhd:9d1a8bc4-a0b9-4836-9804-3cb28da303e4 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9bf18334-d93a-4eef-876f-6b6198270860 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:9bf1eccd-b944-4673-9eb2-d538fcf371df a dho:Seme ;
+    dho:hasSeme dho:Crusily .
+
+dhd:9bf238e3-2c4c-44bf-9f74-4ac037a3510e a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:9bf8bbb9-c42f-4cb3-8de7-00f15757bcc8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:9c386757-9696-4097-afd0-6705b203747f a dho:Layer ;
+    dho:hasCharge1 dhd:c590ea7c-d99f-49dc-9c19-9aa81915a088 .
+
+dhd:9c39b9cd-90fb-41b1-9162-ca4a723a82ab a dho:Layer ;
+    dho:accompaniedBy dhd:68b9a554-1c91-4770-a9a1-19493e643532,
+        dhd:d06b1558-d57d-4efa-afb4-ad5830505b5a ;
+    dho:hasCharge1 dhd:0a92c501-87e7-4dba-9268-43dec088dd03 .
+
+dhd:9c5b57f7-2da4-487d-ab8b-19e3563bb289 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:9c5ed115-e213-4ccb-8e23-fc81bf15fad2 a dho:Layer ;
+    dho:hasCharge1 dhd:53e21391-0baf-4569-b4e6-b7580521c161 .
+
+dhd:9c61d33f-67cf-49d1-a541-26418499561f a dho:Slipped .
+
+dhd:9c866965-ac5d-46fc-a1bb-03ba737d4cca a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:9ca94abc-4f7d-4aec-ade8-672500c7154d a dho:Layer ;
+    dho:hasCharge1 dhd:8c2996c6-1271-48f0-8e99-67f96a22512a .
+
+dhd:9caea2ee-ea29-4961-95b6-4522c080e4f0 a dho:Layer ;
+    dho:hasCharge1 dhd:411da98f-ff92-4c33-8122-58a23e583b7b .
+
+dhd:9cb641b7-537e-403b-80dc-b2b6c5db254b a dho:PerBend .
+
+dhd:9cdb4b35-0219-4f3c-99b1-ecb654843dfa a dho:Field ;
+    dho:hasTincture dho:Ermine .
+
+dhd:9cdd0ee4-ba3e-42da-b494-742ea39077a5 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:9cec76a2-ac48-48bd-a1f6-ab7a7abc8a21 a dho:Layer ;
+    dho:hasCharge1 dhd:951062fb-a4e1-4877-ba50-c8b674db56a5 .
+
+dhd:9d0bdbb5-27ae-4ec2-a817-7f9c816d175d a dho:Layer ;
+    dho:chargedWith dhd:c586d23e-8aca-4f85-a722-9e37da34f333,
+        dhd:cd879d6a-17e7-4e01-b1bb-d1b089906bb7 ;
+    dho:hasCharge1 dhd:10081058-36f1-4df7-90db-48560c51216c .
+
+dhd:9d1a8bc4-a0b9-4836-9804-3cb28da303e4 a dho:InPale .
+
+dhd:9d322896-4e4b-4da9-b6bc-87408aa2dd60 a dho:Bend ;
+    dho:hasTincture1 dho:Or .
+
+dhd:9d3c31cc-478b-4d39-9e45-5e5c75055b9a a dho:Saltire ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:9d3d01aa-b4f5-4c5b-a9cf-57a750417f30 a dho:Layer ;
+    dho:hasCharge1 dhd:9d9c9067-c212-481d-a0ac-c89e60c29f36 .
+
+dhd:9d63c7b7-4f42-492f-8c96-be8385c86a0d a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:9d6ec8a6-a817-4538-8285-5bb6d0ce5867 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:9d7c3c22-780d-4ef2-8763-9d8803788947 a dho:Field ;
+    dho:hasSeme dhd:9710d760-c916-4bbf-b574-895fd1223081 ;
+    dho:hasTincture dho:Azure .
+
+dhd:9d7db787-9070-4b17-b159-15d9d6d164a1 a dho:Layer ;
+    dho:hasCharge1 dhd:6adabc51-13b0-44b5-892d-926e5b4ec6dc .
+
+dhd:9d822b60-1377-472c-8030-66d699be8057 a dho:Layer ;
+    dho:hasCharge1 dhd:da539d8d-820a-4fed-aeb9-e6091cc4b013 .
+
+dhd:9d884496-252b-4a6d-ad3b-888c993a7983 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:9d99e998-a5db-4c14-83c8-4aded81f5c35 a dho:Monk ;
+    dho:and dhd:5573f87a-eb08-4982-a5c4-10975f697497,
+        dhd:dc4de3e1-3a68-47cc-870b-f01db6fe6ee2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9d9c9067-c212-481d-a0ac-c89e60c29f36 a dho:Lion ;
+    dho:hasModifier dhd:e62b67ed-0962-468a-934f-2c3a8d356064 ;
+    dho:hasTincture1 dho:InOmbre .
+
+dhd:9daad17f-a7a8-4323-9eeb-2ed6f67e6d9b a dho:Chevron ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:9db1838f-e740-4d28-920f-246e8828f9eb a dho:Layer ;
+    dho:chargedWith dhd:857eb99a-efde-4968-aad4-d174c55ae759,
+        dhd:f5c34f03-b61c-41c8-9ea4-0f370e476f4c ;
+    dho:hasCharge1 dhd:287672af-8c6a-4dad-98be-55eca710768c .
+
+dhd:9db72371-bfbf-4fe7-be07-663c7e57d784 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:9dc883e3-c3d1-4432-8b54-cb48a6c3ee2e a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:9de623ee-f401-4d3b-85e0-c989cc6afe1f a dho:Rose ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:9de67952-0c98-4faa-a7d5-8877833f7b8c a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:9e02aaca-850f-4672-8719-69c97b0e512b a dho:Lion ;
+    dho:hasModifier dhd:5a187c23-39cf-49c8-9cd1-720b89fd02ce,
+        dhd:e9dee223-321e-4a4c-a015-8e727a29d1e5 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9e0a192b-305d-45de-9b73-142e173b115f a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:9e11822f-38e0-4a3a-8589-5ecfb2433e9d a dho:Seme ;
+    dho:hasSeme dho:Roundelly ;
+    dho:hasTincture dho:Or .
+
+dhd:9e12a77d-15e8-4111-a484-00b76176d974 a dho:ConjoinedInPairle .
+
+dhd:9e2fd799-f419-4e83-b8e8-58a645ea6730 a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:9e392e29-28d7-4155-a0e1-434108fdc147 a dho:Issant .
+
+dhd:9e45a6ea-6a02-4afa-91e0-d7d88877123f a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:9e984e0a-1720-4165-b57c-3e9046d991af a dho:Layer ;
+    dho:hasCharge1 dhd:313b8e84-ee9e-4aa1-a7a1-e66bc7b40f12 .
+
+dhd:9ea59ac4-86b9-4d2b-871b-724429033428 a dho:Field ;
+    dho:hasSeme dhd:da51d9fc-77fa-4435-a4ca-ce0f275f15df ;
+    dho:hasTincture dho:Gules .
+
+dhd:9eb327a6-db32-4313-806e-2e25ddd9f052 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:9eb93053-4001-4ad0-9246-8c774706d276 a dho:Layer ;
+    dho:hasCharge1 dhd:93794092-95ba-4a4a-afff-262467d358ca .
+
+dhd:9ed352ab-efbc-4cd9-980e-8517933c7b25 a dho:Layer ;
+    dho:hasCharge1 dhd:2b5916b0-f750-4d0b-8c36-2d5aa9d720e9 .
+
+dhd:9ed4bced-2d24-4e92-b0d8-06211a409f3c a dho:Crowned .
+
+dhd:9ee1c33b-37eb-4bdf-85d6-71b489f71ccf a dho:Layer ;
+    dho:hasCharge1 dhd:49591a63-c251-4fc0-97d6-dd9626f27e7a .
+
+dhd:9ef736c6-9233-4bd7-83ec-9889f2b09c7f a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:9f2261c7-5e0a-4ab6-8201-095c2bf64fa8 a dho:Increscent ;
+    dho:hasTincture1 dho:Or .
+
+dhd:9f3184d7-b1c9-4850-822b-d7150ac9096f a dho:QueueFourchy .
+
+dhd:9f8693a1-a248-4096-b3df-8506a3d4f340 a dho:Layer ;
+    dho:hasCharge1 dhd:6a8ac46d-f0d7-4a82-b784-9d46c021052e .
+
+dhd:9f89b863-9108-4620-affd-44a146c9465a a dho:Rose ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:9f8a0e63-680d-420b-9039-aa83f4de0588 a dho:Field ;
+    dho:hasSeme dhd:e7653bc5-a301-4c00-8eaa-351d417d38d4 ;
+    dho:hasTincture dho:Azure .
+
+dhd:9f8ea112-04d8-4271-8481-60ae2bd4795d a dho:Crowned .
+
+dhd:9fc53351-bb83-4caa-b310-84b275509a11 a dho:Salient .
+
+dhd:9fd0c746-2d97-4fd9-ae2f-dd182d98a194 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:9fd2faf8-e05c-4216-938f-bd98eae4353e a dho:CrossMoline ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:9fd9a1e6-ed85-4ab4-850d-5c9b129dadc4 a dho:Rampant .
+
+dhd:9feaa735-a2e0-4559-bac7-4edf6d8a0f6e a dho:Bend ;
+    dho:between dhd:1805911f-dcfb-4e7b-99f3-dfa29b73bf8d,
+        dhd:9a20b9fe-b85d-4b95-81bf-ac3ca4bf25d4 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:CoA0000000001 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8c7bce5e-3017-416b-ab97-9b33b2f9dace ;
+    dho:hasLayer1 dhd:47cd52c5-5015-4cff-97d4-55a1ea25bdf6 ;
+    dho:hasOMAID "1" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000118 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "switched order of Charge1 and Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000000118_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:924c2451-eb4d-4e9f-af29-b83a1aca4f1b ;
+    dho:hasLayer1 dhd:216512a7-c3be-4477-bf53-f5c7b5b8ecab ;
+    dho:hasLayer2 dhd:b5daee4a-242e-41d4-9fbf-6c8aa97c124f ;
+    dho:hasOMAID "118" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000194 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000000194_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5a0c7520-20cb-443e-a077-64e29b503a9f ;
+    dho:hasLayer1 dhd:5fb4248a-4583-4512-8376-9dc94862e04a ;
+    dho:hasOMAID "194" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000194_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a4a05eb0-eb35-4518-96b6-12800244ac2a ;
+    dho:hasLayer1 dhd:33180b98-1de3-43b0-848d-61c91b14376e ;
+    dho:hasOMAID "194_1" .
+
+dhd:CoA0000000198 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:db694062-08b9-4527-ab58-543d84298cb5 ;
+    dho:hasLayer1 dhd:7eed84c1-e198-487d-b3fb-da8eb60883cd ;
+    dho:hasOMAID "198" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000307 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7132f6c6-8094-45c8-9ba3-5c1c12780b4c ;
+    dho:hasOMAID "307" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000384 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued and armed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000000384_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4f38d5c3-8ecf-4ceb-8e21-ffcaf4c6fd89 ;
+    dho:hasLayer1 dhd:ae5a7421-ac2e-4c2e-8b69-89cd8521bfaa ;
+    dho:hasOMAID "384" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000396 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a5bbcafc-9efe-4155-9ec8-7395891a8980 ;
+    dho:hasLayer1 dhd:0bd1ec44-20a6-487d-af5f-d299ed6f0bbe ;
+    dho:hasOMAID "396" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000526 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f2546c21-73b4-463b-8a35-67411171abfb ;
+    dho:hasLayer1 dhd:81f0c4bc-9d44-4f50-b3e7-2a634ab53840 ;
+    dho:hasOMAID "526" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000548 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000000548_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e3995ea5-e860-4196-9d46-59cb04e29096 ;
+    dho:hasLayer1 dhd:f85d2ed1-2430-485d-a0b2-6c89964b3ff5 ;
+    dho:hasOMAID "548" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000548_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:7ad38da6-d6a8-4b75-bf42-cab0b8205d41 ;
+    dho:hasLayer1 dhd:3e4e81e7-9a57-41e6-8596-5628568b27a5 ;
+    dho:hasOMAID "548_1" .
+
+dhd:CoA0000000586 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000000586_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:28160a68-a37a-4acf-989a-94a1e13ee416 ;
+    dho:hasLayer1 dhd:31fb1ccb-46e5-4249-a23d-55832fd34ab9 ;
+    dho:hasOMAID "586" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000720 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7a01b6bf-befa-4bc1-afe7-7df39741a34e ;
+    dho:hasLayer1 dhd:d0cb2302-e929-4c28-8dc6-53c7bd873f11 ;
+    dho:hasLayer2 dhd:bcd03028-3089-4ed2-ac61-b54a891ce34a ;
+    dho:hasOMAID "720" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000759 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:33b0f06a-e5e2-4867-bd0b-7fbc3289fc95 ;
+    dho:hasLayer1 dhd:2eaf3012-0c60-4846-9ecb-4a0e5296fbe0 ;
+    dho:hasLayer2 dhd:2529b550-20d5-4c90-83e2-0728a7b47ff6 ;
+    dho:hasOMAID "759" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000000773 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed potenty / added second tincture to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000000773_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e7b9c8fb-5d1e-4c65-a95b-f0c3358f26e2 ;
+    dho:hasLayer1 dhd:4dd50366-1ac0-4cc1-87b7-f545485511df ;
+    dho:hasOMAID "773" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001113 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6b96e130-4a03-4297-b79d-f1cac4e80b9e ;
+    dho:hasLayer1 dhd:88bcc17a-41cb-47ee-9733-d23f8c0be7e5 ;
+    dho:hasLayer2 dhd:2f39adf2-6b31-4c07-a86d-cd2134f1c621 ;
+    dho:hasOMAID "1113" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001146 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c7e94fd0-15de-4e23-8a1a-d8883df81646 ;
+    dho:hasLayer1 dhd:60b741b1-fcd9-45ca-affc-6b853a9bca7c ;
+    dho:hasOMAID "1146" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001227 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed tincture for Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000001227_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cc5a39c5-abe9-46ef-9c13-fed47577cf93 ;
+    dho:hasLayer1 dhd:f4fc73a9-82db-4c7b-87ee-966f96b0082e ;
+    dho:hasLayer2 dhd:882561da-bcae-4473-ae4b-f569220f70f7 ;
+    dho:hasOMAID "1227" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001319_2 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000001319_2_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e381b72c-10d3-4de9-8cd8-911e86fa6098 ;
+    dho:hasLayer1 dhd:dd1ad094-031f-4a4e-a20f-0870e33e0d4c ;
+    dho:hasOMAID "1319_2" .
+
+dhd:CoA0000001319_2_1 a dho:CoatOfArms .
+
+dhd:CoA0000001357 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1 to missing" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000001357_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:458f157f-30f4-4ea7-b836-1c9e1be64b77 ;
+    dho:hasLayer1 dhd:6880adef-ba3c-4472-a578-e03cef161721 ;
+    dho:hasOMAID "1357" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001386 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b65c721d-d8f7-48cd-8b65-15529388fb3e ;
+    dho:hasLayer1 dhd:495c890d-54af-402f-a94d-902955986476 ;
+    dho:hasOMAID "1386" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001458 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued, rampant and armed to Charge1 / fixed tincture of field" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000001458_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2e558d13-20f9-4764-8c68-67c693788b16 ;
+    dho:hasLayer1 dhd:36623144-04be-4330-9518-6c05301b3558 ;
+    dho:hasLayer2 dhd:4eb3d13a-7af2-45a1-abec-a5835dba9a57 ;
+    dho:hasOMAID "1458" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001468 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b53a2877-2874-483e-b490-bdae79ba6785 ;
+    dho:hasLayer1 dhd:1e9ea2c9-86e3-438a-90c4-dd9cc18551bc ;
+    dho:hasOMAID "1468" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001543 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6c480d54-6ed7-4839-9319-ae494df09ea1 ;
+    dho:hasLayer1 dhd:d2b5b147-46a9-47c2-aec3-247b94ffd23d ;
+    dho:hasOMAID "1543" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001609 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7876e6d6-16c9-4d44-bdfd-889e21b85d2e ;
+    dho:hasLayer1 dhd:eb111695-7346-401f-bc44-c2920192f11e ;
+    dho:hasOMAID "1609" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001660 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e7468457-cb9d-4048-8ef1-096ff4cdea38 ;
+    dho:hasLayer1 dhd:e6a85021-db77-4dad-bdcf-33a480724b41 ;
+    dho:hasLayer2 dhd:5513007b-7967-4757-b6a8-7c1b3ef83fa1 ;
+    dho:hasOMAID "1660" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001673 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e957bdb7-fe80-474c-a235-462f08214859 ;
+    dho:hasLayer1 dhd:ec2bb514-042f-4992-a668-020edd4d002b ;
+    dho:hasOMAID "1673" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001988 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed tincture of Charge1 to O" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000001988_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2ba95de6-734c-4e09-8e02-0046b062b87b ;
+    dho:hasLayer1 dhd:0ae67bc9-0d68-4fbc-a453-8a31a69f5886 ;
+    dho:hasOMAID "1988" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002410 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed dx from Charge2_dir" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002410_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:112aa57a-a28b-4343-bf39-f4c0ccd1b90d ;
+    dho:hasLayer1 dhd:dd1bf738-f2c5-472c-b7d3-8b56968e49d7 ;
+    dho:hasLayer2 dhd:68eaa634-e9c8-48c5-a070-65e3fe4739a5 ;
+    dho:hasOMAID "2410" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002421 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:26c66609-7655-48a5-8a05-dcbe264a60d3 ;
+    dho:hasLayer1 dhd:356a2331-8a93-46cb-8a80-d73c4ffaa61a ;
+    dho:hasOMAID "2421" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002422 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6f9e355b-8969-4b17-97cd-1c81a0f1eadc ;
+    dho:hasLayer1 dhd:426233f2-2d27-4ea4-934c-063fe7a31e4e ;
+    dho:hasLayer2 dhd:42417a7f-34af-4447-baaa-da3e75a8bfc3 ;
+    dho:hasLayer3 dhd:8be2cc33-fd97-4af3-8e47-7b2cac214ef1 ;
+    dho:hasOMAID "2422" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002423 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c8600608-d756-4b12-ac53-3ffcfc3e8ea6 ;
+    dho:hasLayer1 dhd:208f1598-28c7-4791-a6c8-d8ce775a5c73 ;
+    dho:hasLayer2 dhd:7091a975-1ba2-4f88-9647-5ce6c81a339e ;
+    dho:hasOMAID "2423" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002426 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:da40dd43-fab4-49e4-b077-ee63ace24447 ;
+    dho:hasLayer1 dhd:44f178c4-f3d3-443e-9fe1-20a95e58057e ;
+    dho:hasLayer2 dhd:f6ae64a0-c802-41aa-8839-4679420ab696 ;
+    dho:hasOMAID "2426" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002437 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:712a55d7-dc2f-4f12-bbac-30d053881a34 ;
+    dho:hasLayer1 dhd:d8fde929-6998-4d23-9a7d-6c99b10ca0ed ;
+    dho:hasOMAID "2437" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002438 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:faf9e929-4599-4567-a444-292c42de86b9 ;
+    dho:hasLayer1 dhd:29ee51a5-c671-4f35-8439-9153bf617ed8 ;
+    dho:hasLayer2 dhd:888d94a0-d021-475b-aa4f-591fa98187fa ;
+    dho:hasOMAID "2438" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002439 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1eeb61d5-d556-4948-a196-7a96824f6fd9 ;
+    dho:hasLayer1 dhd:de27b0a2-01e3-4a7d-82b8-c63e7a8f6d00 ;
+    dho:hasLayer2 dhd:a57baaa8-0b6a-4139-b01c-3a80ab731e52 ;
+    dho:hasOMAID "2439" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002440 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant to Charge1 / fixed tincture of field" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002440_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ae3e6c9b-1711-438d-ac20-ae5b69d0b2a7 ;
+    dho:hasLayer1 dhd:22734b6b-ea35-42b3-ba4b-b7712d901a47 ;
+    dho:hasLayer2 dhd:5e1234ce-ba05-49e7-a44f-70c275befdf6 ;
+    dho:hasOMAID "2440" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002440_CoAF1_1 a dho:CoatOfArms .
+
+dhd:CoA0000002442 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b70784b9-634c-442e-99a8-10b39d99790c ;
+    dho:hasLayer1 dhd:89dfad8f-40cd-4e76-b14b-d2c37df9b172 ;
+    dho:hasLayer2 dhd:e6d70637-84fb-47ff-9c1c-d86b9f4e32a0 ;
+    dho:hasOMAID "2442" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002443 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of field" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002443_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:52712c18-e1f3-4990-9e60-a6560fdc723e ;
+    dho:hasLayer1 dhd:3eb1864a-7af8-42fb-bb23-2eee9bda8a62 ;
+    dho:hasLayer2 dhd:ec97bd28-0dce-41a6-a9e2-c8c38a871f17 ;
+    dho:hasOMAID "2443" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002444 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture for field / added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002444_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:912df5f7-32fc-44a7-b184-6805abb15a1c ;
+    dho:hasLayer1 dhd:cb2aab27-e067-428c-b491-c56e494bfe71 ;
+    dho:hasOMAID "2444" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002445 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued and rampant to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002445_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3404e5b4-1698-400c-93f1-1154966eaed5 ;
+    dho:hasLayer1 dhd:6b65f150-1088-4acf-9ab0-8796c074ee80 ;
+    dho:hasLayer2 dhd:7c0e1e07-768d-4766-89c3-b496188846d3 ;
+    dho:hasOMAID "2445" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002446 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5b87ba78-7ebe-42c7-afd1-59ebfc9d5601 ;
+    dho:hasLayer1 dhd:c890042d-7ae5-4bbe-9441-c891dd7f2924 ;
+    dho:hasOMAID "2446" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002447 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:78c1788c-70b6-493e-b058-5b80ab6b100f ;
+    dho:hasLayer1 dhd:233814ff-90c3-4ec2-90b0-a89e41a201ec ;
+    dho:hasLayer2 dhd:2aac0edb-8829-41d9-8a21-c711450fce3b ;
+    dho:hasLayer3 dhd:cc8af3d3-7495-4961-bc9c-9983b4498c3a ;
+    dho:hasOMAID "2447" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002449 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fa94fa67-2794-4517-ae51-3c90d9c5e43c ;
+    dho:hasLayer1 dhd:1f6d9a25-0e4a-41a1-996d-241524cebdc5 ;
+    dho:hasOMAID "2449" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002450 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:477abaf6-3b72-4544-b432-0d88761392bd ;
+    dho:hasLayer1 dhd:6c2c29f2-1135-4ee4-ab58-639e438e39d9 ;
+    dho:hasOMAID "2450" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002451 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:698961ca-bf0c-4146-b911-e813cd8ceefd ;
+    dho:hasOMAID "2451" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002452 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1bb47109-1e3d-4d83-9660-1ca884ee780a ;
+    dho:hasLayer1 dhd:a8fabb82-8039-48fa-8186-061b69d77e77 ;
+    dho:hasOMAID "2452" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002455 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:210c9749-c165-4060-bc59-9c6f6de8a129 ;
+    dho:hasLayer1 dhd:15535b98-9760-4faf-8f90-0fbdf6ffd097 ;
+    dho:hasOMAID "2455" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002457 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002457_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:914e4868-87ec-469d-be04-e9e17248a666 ;
+    dho:hasLayer1 dhd:a90bb360-e245-4b47-b9af-39a2d67e1418 ;
+    dho:hasLayer2 dhd:94ce633c-eb91-4193-85f8-4a4d47556a8d ;
+    dho:hasOMAID "2457" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002459 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1 and Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002459_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2d87fc8a-9194-4c91-8e01-02ebd5557bce ;
+    dho:hasLayer1 dhd:bc658d33-d041-4e5f-a29f-ff5f3bbf3795 ;
+    dho:hasLayer2 dhd:0f847303-8b13-4fdf-9059-0d8c32ea02ee ;
+    dho:hasOMAID "2459" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002461 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1a77fa89-182b-4d4c-bccf-54987ce0edcc ;
+    dho:hasLayer1 dhd:160aabd9-99c3-467e-9e24-4b03ed24fd7e ;
+    dho:hasOMAID "2461" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002462 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b10cca52-c0b7-4bbd-b1e9-6fbabad8923f ;
+    dho:hasLayer1 dhd:5d0cbb4a-24a0-47d3-b59f-b5badb915415 ;
+    dho:hasLayer2 dhd:7a8353d7-534a-4465-a359-ab48e13e08d4 ;
+    dho:hasOMAID "2462" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002464 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002464_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6918f47f-2536-41f0-b900-8128f7fc20fb ;
+    dho:hasLayer1 dhd:95b05c25-1ddf-47aa-867c-dc7b5cbe8b78 ;
+    dho:hasOMAID "2464" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002467 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:684328be-3a7e-4107-a59c-b4897c26524f ;
+    dho:hasLayer1 dhd:67f0d4bb-487d-4ecf-bf99-ecac69206d71 ;
+    dho:hasOMAID "2467" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002468 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:825f40ec-7659-49b2-9618-93ba6bd91316 ;
+    dho:hasLayer1 dhd:a98f6172-149e-4b37-b1ca-4904e23ce83d ;
+    dho:hasOMAID "2468" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002469 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:583a6e5a-d67b-4cd3-ba21-194ffcb8f7f1 ;
+    dho:hasLayer1 dhd:22e50b9a-a19d-4235-9b25-a7a797990d06 ;
+    dho:hasLayer2 dhd:0845aa55-5d7d-49ab-86dc-6433b4fb89bd ;
+    dho:hasOMAID "2469" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002470 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0351a53e-2b10-4d60-8eca-6c17db60a7a9 ;
+    dho:hasLayer1 dhd:f363d9ca-e50c-4685-81cd-028fd34c69b3 ;
+    dho:hasOMAID "2470" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002471 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e52aff36-90e5-408a-a5eb-901e7e8a5cfa ;
+    dho:hasLayer1 dhd:a7294abe-8374-445e-af04-a3515e711024 ;
+    dho:hasOMAID "2471" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002473 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant, armed, langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002473_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bfb4426c-3f0b-489d-8c0a-0892b12da2f2 ;
+    dho:hasLayer1 dhd:ae4a4466-a889-446b-8eaa-1745b1cbb9bf ;
+    dho:hasLayer2 dhd:baaf72a7-bf4f-4b6f-a8fb-4175f3c2fe6b ;
+    dho:hasOMAID "2473" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002474 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3023c5c4-06df-4bbd-8132-13fc8e95eb4a ;
+    dho:hasLayer1 dhd:a285dfc2-b494-4cbd-a359-3eb98c5cd627 ;
+    dho:hasOMAID "2474" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002475 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8c527b3a-af61-432b-b6c8-25e2b164d236 ;
+    dho:hasLayer1 dhd:4921d759-cf99-48b4-8e4f-8ea85a582a3e ;
+    dho:hasOMAID "2475" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002476 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:68136a2c-c22a-4ea3-9937-140c43800631 ;
+    dho:hasLayer1 dhd:4c2f106e-3e0c-4f41-a5d1-bcdb54bed84a ;
+    dho:hasLayer2 dhd:6c57ea45-41b3-49ae-9d2b-f0e69126ee43 ;
+    dho:hasOMAID "2476" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002477 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:31e25d99-2e25-439e-a796-15a5bfe0ceb1 ;
+    dho:hasLayer1 dhd:f201c16a-bc7a-4eb1-9e16-fa06388d9824 ;
+    dho:hasLayer2 dhd:13a37496-28c0-4cab-aba7-5ba08a2263d2 ;
+    dho:hasOMAID "2477" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002479 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e4d57ff0-1c21-44d9-829e-884ec7646418 ;
+    dho:hasLayer1 dhd:2af478d7-cbf6-439a-9b6c-1f32daa6b797 ;
+    dho:hasOMAID "2479" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002520 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2414e395-d84a-43a3-8eac-01291f721fbe ;
+    dho:hasLayer1 dhd:ea2f574b-7f48-41c1-bf40-cc554b35b071 ;
+    dho:hasLayer2 dhd:c00948b0-ffcc-47be-8467-f8a12ffca450 ;
+    dho:hasOMAID "2520" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002596 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:daf74272-2f83-4b00-b19e-434d5b3a5152 ;
+    dho:hasLayer1 dhd:51565890-370e-420a-bb6c-a4a7ce624ecf ;
+    dho:hasOMAID "2596" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002601 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b177228e-cdb3-45a3-a898-f8aa104539f5 ;
+    dho:hasLayer1 dhd:7e047a36-2979-4d01-ba1f-ba6f30596dd8 ;
+    dho:hasLayer2 dhd:1302245c-0dc7-4534-b594-41806e43367c ;
+    dho:hasOMAID "2601" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002607 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:32c3acb4-9016-48b9-bf88-575be0845925 ;
+    dho:hasOMAID "2607" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002653 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8b1664bf-4638-496f-abab-69e5d2fd3f8c ;
+    dho:hasLayer1 dhd:cd0695a6-4c3f-4dac-bd87-d5fac094dd89 ;
+    dho:hasOMAID "2653" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002668 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:42f5194f-56dc-4498-b513-654c227b12e3 ;
+    dho:hasOMAID "2668" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002680 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:947e5e2b-083c-46e7-9941-ea2cca05a12f ;
+    dho:hasLayer1 dhd:85e697f9-2eda-48b9-abaa-28dc6a8b59b3 ;
+    dho:hasOMAID "2680" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002681 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:00bfe488-0473-419e-91a2-93ec0ee05c10 ;
+    dho:hasLayer1 dhd:224217a1-48ca-43fd-aaab-700891fe328b ;
+    dho:hasOMAID "2681" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002683 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bc162372-3e9b-461e-a412-baa7b1ee1f64 ;
+    dho:hasLayer1 dhd:ec3c5eb5-dfc3-45b8-bd8d-2767192345b4 ;
+    dho:hasOMAID "2683" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002683_CoAF1 a dho:Canton ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d4080149-d7ce-4c72-85d5-7f93fed0ad44 ;
+    dho:hasLayer1 dhd:cdc4886a-d613-499c-9f33-a7a3b6514371 ;
+    dho:hasLayer2 dhd:a372e67a-7425-4cd7-93de-7908795bbf45 ;
+    dho:hasOMAID "2683_CoAF1" .
+
+dhd:CoA0000002684 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b5011f3a-c90d-4b2f-9003-c5f19e16e665 ;
+    dho:hasLayer1 dhd:ab988331-5966-4de3-a11c-03aa0c29f160 ;
+    dho:hasLayer2 dhd:051b653c-135d-40f4-9485-3009292a25c0 ;
+    dho:hasOMAID "2684" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002688 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0dbcda1d-bb35-4a4e-afd3-b1afe0d748f3 ;
+    dho:hasLayer1 dhd:50a82b82-5c36-4b5d-8ea1-4a50bbd38468 ;
+    dho:hasLayer2 dhd:2e0d6ac0-e236-4723-a7f4-68f479129ab0 ;
+    dho:hasOMAID "2688" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002691 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f9c79873-d1f3-41b3-84a2-840785f74adf ;
+    dho:hasLayer1 dhd:d46f2718-c810-41e5-a971-d9869d4db5e1 ;
+    dho:hasOMAID "2691" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002692 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a875f6c9-944c-41da-b96b-b40be59fbe24 ;
+    dho:hasLayer1 dhd:db229073-dbdb-4d54-8eef-030cf91d7a83 ;
+    dho:hasOMAID "2692" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002694 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:647b8682-7e6e-4f97-81b4-e9de94c6e070 ;
+    dho:hasOMAID "2694" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002695 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d5b529f6-8ea9-4935-af09-b91665f45e7e ;
+    dho:hasLayer1 dhd:7f2d00a8-3854-497e-94b0-8a089a1328cc ;
+    dho:hasOMAID "2695" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002696 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d6a3459d-2f61-43dc-949d-df7ee88e86a0 ;
+    dho:hasLayer1 dhd:21fb11ca-5a34-473a-aa96-abcf11b72274 ;
+    dho:hasOMAID "2696" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002698 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:800b23ea-55a3-4f12-883b-c9928e310b85 ;
+    dho:hasLayer1 dhd:4d426862-a5f9-467c-8df2-28ffae7cdcaa ;
+    dho:hasOMAID "2698" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002700 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d7d90297-577f-47b6-8fe1-3341f3722c04 ;
+    dho:hasLayer1 dhd:abb61e8e-00fe-4211-ba47-f8cf6087fa5b ;
+    dho:hasLayer2 dhd:8eeda9bf-0823-4bf5-82da-3753b4133da7 ;
+    dho:hasOMAID "2700" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002701 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002701_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e11a57b6-5283-45f6-99d8-9529c8ef7d85 ;
+    dho:hasLayer1 dhd:0bf3d058-65c7-4409-a920-4959de79b4df ;
+    dho:hasLayer2 dhd:e8dc89bd-32ee-4b08-a903-706dc9c39300 ;
+    dho:hasOMAID "2701" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002702 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3f011bae-825f-4e05-999c-f911daf2f6e4 ;
+    dho:hasLayer1 dhd:1c54c7c4-f180-4ab6-9ce4-67c806feb508 ;
+    dho:hasOMAID "2702" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002703 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b6318896-d0cc-4907-bc08-3b59a8c5a212 ;
+    dho:hasLayer1 dhd:359eae24-76f4-431e-a8df-3aea76010aed ;
+    dho:hasOMAID "2703" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002704 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e4bf1a83-72ec-4cdc-b9b3-d74d6acd1351 ;
+    dho:hasLayer1 dhd:7745e0ca-1151-48a7-8cda-b4174d70c6d9 ;
+    dho:hasLayer2 dhd:17fb7948-812d-4470-bdd2-670a6400568c ;
+    dho:hasOMAID "2704" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002706 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2d186a1e-c7c9-4f57-a974-6ff881011060 ;
+    dho:hasLayer1 dhd:59ece75d-b374-413d-877c-d4e6ff1398ce ;
+    dho:hasLayer2 dhd:f83cad2a-ec39-4620-88c3-ae147d34f6c7 ;
+    dho:hasOMAID "2706" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002708 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:be3c4c93-3587-406b-b199-b46cc3ab336c ;
+    dho:hasLayer1 dhd:6159fa29-e519-459f-b1c2-79c36352f620 ;
+    dho:hasOMAID "2708" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002709 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bb1e6a72-a222-4c8e-a347-cdcd910d2240 ;
+    dho:hasLayer1 dhd:1560240d-c909-4a4d-8034-1ae6ea607c4c ;
+    dho:hasLayer2 dhd:04632f2a-d81f-4a0c-9fc8-f4d1a3b656cf ;
+    dho:hasOMAID "2709" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002710 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:902e7a5f-22ec-485c-a3a6-7203a66a3e17 ;
+    dho:hasOMAID "2710" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002712 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:510b64af-2db6-4be1-962f-1ff893ff0423 ;
+    dho:hasLayer1 dhd:9d7db787-9070-4b17-b159-15d9d6d164a1 ;
+    dho:hasOMAID "2712" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002714 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added modifiers" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002714_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6e9a4cdb-058b-4002-8d81-0a127cecd2d8 ;
+    dho:hasLayer1 dhd:c30b56ce-f5eb-49a2-8bc7-089bb4e94350 ;
+    dho:hasOMAID "2714" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002715 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7dce9add-01d2-46a6-b731-a8a89ae2bd65 ;
+    dho:hasLayer1 dhd:c788fce5-9351-4bee-a35a-f99f2ab42859 ;
+    dho:hasLayer2 dhd:e206634b-6170-4766-a1e3-dc3818d394a2 ;
+    dho:hasOMAID "2715" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002717 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5c836f2e-6247-4ab2-af56-39e5b0d322ba ;
+    dho:hasLayer1 dhd:7bebcf11-5841-4221-af7f-4fc7a312fd17 ;
+    dho:hasOMAID "2717" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002718 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5e301f78-3a52-4403-88a8-336814614cec ;
+    dho:hasLayer1 dhd:b611786c-440c-4af4-9752-d58304d410c3 ;
+    dho:hasOMAID "2718" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002720 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:78861d38-8221-4308-9324-cc6389b44008 ;
+    dho:hasLayer1 dhd:f6eb6cb7-01c2-4b5c-8a60-6393d2b98d63 ;
+    dho:hasLayer2 dhd:010491bc-8456-4bc3-b35f-9b9e63009e35 ;
+    dho:hasOMAID "2720" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002722 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:11dea53f-5b81-4db9-8852-dd12b7c8a9e7 ;
+    dho:hasLayer1 dhd:bc44e590-b1e1-489b-aad5-b0579dfc08bc ;
+    dho:hasOMAID "2722" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002724 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d6418fd9-d3d7-4b57-baa8-bcc523e803ea ;
+    dho:hasLayer1 dhd:28ccdd8d-ad3c-4c92-aeaa-9db53a2940c8 ;
+    dho:hasLayer2 dhd:79716488-f503-46c8-a9fe-414d41d44cda ;
+    dho:hasOMAID "2724" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002725 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b7cfb1de-9f61-4899-bf22-b99e59d2f4d3 ;
+    dho:hasLayer1 dhd:96ff769b-b302-447f-84df-859ecc8377e1 ;
+    dho:hasOMAID "2725" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002727 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4f772125-7d1f-4442-b0e1-55c3025c86cb ;
+    dho:hasLayer1 dhd:e5a394ee-8e19-4f07-9568-d11e7a4aca03 ;
+    dho:hasOMAID "2727" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002728 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2f4ce43f-5626-43bf-8434-9480cf6c8405 ;
+    dho:hasLayer1 dhd:eb889167-288b-4dd2-b3c4-c20c27083f89 ;
+    dho:hasOMAID "2728" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002729 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:71082a61-4648-4c93-9a16-fde03ec4d81c ;
+    dho:hasLayer1 dhd:9a50c45c-60b7-417f-96a2-9bb6b66808b1 ;
+    dho:hasOMAID "2729" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002730 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002730_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dc1c910f-df30-4054-b1a1-6407b5e0cc60 ;
+    dho:hasLayer1 dhd:9b86ff26-26fe-469b-af4a-98c101ccc944 ;
+    dho:hasLayer2 dhd:80527bd6-2624-40c7-8a9a-6fcc5777983e ;
+    dho:hasOMAID "2730" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002731 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0bbb46c9-8a30-480a-846c-3e1b73def2b6 ;
+    dho:hasOMAID "2731" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002733 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7a633830-c7e8-4336-97ed-7215ca1a6411 ;
+    dho:hasOMAID "2733" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002735 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6243933a-c25c-4b7f-8c71-68565aaaeb87 ;
+    dho:hasLayer1 dhd:bf7b2db9-b4f3-49e5-aa90-d2a21ecc996c ;
+    dho:hasOMAID "2735" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002736 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b1aa63ab-5878-4427-803c-5c84afca145c ;
+    dho:hasLayer1 dhd:0edf9277-9d14-4249-8e1a-4149c6796337 ;
+    dho:hasOMAID "2736" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002739 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ab25d145-bbc8-4455-b147-4a2c043f821b ;
+    dho:hasLayer1 dhd:6253d392-d798-4899-b62c-9dbcabf9f5d9 ;
+    dho:hasOMAID "2739" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002740 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0a2f1659-87b1-4a71-aeb6-96eeba2be78b ;
+    dho:hasLayer1 dhd:f5960f31-34d5-4cb8-b438-8eeae65053f5 ;
+    dho:hasOMAID "2740" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002741 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:66a26e8b-01e4-47c3-9c50-fa3ec200c8b5 ;
+    dho:hasLayer1 dhd:433a6927-9309-4944-a358-7a3f4214a578 ;
+    dho:hasOMAID "2741" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002743 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dac825da-ac29-42f8-b02d-a7cfa8c8d431 ;
+    dho:hasLayer1 dhd:1c8688d7-9a6f-4564-a962-4e3688d0c539 ;
+    dho:hasOMAID "2743" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002751 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6e5a0dba-0c18-4106-8c01-3e2d2e213196 ;
+    dho:hasLayer1 dhd:c46f7867-48d5-4896-9556-58adaec6a185 ;
+    dho:hasLayer2 dhd:07f5de29-b4a1-4dc1-b610-994029bcd34e ;
+    dho:hasLayer3 dhd:5bec3570-5865-42df-bdb4-8edd32e054e5 ;
+    dho:hasOMAID "2751" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002752 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cc042dec-6a83-4f1d-9fbe-399fd3682d85 ;
+    dho:hasLayer1 dhd:e813b14c-63e5-471a-99c4-3c7561568baa ;
+    dho:hasOMAID "2752" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002758 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d535bbe2-0265-4b0d-acaf-12daf3933675 ;
+    dho:hasLayer1 dhd:87923609-c1d0-436e-8b4d-ca69e819e0e8 ;
+    dho:hasOMAID "2758" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002759 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:aac2bc83-ec6a-44f1-ad70-9ef922dcd049 ;
+    dho:hasLayer1 dhd:9748702e-6071-4364-934b-0a2415397ac3 ;
+    dho:hasOMAID "2759" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002761 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b9b037c3-ee1a-4474-b922-e76cacf5fc66 ;
+    dho:hasLayer1 dhd:c42c3742-35ff-48a6-a519-15642ec9fa90 ;
+    dho:hasOMAID "2761" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002763 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fce95a58-3620-4ff8-aeaf-766fa1b9e8e9 ;
+    dho:hasOMAID "2763" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002764 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c239b84a-8563-40b8-bf57-31f15f1a58a0 ;
+    dho:hasOMAID "2764" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002766 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f5c4f17a-6819-4554-a236-3418f6dd41aa ;
+    dho:hasLayer1 dhd:50bc54ef-6d0d-48be-9e04-0dacc670490f ;
+    dho:hasOMAID "2766" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002767 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:db2ccedd-15d9-4c1d-8bdd-084be1ad1470 ;
+    dho:hasLayer1 dhd:7f0af903-fa26-46b3-8d0b-040695569915 ;
+    dho:hasOMAID "2767" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002768 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8c9909ce-5405-45cd-b5d4-4f75ba8c00c5 ;
+    dho:hasLayer1 dhd:38f32dbc-86c6-434f-be0d-452f7959c2f2 ;
+    dho:hasLayer2 dhd:a95bf355-5e5b-48dc-a9b6-c47cf94fac0a ;
+    dho:hasOMAID "2768" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002769 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4b7b7aba-a66e-4013-b379-ee3b57c61d9d ;
+    dho:hasLayer1 dhd:b13fd191-3de5-4778-b993-8bbc4a46fac9 ;
+    dho:hasLayer2 dhd:4528efbf-3ae0-426a-85cb-8afddfd860e2 ;
+    dho:hasOMAID "2769" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002772 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:eb53c027-ecb5-44ee-953f-301269d2bb2a ;
+    dho:hasOMAID "2772" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002773 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:836026ad-c2c9-49e4-9a8b-a37812edf53c ;
+    dho:hasOMAID "2773" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002774 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ea29e1bf-1ef2-423e-8e31-346f5409c43e ;
+    dho:hasLayer1 dhd:23f30aa2-a187-435d-bb08-b5ee271ab4d4 ;
+    dho:hasOMAID "2774" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002776 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002776_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:13a85dd3-91dd-417c-a760-340f26be4ee1 ;
+    dho:hasLayer1 dhd:efc02ac5-c0f8-496b-ba19-568e2fba8b40 ;
+    dho:hasOMAID "2776" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002778 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002778_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:37ed2997-b79d-4e51-9a71-de626db52b08 ;
+    dho:hasLayer1 dhd:076f971a-0c88-41ae-b38e-8040e81659bc ;
+    dho:hasOMAID "2778" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002779 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002779_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:01d11a0e-e96d-49c8-b29f-729ead22b2a9 ;
+    dho:hasLayer1 dhd:d3f21e5f-e238-4113-b6e9-35406e6448e5 ;
+    dho:hasOMAID "2779" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002780 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c9dade52-fb90-4982-898f-bb9c058d2fe5 ;
+    dho:hasLayer1 dhd:a20549fc-7502-4157-ab4a-bc49c1c2da44 ;
+    dho:hasOMAID "2780" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002781 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:efe31c16-a9fc-4d7f-a4ee-d0c2c26bba03 ;
+    dho:hasOMAID "2781" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002787 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant, armed, langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002787_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2ba6fedd-4d91-465a-aa17-de985a7f8383 ;
+    dho:hasLayer1 dhd:01a9f6bb-dcde-4fc0-9bff-ec86fb98860b ;
+    dho:hasOMAID "2787" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002792 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002792_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a25af3b6-adf1-4591-9535-bdb5f0a31fe9 ;
+    dho:hasLayer1 dhd:968daa65-1de2-47a0-837e-d42a9c0fb9e2 ;
+    dho:hasOMAID "2792" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002793 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e5a230f0-b42f-4937-bed5-07d87612de45 ;
+    dho:hasLayer1 dhd:95f6403e-4bca-4ced-9145-64d9dc2f944d ;
+    dho:hasOMAID "2793" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002797 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002797_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:117d5164-5144-4d53-9d3d-f1017594252a ;
+    dho:hasLayer1 dhd:2e20232d-2659-43bf-8420-d7a8af0fda5e ;
+    dho:hasOMAID "2797" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002798 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d84a4cd7-0c20-4a2a-8142-6ec9f57496cc ;
+    dho:hasOMAID "2798" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002799 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e80350e2-32c5-40ab-ab2f-9c54d70ca6ab ;
+    dho:hasLayer1 dhd:c22345fe-8c5e-4fb4-b5cf-08cb65059a49 ;
+    dho:hasOMAID "2799" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002800 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002800_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a853baeb-f13b-4b95-befe-ca11aedab33d ;
+    dho:hasLayer1 dhd:be80f262-4b4d-4bad-b99d-9895e49e64db ;
+    dho:hasLayer2 dhd:87fad29c-c700-455f-8844-833af12273e0 ;
+    dho:hasOMAID "2800" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002802 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added embowed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002802_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:38556fbf-859d-407d-81bc-2920e92ed546 ;
+    dho:hasLayer1 dhd:48d56caf-89d2-4a87-8a6d-b2e82ee128c6 ;
+    dho:hasOMAID "2802" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002803 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c8d779d6-031f-4d7d-b53f-74cc6b5eaad0 ;
+    dho:hasLayer1 dhd:47f9ee9c-6ec8-4a1f-9634-d09aa49bb640 ;
+    dho:hasOMAID "2803" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002804 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:927cf591-27fa-441b-91fc-8dee0fcff0ef ;
+    dho:hasLayer1 dhd:a41fbb70-edfc-4e94-bd03-748154da9bd0 ;
+    dho:hasOMAID "2804" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002805 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d19b9bb6-6195-432b-bfc6-9c784179eea8 ;
+    dho:hasLayer1 dhd:b72be04d-a6eb-4b38-8e4c-c4eb22b8cf73 ;
+    dho:hasOMAID "2805" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002807 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:23115330-d933-4eb4-b609-b3f0b6680199 ;
+    dho:hasLayer1 dhd:b4e6e517-2cbc-4285-8498-b4c438d364c8 ;
+    dho:hasOMAID "2807" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002808 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:41b1d6a0-0651-4702-bfca-1c4aca03e1fd ;
+    dho:hasLayer1 dhd:af965cfc-b266-4711-b3a3-082b95ba0746 ;
+    dho:hasOMAID "2808" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002810 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9d884496-252b-4a6d-ad3b-888c993a7983 ;
+    dho:hasLayer1 dhd:b232e858-880e-474e-bf61-b5588b6629f8 ;
+    dho:hasOMAID "2810" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002813 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:81cc9ac8-7a9e-4e85-8eb1-ceb97e7d29e1 ;
+    dho:hasLayer1 dhd:890c40dd-26b8-41e7-b32e-0dc71a8bab7a ;
+    dho:hasLayer2 dhd:58d94a47-b4f4-4883-9785-86e1f2c55b71 ;
+    dho:hasOMAID "2813" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002814 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued to Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002814_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0d5e6864-efe3-4a4b-91fa-5ccbe78dce15 ;
+    dho:hasLayer1 dhd:14da3244-48e7-4be4-a52b-bc5241d451bb ;
+    dho:hasLayer2 dhd:8f49815f-b90f-4cb8-84aa-230e2a0a2288 ;
+    dho:hasOMAID "2814" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002815 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a9177675-e6e8-4910-be26-6b8ef8321986 ;
+    dho:hasLayer1 dhd:32d6f3e3-deac-49b0-a008-5bb325faa4f6 ;
+    dho:hasLayer2 dhd:7a457bf7-fdc1-4079-a413-534cb2734ddb ;
+    dho:hasOMAID "2815" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002816 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added tincture for Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002816_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:58f0ff35-2ce3-44cb-b820-e00866260a86 ;
+    dho:hasLayer1 dhd:26502381-b11c-4650-8c3c-91555f2610f0 ;
+    dho:hasLayer2 dhd:861f10f9-385c-42f7-8f6d-6b62100ad75e ;
+    dho:hasOMAID "2816" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002817 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d303518d-f9e7-4e40-be55-d409cc3f9b58 ;
+    dho:hasLayer1 dhd:71876771-93db-4cd2-a055-ae9132058ebc ;
+    dho:hasLayer2 dhd:9f8693a1-a248-4096-b3df-8506a3d4f340 ;
+    dho:hasLayer3 dhd:798ca565-652a-42a3-af37-7e52c98a2c4c ;
+    dho:hasOMAID "2817" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002818 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:39913c2f-60b2-4ff7-b582-0dda4b326b35 ;
+    dho:hasLayer1 dhd:14372eb3-46ec-47d4-af36-89dab13aaa37 ;
+    dho:hasOMAID "2818" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002819 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c0a7c9cb-067d-4d13-a765-f7741e8ec577 ;
+    dho:hasLayer1 dhd:3d7e5569-e7b7-495a-be23-2becb3a63b82 ;
+    dho:hasOMAID "2819" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002820 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7052a510-fa48-42b1-a940-5d1d58681cd4 ;
+    dho:hasLayer1 dhd:bb410e93-ea85-4e59-bafc-433e19430a11 ;
+    dho:hasOMAID "2820" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002821 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed per pale to (2:1)" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002821_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2073192f-7f59-47d0-b769-4766da44d701 ;
+    dho:hasLayer1 dhd:edefba0b-9b22-431f-9914-b08d9314eacc ;
+    dho:hasOMAID "2821" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002822 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d545d559-75b0-4e83-8f8f-149d0e89f742 ;
+    dho:hasLayer1 dhd:3352c75e-f3d1-486d-a180-9aa84aaab4a8 ;
+    dho:hasLayer2 dhd:91e1747e-76d6-43b5-b667-0aa9d4df94a3 ;
+    dho:hasOMAID "2822" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002823 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:00854e48-ac80-420f-a451-a01f64096b4e ;
+    dho:hasLayer1 dhd:a1587029-3aba-4f7e-91e7-ab3c859ea4bf ;
+    dho:hasOMAID "2823" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002824 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ec275156-7dc7-4e6d-b4d5-644fcf06ecc4 ;
+    dho:hasLayer1 dhd:8e61f4ed-783c-41ae-8ccf-bc56489954b9 ;
+    dho:hasOMAID "2824" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002825 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:060524a6-7dc0-4f19-bf38-81febe634757 ;
+    dho:hasLayer1 dhd:d763e20b-18fb-4497-8d0d-1e13eeed9d05 ;
+    dho:hasOMAID "2825" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002827 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:63c9c3fb-df58-4e36-8d55-76245a839c08 ;
+    dho:hasLayer1 dhd:51d8c71b-cbef-45b3-b2aa-4fbf0fd8ef0f ;
+    dho:hasLayer2 dhd:708e9e5d-ef36-4807-900c-e0054ffaf2ea ;
+    dho:hasOMAID "2827" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002828 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued to Charge3" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002828_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7119652b-7e9f-49e0-84d0-02925590b4be ;
+    dho:hasLayer1 dhd:df7a1ab5-0973-4d12-8419-6c6e11c1c479 ;
+    dho:hasLayer2 dhd:bb983a81-dfbf-4e79-abd0-a4aad198701b ;
+    dho:hasLayer3 dhd:f82e6ecb-086b-4f90-8e3a-813866f57df6 ;
+    dho:hasLayer4 dhd:0d495c75-821f-4f20-8742-25aa9c203b52 ;
+    dho:hasOMAID "2828" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002829 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ceeece63-2bfd-437a-8c79-f434d2463e33 ;
+    dho:hasLayer1 dhd:1a4a8f34-4785-432d-8b6c-9afa27973b8b ;
+    dho:hasOMAID "2829" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002834 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9874a588-a662-4e90-9b97-cc72dec409f0 ;
+    dho:hasLayer1 dhd:ca94cb46-9fe1-4981-b53c-c0280ae6cd13 ;
+    dho:hasOMAID "2834" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002836 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4271ee7f-650b-459f-b74b-c4a364312236 ;
+    dho:hasLayer1 dhd:6945b0dc-1428-44d4-b93d-516378938023 ;
+    dho:hasLayer2 dhd:58ff5458-bec3-4158-be53-e8977f8b0f7f ;
+    dho:hasLayer3 dhd:e77653ba-cbfb-421a-85cb-b0e1ed0689e2 ;
+    dho:hasOMAID "2836" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002838 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f8c64bc0-7982-4b43-91c2-15bcd214060e ;
+    dho:hasLayer1 dhd:d1dada74-a7b8-410a-aa71-b59a9544a138 ;
+    dho:hasOMAID "2838" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002839 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:404051d2-a9fc-4dd3-8ec8-70a0257410c5 ;
+    dho:hasLayer1 dhd:2b5a6473-d23f-4d68-9621-2dc5e582bcc4 ;
+    dho:hasOMAID "2839" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002904 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002904_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d057d4e0-23df-4372-9051-bc027e1dfc90 ;
+    dho:hasOMAID "2904" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002905 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002905_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:911198f1-4cf5-4002-8c80-3c9ca2c46b87 ;
+    dho:hasLayer1 dhd:17ee6f4e-2493-46ae-b50a-ad18ec038c4a ;
+    dho:hasOMAID "2905" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002906 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002906_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7bea29b9-543d-40e3-a55f-dcfa0746ebaa ;
+    dho:hasLayer1 dhd:62c848aa-b53b-49ea-8a8f-8bcb972b14ab ;
+    dho:hasOMAID "2906" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002907 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002907_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4df595c8-83d4-4ff1-8b93-f5378506e86f ;
+    dho:hasLayer1 dhd:2d1f6ea5-a3b4-4c34-a039-84001b5aa579 ;
+    dho:hasOMAID "2907" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002909 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fa4b76d3-bf0a-425d-bb32-29167ccb5b9a ;
+    dho:hasLayer1 dhd:2b8729ce-5e48-4f8b-9faa-0faa142fa95a ;
+    dho:hasOMAID "2909" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002910 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed field_seme / fixed tincture of Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002910_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:67826919-8fed-4acd-bf37-355fa1d0e40c ;
+    dho:hasLayer1 dhd:f09dbb63-5b82-4a48-a50d-f27ab52872b0 ;
+    dho:hasOMAID "2910" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002911_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:2901c5b4-cf20-44d3-82f1-b15d725a5161 ;
+    dho:hasLayer1 dhd:ff39e57f-fbcd-4139-993c-3822605f8e71 ;
+    dho:hasOMAID "2911_1" .
+
+dhd:CoA0000002911__2_1 a dho:CoatOfArms .
+
+dhd:CoA0000002931 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:410f4033-a53a-4253-9794-ca6ea4f0d327 ;
+    dho:hasLayer1 dhd:c463de84-4469-45a0-ad69-c326aafd46b2 ;
+    dho:hasOMAID "2931" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002935 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:16e4c365-6b03-491c-a755-54419371a945 ;
+    dho:hasLayer1 dhd:814ef4cc-bc26-4930-9c22-65020f8f94f9 ;
+    dho:hasOMAID "2935" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002937 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5f690a0f-e33d-4b98-ae75-b2598bb55fee ;
+    dho:hasLayer1 dhd:1de3928f-e26a-4f7f-b836-e14ad524211d ;
+    dho:hasOMAID "2937" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002938 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:20b8a686-9a8d-487d-bd94-c029eaa8eb90 ;
+    dho:hasOMAID "2938" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002940 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:629839eb-3e71-4da8-a8f5-a9439bf0057b ;
+    dho:hasOMAID "2940" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002942 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b6354aac-39d2-44a7-b01a-bf63f2acba49 ;
+    dho:hasLayer1 dhd:944537bb-c975-476e-a3da-a5c8dd4af3dc ;
+    dho:hasOMAID "2942" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002946 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:82b1e25c-78bd-4c3a-b641-2c3ade14b5cc ;
+    dho:hasLayer1 dhd:daa5a2a6-29a1-42d4-9407-50d62c1bedad ;
+    dho:hasLayer2 dhd:9a2b6597-45eb-4aaa-94f2-9e91bcc4852c ;
+    dho:hasLayer3 dhd:8fdee70b-8a30-4430-8153-7f9e1f1041d6 ;
+    dho:hasOMAID "2946" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002948 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:45aca6c1-22b6-42de-82e8-99f1122d41fd ;
+    dho:hasLayer1 dhd:f576a1c7-9e14-4d02-978d-109c75ded626 ;
+    dho:hasOMAID "2948" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002956 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9505d710-53a8-4fae-9cda-e5a6a591375d ;
+    dho:hasLayer1 dhd:b55e6ce7-b776-4405-9b3f-35fd35aaafa5 ;
+    dho:hasOMAID "2956" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003081 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tinctures" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003081_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d760b14a-f2ea-4389-8cb0-e7e58e3ba97b ;
+    dho:hasLayer1 dhd:87e600b8-ae4f-4f40-9df9-36d57a27dd44 ;
+    dho:hasOMAID "3081" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003089 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6657e754-ba5e-4441-8ed6-f036c5ce801e ;
+    dho:hasLayer1 dhd:f4864416-53ee-4f51-98dc-098a5e6d89bb ;
+    dho:hasOMAID "3089" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003176 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003176_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bcb758f6-1684-4daa-b510-d12db075b394 ;
+    dho:hasLayer1 dhd:eb5846f4-eee4-4459-8330-69625aa2329f ;
+    dho:hasLayer2 dhd:d458c328-8ecf-4870-8180-54b879a705d4 ;
+    dho:hasOMAID "3176" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003227 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f7fdc4bf-dc4c-4c76-b1e6-ed180308fda0 ;
+    dho:hasLayer1 dhd:48881683-0a52-4e32-939a-0e8f9cc7d6fa ;
+    dho:hasOMAID "3227" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003257 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d80605af-bbe5-4aec-80c1-18b9a31d37a6 ;
+    dho:hasOMAID "3257" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003357 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "all tinctures missing" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003357_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:62ec65f4-0361-4c54-9530-8321e4714918 ;
+    dho:hasLayer1 dhd:93c65af2-fb4e-499a-9288-d93de7eaaf84 ;
+    dho:hasLayer2 dhd:46909ff1-2e77-47a0-81b4-a18aff41c8c4 ;
+    dho:hasOMAID "3357" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003420_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:fa271d8a-ae1d-4dca-b23d-7b100785583b ;
+    dho:hasLayer1 dhd:cb21c6f0-b2bb-4816-9f3b-f6af470fb50e ;
+    dho:hasOMAID "3420_1" .
+
+dhd:CoA0000003420_2_1 a dho:CoatOfArms .
+
+dhd:CoA0000003450 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003450_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:86dc0bfa-02cb-49a1-9a00-ea18586cf322 ;
+    dho:hasLayer1 dhd:ece4e58d-d673-4db9-8321-d0e9858b643a ;
+    dho:hasOMAID "3450" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003452 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added second tincture to Charge" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003452_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c8de0907-2559-44e1-956d-ca369b6f973c ;
+    dho:hasLayer1 dhd:f6697c25-1f85-434d-b744-9a452a339e39 ;
+    dho:hasOMAID "3452" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003452_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e6c5339d-c637-403d-9782-86038ff30e09 ;
+    dho:hasLayer1 dhd:06074248-6e96-4eb3-90c6-a90b1a4a9a43 ;
+    dho:hasOMAID "3452_1" .
+
+dhd:CoA0000003568 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1d3955f0-cbf0-4920-a14b-cb7b9551e594 ;
+    dho:hasLayer1 dhd:6db1e2f1-965b-4e19-9457-af872fd00b2d ;
+    dho:hasOMAID "3568" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003607 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0aeb2564-ac3a-47bb-938e-6b550aa17cb7 ;
+    dho:hasOMAID "3607" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003689 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture order of barruly" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003689_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c82a3093-11b6-4935-b448-2d4da935481c ;
+    dho:hasLayer1 dhd:6e4acad6-f116-4dbe-afcc-91da7b90e3b5 ;
+    dho:hasOMAID "3689" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003724 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:01acfa85-d896-41b3-b3e8-2600cbbdb9a0 ;
+    dho:hasLayer1 dhd:a62bddcb-3c2d-4f51-9b8a-ab08ad4c1bdd ;
+    dho:hasOMAID "3724" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003758 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant and armed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003758_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9db72371-bfbf-4fe7-be07-663c7e57d784 ;
+    dho:hasLayer1 dhd:d5f747ec-bc20-4bda-a84c-ea61ee098218 ;
+    dho:hasOMAID "3758" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003783 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e030ef44-d712-4a1a-af5d-149d5bb5c429 ;
+    dho:hasLayer1 dhd:6686d32a-19ba-48f0-8fac-af44b4b8a407 ;
+    dho:hasOMAID "3783" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003785 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ca0fa061-15a7-4b42-972d-c75881caf85b ;
+    dho:hasOMAID "3785" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003803 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of field" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003803_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fd964e4b-0bfe-4304-a600-1e0c3102f779 ;
+    dho:hasLayer1 dhd:f6ce2ff5-348a-487a-83de-e85f954fee4a ;
+    dho:hasOMAID "3803" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003805 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued to Charge3" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003805_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4c609b3f-adb8-4288-8b6f-0b3dbc24d07c ;
+    dho:hasLayer1 dhd:3b43213d-34e4-45b5-a32b-41ea0647ba95 ;
+    dho:hasLayer2 dhd:ea98b210-8cf4-4a89-b9ea-1e64b62c1cfa ;
+    dho:hasLayer3 dhd:95f49756-9b4b-4770-b0e7-fdc98d0a560c ;
+    dho:hasOMAID "3805" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003818 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a6fde889-66f3-4939-ad15-66b2cbd8f7d5 ;
+    dho:hasLayer1 dhd:8528972c-9747-49cb-8dec-a67ce78db18c ;
+    dho:hasLayer2 dhd:007d8ec0-55cc-492e-82a7-0d9fa058f360 ;
+    dho:hasOMAID "3818" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003820 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed order of field tinctures" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003820_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:21c74d80-105e-453c-8295-1c6395770f2a ;
+    dho:hasOMAID "3820" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003820_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:ce9a7f1e-5187-4409-9966-396bf4e55d47 ;
+    dho:hasOMAID "3820_1" .
+
+dhd:CoA0000003831 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b9ed9303-d8b7-4c73-9d7b-d2df19ed5683 ;
+    dho:hasLayer1 dhd:4cf16eb2-53f0-4570-92da-f3d17132bee1 ;
+    dho:hasOMAID "3831" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003854 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4047bf52-fbdd-4974-ba47-adeef6a015fe ;
+    dho:hasLayer1 dhd:926841b8-96b3-4393-b39a-969a74628eaa ;
+    dho:hasOMAID "3854" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003959 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a64b48e3-8355-40b9-bd19-8ace953fee64 ;
+    dho:hasLayer1 dhd:7f7990bb-9bfc-4175-95b3-ece69e842a3c ;
+    dho:hasOMAID "3959" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003961 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:023d6fdb-9ed2-4ea3-a1a2-3df5f42d015e ;
+    dho:hasOMAID "3961" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003963 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:467f9b31-3785-4d6c-8edb-051022eee0bc ;
+    dho:hasLayer1 dhd:4fb813fb-5169-4694-968c-8b73ed7e498c ;
+    dho:hasLayer2 dhd:defc4094-af66-4e99-9f92-32dc42085388 ;
+    dho:hasOMAID "3963" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004025 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fb3f3845-60cb-4c9d-9872-61c4d4eae190 ;
+    dho:hasLayer1 dhd:ffc1574f-c716-47a1-984a-f5e44ce78b0a ;
+    dho:hasLayer2 dhd:55405f85-3aac-4274-bd11-3de20a5f053c ;
+    dho:hasOMAID "4025" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004051 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c84f3a41-987b-4c1d-ad24-1616211b9635 ;
+    dho:hasLayer1 dhd:610857c5-20ec-43c9-91fc-0abeb11c9e74 ;
+    dho:hasOMAID "4051" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004060 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:beabd168-b10b-402a-9eca-2873a144131a ;
+    dho:hasLayer1 dhd:50b6aa9d-4cf4-48fa-8676-d6e0752f35bd ;
+    dho:hasLayer2 dhd:43147193-5dee-41db-bb0f-16e748ff02ff ;
+    dho:hasOMAID "4060" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004343 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:232f68d5-4b6a-4c3b-9691-19d6e5a60314 ;
+    dho:hasLayer1 dhd:2cd8d602-74b0-4cf0-a013-054998124c03 ;
+    dho:hasOMAID "4343" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004344 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1c9980b8-d1c9-4c49-baa4-1ad0994c4bcb ;
+    dho:hasLayer1 dhd:4046bb03-383b-421c-923a-6f77fdc2dea0 ;
+    dho:hasOMAID "4344" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004384 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued and rampant to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000004384_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0d21deb0-2a6e-410a-b616-7247b413fb9b ;
+    dho:hasLayer1 dhd:1962b1de-d420-463c-9610-21c03096641d ;
+    dho:hasLayer2 dhd:5d976574-662f-4b35-93a0-f491cf8782c6 ;
+    dho:hasOMAID "4384" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004537 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "field_tinct missing / added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000004537_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:473ee2ce-5e9e-423d-a705-60c408764726 ;
+    dho:hasLayer1 dhd:24b324ab-8790-41f9-a5af-cc7fdbcf2e95 ;
+    dho:hasOMAID "4537" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004556 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:01c582b2-650c-4837-96ae-be017d6bdeec ;
+    dho:hasLayer1 dhd:f66628db-4b3e-4782-bea6-9352d36ae565 ;
+    dho:hasOMAID "4556" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004649 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000004649_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:509be1e7-9038-4b3b-98a1-3d158ccee8b7 ;
+    dho:hasLayer1 dhd:7ede317c-e99d-4ea8-b4ab-f7d7a6e737ae ;
+    dho:hasOMAID "4649" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004750 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d6455c5f-d0ab-42ff-8e5f-bd8fb9d18a5b ;
+    dho:hasLayer1 dhd:5aae1cc2-53a1-49b7-bb7d-7d484c7b42ed ;
+    dho:hasOMAID "4750" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005220 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added border as Charge3" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000005220_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5161e61b-b409-40b9-ba9f-1baef5df39cb ;
+    dho:hasLayer1 dhd:56f8e4b5-f3f7-49ad-82ad-61be0a8970cd ;
+    dho:hasLayer2 dhd:46a7c116-61ad-486e-b0ee-2cfde211a471 ;
+    dho:hasLayer3 dhd:c1d5a44b-326a-4655-9683-bd7b3dec7a53 ;
+    dho:hasOMAID "5220" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005220_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8c099e3b-4eec-48cd-8d80-9983631836c6 ;
+    dho:hasLayer1 dhd:75c7bd38-28c9-4ed7-940a-1068a08ef615 ;
+    dho:hasLayer2 dhd:2d621030-a5d3-4602-bcf0-8f1528eeaaec ;
+    dho:hasOMAID "5220_1" .
+
+dhd:CoA0000005282 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fedee71d-c985-41d7-99eb-98e5449685e3 ;
+    dho:hasLayer1 dhd:9ee1c33b-37eb-4bdf-85d6-71b489f71ccf ;
+    dho:hasOMAID "5282" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005412 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d604f11a-7a2b-4797-b2d3-d48e2cc27af8 ;
+    dho:hasLayer1 dhd:ad7f0a77-ccd3-4020-a546-31c7af70519d ;
+    dho:hasOMAID "5412" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005679 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000005679_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:aadae605-2bd9-4158-91f4-c5217e5d1baf ;
+    dho:hasLayer1 dhd:ad65af49-68d6-414a-88c5-ff9a9a9cd1d3 ;
+    dho:hasOMAID "5679" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005814 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3910dc00-d8db-4ac4-9301-937c45862260 ;
+    dho:hasLayer1 dhd:b7928514-9186-44aa-a4c1-6416678ba1b4 ;
+    dho:hasOMAID "5814" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005965 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000005965_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a84d4434-0514-49a6-a745-a282ecc477a2 ;
+    dho:hasOMAID "5965" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005967 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:54c6228f-7c33-4d9b-abf6-6d76e5bbe1e0 ;
+    dho:hasLayer1 dhd:7968bf84-4390-4bd0-b28f-a4cb77b6b2ac ;
+    dho:hasOMAID "5967" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005989 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3f01c02a-475a-4af0-9720-760b7a985ab3 ;
+    dho:hasLayer1 dhd:d8bd2f26-75c9-4631-98c8-82ec9c3de486 ;
+    dho:hasOMAID "5989" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000005997 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b6092a8b-0fa3-41a5-92ae-5186453892ac ;
+    dho:hasLayer1 dhd:2938a322-033f-43aa-af3c-78ef9ada9cbd ;
+    dho:hasOMAID "5997" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006003 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:20bfe8cf-f49d-4090-8a83-7733bb8b7efe ;
+    dho:hasLayer1 dhd:11e47f29-b2b3-4091-83ac-aa1c9eb10ca0 ;
+    dho:hasLayer2 dhd:b13d15e9-8370-42b7-b061-569f931580f6 ;
+    dho:hasLayer3 dhd:ce88e2a1-8447-46c2-9504-67497b78ad33 ;
+    dho:hasOMAID "6003" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006003_CoAF1 a dho:Escutcheon ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:42a67183-583e-41f8-9d8d-0b5e252074b6 ;
+    dho:hasOMAID "6003_CoAF1" .
+
+dhd:CoA0000006015 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant / fixed tincture for field / fixed tincture for Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006015_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7477babe-9bdc-4d89-9769-9d180ba5397e ;
+    dho:hasLayer1 dhd:1e03345a-4fed-43f8-bfff-2dca77d885e1 ;
+    dho:hasLayer2 dhd:0e3d701f-d5ef-4a21-9eab-a69bd73bd6e5 ;
+    dho:hasOMAID "6015" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006017 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1cda9b4f-feff-4e65-9bfc-902ff8d72ae4 ;
+    dho:hasLayer1 dhd:79c6a6fa-e11e-4531-9c1b-6846c68be623 ;
+    dho:hasOMAID "6017" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006018 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of field" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006018_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c9971be2-551b-43ca-a83d-70567780f28b ;
+    dho:hasLayer1 dhd:fb0a8962-fb76-4795-9560-f16405a6936a ;
+    dho:hasOMAID "6018" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006019 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:22cbaea4-eda7-493d-9e0d-e74e3a05d7b3 ;
+    dho:hasOMAID "6019" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006020 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:aea97d30-b7a5-47e1-96dc-34d12f252b2f ;
+    dho:hasLayer1 dhd:1477e836-3ce3-4bcd-a672-bcc6b477b6d9 ;
+    dho:hasOMAID "6020" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006021 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0aaecfff-2762-480e-9fc1-a7bde6abcd8d ;
+    dho:hasLayer1 dhd:658a7a47-329b-4f16-9737-47b18275ffde ;
+    dho:hasLayer2 dhd:a82c453e-5132-4253-80ab-4b585288a669 ;
+    dho:hasOMAID "6021" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006023 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fa23073c-000b-454f-a49f-5b118ce68e3c ;
+    dho:hasLayer1 dhd:02f2a134-d100-4588-a0de-56bba3a9bc73 ;
+    dho:hasOMAID "6023" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006024 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant to Charge1 / added compony to Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006024_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d203c7a1-1a11-4d5c-ba94-0e57df19e78a ;
+    dho:hasLayer1 dhd:9d3d01aa-b4f5-4c5b-a9cf-57a750417f30 ;
+    dho:hasLayer2 dhd:8f88ecf6-98a9-4894-a08f-88829bf34278 ;
+    dho:hasOMAID "6024" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006026 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:16b4a30d-e6d6-4309-96e8-c783df59664f ;
+    dho:hasLayer1 dhd:0b0b1ca5-eac2-4d18-8725-69bfbf58f89c ;
+    dho:hasLayer2 dhd:66bbc5ca-4976-445d-bfe0-544d9c77f099 ;
+    dho:hasOMAID "6026" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006028 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1bb6fc21-6820-43fa-a6f6-288cc3cd07eb ;
+    dho:hasLayer1 dhd:1095c184-9bf4-4c92-9736-6212a198af4e ;
+    dho:hasOMAID "6028" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006028_CoAF1 a dho:Canton ;
+    dho:blasonCorrectionComment "added rampant, armed, langued to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006028_CoAF1_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b174d265-00d0-4b50-ab60-f057f883b5ad ;
+    dho:hasLayer1 dhd:e8234ac1-bb7a-4ebf-aad5-074a7401d138 ;
+    dho:hasLayer2 dhd:a08c3d24-3cb1-4ca6-be84-2502cfec8240 ;
+    dho:hasOMAID "6028_CoAF1" .
+
+dhd:CoA0000006028_CoAF1_1 a dho:CoatOfArms .
+
+dhd:CoA0000006029 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:54ccba57-5d9d-4372-b41a-32d5a598744d ;
+    dho:hasLayer1 dhd:c2fe179d-d184-4b95-ba42-2b742ff1de6a ;
+    dho:hasOMAID "6029" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006032 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4dcc8dc1-54a7-425d-b800-8ade69b7da86 ;
+    dho:hasLayer1 dhd:d526a1bf-4e92-43d1-aee1-050b779102d1 ;
+    dho:hasLayer2 dhd:786a2d2f-23f6-4432-9ce4-b491f604f04f ;
+    dho:hasOMAID "6032" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006034 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:05ab36dc-07f4-4e81-820e-cf8829dae59e ;
+    dho:hasLayer1 dhd:9e984e0a-1720-4165-b57c-3e9046d991af ;
+    dho:hasOMAID "6034" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006035 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:953c268b-4043-44a5-bd9c-f4a0bc8f0574 ;
+    dho:hasLayer1 dhd:98822e4a-124f-4ec3-921e-41351720c96e ;
+    dho:hasOMAID "6035" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006037 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed Charge1_Num to 2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006037_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8b93963d-5304-4969-abd8-23efdeea34b4 ;
+    dho:hasLayer1 dhd:a22f17d3-c2ae-4150-bf18-c7046ed1d08d ;
+    dho:hasLayer2 dhd:38594be3-a3e4-4919-9b34-e944cf1e3530 ;
+    dho:hasOMAID "6037" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006037_CoAF1_1 a dho:CoatOfArms .
+
+dhd:CoA0000006039 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006039_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0448cc02-4600-4e94-8838-bd3ab8086939 ;
+    dho:hasLayer1 dhd:1d7b78f4-c81b-4f3c-a266-5a54771cf52e ;
+    dho:hasOMAID "6039" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006040 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:99e41ebe-0dcf-4699-bbc9-9eef25684e1e ;
+    dho:hasLayer1 dhd:cfbd12d6-0e7d-47bd-b0a1-d9193c73cb98 ;
+    dho:hasLayer2 dhd:f0633ddc-4306-4897-91ca-4cd5a03c5dbf ;
+    dho:hasOMAID "6040" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006041 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1a461302-0f38-4410-9337-daef5fd2a35e ;
+    dho:hasLayer1 dhd:e64aecad-7303-40d5-8ed2-9c9d7fd5ff2b ;
+    dho:hasLayer2 dhd:b867645d-eb64-4c6f-8826-5e26b9aa18f2 ;
+    dho:hasOMAID "6041" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006042 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:31ccdda7-f558-41cd-b7e5-e46c2ec0a81f ;
+    dho:hasLayer1 dhd:a08b8bca-da4f-4017-a345-424ee0e4994c ;
+    dho:hasOMAID "6042" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006056 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed crusily" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006056_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c9b43027-f100-4e40-96f5-97ea6a3b97de ;
+    dho:hasLayer1 dhd:74f10000-dd4e-4250-988c-487afa97eeaf ;
+    dho:hasLayer2 dhd:66b4f8cb-8690-4032-842d-eb504412bc0f ;
+    dho:hasOMAID "6056" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006073 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ab00afd0-3046-4a05-abad-89bc3131850c ;
+    dho:hasLayer1 dhd:14e0670b-2ee1-49b1-b049-157c799f83b3 ;
+    dho:hasOMAID "6073" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006129 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a38b7348-146c-4c14-a12f-d99eabcb4be7 ;
+    dho:hasLayer1 dhd:e416fd50-60f9-4c4e-ad7a-097672ab2941 ;
+    dho:hasOMAID "6129" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006136 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed chief to per fess" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006136_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b60022d7-556c-4320-b691-fd3e6fd1182d ;
+    dho:hasOMAID "6136" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006210 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dd2821bd-b025-4e33-a7e0-e6d4d50f3a57 ;
+    dho:hasLayer1 dhd:69f0b91c-273d-40d6-8f5c-f0e7e4ab9127 ;
+    dho:hasOMAID "6210" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006213 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fead6be0-cb79-4112-86d2-90d507430281 ;
+    dho:hasLayer1 dhd:079fa361-003a-4963-91fc-bf63db850075 ;
+    dho:hasLayer2 dhd:16bb511f-a925-41c7-b538-870f75caad6a ;
+    dho:hasOMAID "6213" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006215 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6c6923a5-5eb4-4e79-a6ae-22198b7c9656 ;
+    dho:hasLayer1 dhd:11010ce6-e730-42c7-9b7d-d9b1235e3aca ;
+    dho:hasLayer2 dhd:24ad1d78-fd5a-4c58-b7a3-fa9dd982aff8 ;
+    dho:hasOMAID "6215" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006216 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:162193fa-d82a-4252-b084-8d33c586220d ;
+    dho:hasLayer1 dhd:d7eb473f-482f-4ae8-ae8e-5667c416d782 ;
+    dho:hasOMAID "6216" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006220 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:91577bf0-291b-4ef8-b3b4-5ad440a672a6 ;
+    dho:hasOMAID "6220" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006221 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c5370765-c7b0-4f70-8d12-fd6bf6b67da9 ;
+    dho:hasOMAID "6221" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006222 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:28a8fe54-4ea6-487a-aab3-663c635a6b92 ;
+    dho:hasLayer1 dhd:2dc40cab-0550-4dbc-8857-bb2b074bdba0 ;
+    dho:hasOMAID "6222" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006223 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cde3c652-ecab-48e6-a107-0893f9bf1cc6 ;
+    dho:hasLayer1 dhd:f6661b2b-b402-4505-80c1-a527bdb23dfc ;
+    dho:hasOMAID "6223" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006224 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:de9ca45e-f1db-459a-bd8f-edce844f6b83 ;
+    dho:hasLayer1 dhd:c9618c47-fde2-4f16-a8de-4711675d5bbe ;
+    dho:hasOMAID "6224" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006227 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a5a47b25-b7c7-423e-8faf-027f0a64cb81 ;
+    dho:hasLayer1 dhd:647732a3-c095-4a61-9eb5-2db9c6dc3ae0 ;
+    dho:hasOMAID "6227" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006229 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d923e3bd-411d-4a6a-83cf-f11deaece02a ;
+    dho:hasLayer1 dhd:a610b48b-1522-4dd5-abaf-552d9a0e6d9b ;
+    dho:hasOMAID "6229" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006230 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e09ad538-c316-45a9-97c2-ba0ae64c8bae ;
+    dho:hasLayer1 dhd:3521b9bd-eca1-437a-9baf-e006c8a0aa83 ;
+    dho:hasOMAID "6230" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006231 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2cb3c411-71ef-4192-ba69-6cb02837021e ;
+    dho:hasLayer1 dhd:0aa182aa-aab9-4a2b-b196-4d9c33d1d38b ;
+    dho:hasOMAID "6231" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006232 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f2ee8ad8-902b-4770-882e-c2581c745453 ;
+    dho:hasLayer1 dhd:55d568de-e6eb-45ca-9671-87082b3734fc ;
+    dho:hasOMAID "6232" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006234 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006234_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ec985282-91b5-4d51-aab0-99156863f190 ;
+    dho:hasLayer1 dhd:6d5fd032-e8c5-4908-a097-6679df4db5ff ;
+    dho:hasOMAID "6234" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006235 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d0ab72d7-ed56-4927-ba50-591ec8e197d5 ;
+    dho:hasLayer1 dhd:0c6c5d5a-3897-4152-8b75-69f5a7391898 ;
+    dho:hasOMAID "6235" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006239 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bd80ee45-cca1-4466-a286-cdcc12eaeb38 ;
+    dho:hasLayer1 dhd:d5216fa4-a124-4f43-8c4e-d372cedccfb6 ;
+    dho:hasLayer2 dhd:409fb11e-0dca-4516-8498-9b087a5e7b76 ;
+    dho:hasOMAID "6239" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006240 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d9589445-8d46-4802-bdde-b166d538571b ;
+    dho:hasLayer1 dhd:42af8bf2-ee2d-49de-87ec-7739650e469c ;
+    dho:hasOMAID "6240" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006243 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:be5f5981-fc9c-46a1-a7d3-f532720ddfa7 ;
+    dho:hasOMAID "6243" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006246 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d31f0536-c24c-4bb1-a247-0fc2da33c147 ;
+    dho:hasOMAID "6246" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006250 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:857ad85d-76e7-4d02-8cf4-f92aebceacda ;
+    dho:hasLayer1 dhd:91438069-8553-4648-a9f9-093388c76fab ;
+    dho:hasOMAID "6250" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006252 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006252_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8c41b3a0-d208-41e0-8ecf-afc695346db5 ;
+    dho:hasLayer1 dhd:69b7a119-87a5-4cda-a78e-119a115b7494 ;
+    dho:hasOMAID "6252" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006253 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006253_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3d02f03a-20a3-4e07-bbe5-cdfe6841d4f2 ;
+    dho:hasLayer1 dhd:092daa63-3406-41d3-bb78-1eab14e4f5d9 ;
+    dho:hasOMAID "6253" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006254 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fcc4af0e-74cb-4099-bea1-41337bf62c4d ;
+    dho:hasLayer1 dhd:45f9a4cc-8f73-4385-8ef3-5d06110d9ba0 ;
+    dho:hasOMAID "6254" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006255 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ab3abc1a-2b58-4c17-bcf6-5532953040fd ;
+    dho:hasLayer1 dhd:3ea5460e-de5d-4b7d-bc59-9cc801a99d73 ;
+    dho:hasOMAID "6255" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006256 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:766fbf15-b6e8-4f93-acfc-06a3bf6c9c92 ;
+    dho:hasLayer1 dhd:4ce6eb2b-21b4-4f06-911d-1e54e1c1976b ;
+    dho:hasOMAID "6256" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006258 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c8624a09-0c96-499f-a190-5017ab154788 ;
+    dho:hasLayer1 dhd:9825c59d-686c-4d03-b41b-87b1343f7d5b ;
+    dho:hasOMAID "6258" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006266 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006266_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d2d3aa26-8702-4ea5-9b5e-0e8d48020743 ;
+    dho:hasLayer1 dhd:66744c54-0688-47d9-97af-2342b29859bc ;
+    dho:hasOMAID "6266" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006270 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:42d08199-779a-435b-b760-44a998869d53 ;
+    dho:hasLayer1 dhd:d2567bc8-42ff-4859-a13e-f395c8151724 ;
+    dho:hasOMAID "6270" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006272 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d299663b-5afc-4880-accc-793665279ee0 ;
+    dho:hasLayer1 dhd:aac59ad2-5bf7-47c0-9d1b-99b7ec88fa4a ;
+    dho:hasOMAID "6272" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006273 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed Charge1 from garlic plant to leek (this is more acurate according to https://www.heraldik-wiki.de/wiki/Knoblauch_(Heraldik))" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006273_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e0412847-8fac-4d6e-8b56-c17d3c812a74 ;
+    dho:hasLayer1 dhd:b4e6bf9d-02cd-493d-a186-4017a3775ba9 ;
+    dho:hasOMAID "6273" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006274 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e534198a-7fd2-4d7c-b6c3-4800e770e65d ;
+    dho:hasOMAID "6274" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006275 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:650996ab-f809-4b66-b675-8a5a104ece6c ;
+    dho:hasLayer1 dhd:deae5433-b93d-4b1c-8b1e-d594bb9a125f ;
+    dho:hasOMAID "6275" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006278 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bcf207bd-220d-44b6-b6cc-41fa69d1f3f9 ;
+    dho:hasLayer1 dhd:dc2a32ee-43b3-45b9-91fe-f0239be91275 ;
+    dho:hasOMAID "6278" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006279 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:be5c5186-32d5-4d34-ada1-6ba7c22dcff5 ;
+    dho:hasOMAID "6279" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006281 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a1b92e76-ec01-4279-aebe-c1a2ffff0e9e ;
+    dho:hasLayer1 dhd:52f21eb4-abe8-4009-a5f9-264c962c1c76 ;
+    dho:hasOMAID "6281" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006283 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:eeddc68d-971d-435b-97c9-c44904e521b9 ;
+    dho:hasOMAID "6283" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006288 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c6bcd393-3f07-46cc-a567-f571a7041ee8 ;
+    dho:hasLayer1 dhd:c4f636cd-fcf7-4130-a7d3-1b47c74708af ;
+    dho:hasOMAID "6288" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006294 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b4188897-6eba-4e12-a979-ccb78d0b0717 ;
+    dho:hasLayer1 dhd:3708c662-5c9f-4b2e-b0f0-31081b1b1e62 ;
+    dho:hasLayer2 dhd:34a778b4-a3a3-4dce-b509-70efcfdbf7d3 ;
+    dho:hasOMAID "6294" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006294_CoAF1 a dho:Escutcheon ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3274346c-703c-43c6-925c-69f3df0a49fb ;
+    dho:hasLayer1 dhd:cd262791-eb0a-4749-a618-2c6c95aeac91 ;
+    dho:hasOMAID "6294_CoAF1" .
+
+dhd:CoA0000006296 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:14c8d953-05b1-4714-a458-4f7d6eca3bbd ;
+    dho:hasLayer1 dhd:8f39cf98-6f15-43d3-99f3-1edbf0677f87 ;
+    dho:hasOMAID "6296" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006297 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added q.f." ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006297_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:577ad518-1057-4092-8e03-64de8cbf6f49 ;
+    dho:hasLayer1 dhd:eb696cb7-3c0f-4c73-a131-041f2a346c2c ;
+    dho:hasOMAID "6297" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006300 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006300_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c386b94c-e871-43e6-9c51-4c5fae524c08 ;
+    dho:hasLayer1 dhd:7b700a02-0405-4262-ad95-09b9361e5a04 ;
+    dho:hasLayer2 dhd:4c23a591-1985-45f2-b045-1b6631c2774b ;
+    dho:hasOMAID "6300" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006301 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2d613827-dc54-43ba-aef8-35641e825bd1 ;
+    dho:hasLayer1 dhd:c7ec8905-2a1f-4637-85e7-6eea63e9e1dd ;
+    dho:hasOMAID "6301" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006302 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:63ad9e74-f90d-44e7-bdbc-d47ea0138a35 ;
+    dho:hasLayer1 dhd:e45e67eb-0e45-47dc-8657-0d0866a15c64 ;
+    dho:hasOMAID "6302" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006303 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0011dbc6-c779-4566-88f5-5a40431bfbc1 ;
+    dho:hasOMAID "6303" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006304 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:92ea7cea-661e-47ea-aa18-800320bfaba9 ;
+    dho:hasLayer1 dhd:372e2259-f452-41ac-80d7-0b9c8f282017 ;
+    dho:hasOMAID "6304" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006305 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2de8c0cd-37a7-4d24-8a17-e24a489563d1 ;
+    dho:hasLayer1 dhd:9a25cf42-0da1-4644-a639-1331d3c326b4 ;
+    dho:hasOMAID "6305" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006306 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ae8e2c4c-f3bf-4b84-8403-5467487008aa ;
+    dho:hasLayer1 dhd:6bbc3b5d-a0e8-4927-87a2-720722b0d4e8 ;
+    dho:hasOMAID "6306" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006307 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:11e2d6b4-8cc8-4462-ab55-62bd3f6a8b9b ;
+    dho:hasLayer1 dhd:df2098f3-0b3c-4986-b524-ce317f002227 ;
+    dho:hasLayer2 dhd:02e11609-aec8-4386-8d77-f66e52e3b7fc ;
+    dho:hasOMAID "6307" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006308 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed bend of lozenges to 5 lozenges per bend" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006308_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a08363bd-d3f2-45ec-a1a9-d93e20fd66a1 ;
+    dho:hasLayer1 dhd:7c7d5981-89c6-4ebd-b86e-43ad4c681468 ;
+    dho:hasOMAID "6308" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006309 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0d373ab9-5fbb-4512-af66-edb2c9593e2d ;
+    dho:hasLayer1 dhd:3c3e033c-be67-49eb-886b-0fa932e6aa61 ;
+    dho:hasOMAID "6309" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006312 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8aace665-1124-4d0f-942a-0f739745b158 ;
+    dho:hasLayer1 dhd:9d822b60-1377-472c-8030-66d699be8057 ;
+    dho:hasOMAID "6312" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006313 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dc343397-0ffa-490c-9640-d2297771f729 ;
+    dho:hasLayer1 dhd:5585051b-b0e2-4471-ac2d-f3eea70565b3 ;
+    dho:hasOMAID "6313" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006314 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006314_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6dbf6d21-31a5-4e04-8262-a5865efbc4a3 ;
+    dho:hasLayer1 dhd:3d57f0b1-4214-44a6-88c2-b2bace0e0af0 ;
+    dho:hasLayer2 dhd:fc9a4ed6-6412-454e-bef4-22e37b59b400 ;
+    dho:hasOMAID "6314" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006315 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:29232a10-d048-4c8a-a9fa-6436d4fece9a ;
+    dho:hasLayer1 dhd:e413b37d-ab84-4d23-bf10-043c0a6c6380 ;
+    dho:hasOMAID "6315" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006316 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:89e69369-c9ac-48f2-b32f-b1aeac796ee8 ;
+    dho:hasLayer1 dhd:38709dbd-b2d7-409e-a5bf-3f10ef00e8a4 ;
+    dho:hasOMAID "6316" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006318 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5161747e-92d1-4e2e-80d9-e8b9d23a7547 ;
+    dho:hasLayer1 dhd:6df849fb-d5ba-4325-84cd-da33dd22bfdc ;
+    dho:hasOMAID "6318" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006321 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:334f9160-9b28-46d1-8507-2176e8c53bcb ;
+    dho:hasLayer1 dhd:79587514-a778-4f4a-8772-6b07896f0d2b ;
+    dho:hasOMAID "6321" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006323 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed order of tincture" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006323_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fd13a2f5-f6c2-4b11-a7d1-d63a48001e5f ;
+    dho:hasOMAID "6323" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006324 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ff591d19-6067-4e37-bd78-5988363252bf ;
+    dho:hasLayer1 dhd:2c0f16a3-2981-489b-908a-e4c1d858f28b ;
+    dho:hasLayer2 dhd:800959d6-b2ec-4289-828e-3aef62288f59 ;
+    dho:hasOMAID "6324" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006325 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:21ad6cec-2ed1-4572-9338-2e138f1f3358 ;
+    dho:hasLayer1 dhd:704fabc8-c2ed-4ecd-8db1-488822c1bfea ;
+    dho:hasOMAID "6325" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006326 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8c617856-bfd6-4709-89e4-c973d1cc336f ;
+    dho:hasLayer1 dhd:67bd5d1e-86be-45ee-ab72-fad37096e010 ;
+    dho:hasOMAID "6326" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006329 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d1846d7e-1832-449d-9636-baf3566d1a77 ;
+    dho:hasLayer1 dhd:b12835fa-a10f-4fe2-945d-974c65dcb8a4 ;
+    dho:hasLayer2 dhd:bdde28f4-4fc1-4f06-821d-b75002a8d10b ;
+    dho:hasOMAID "6329" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006389 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006389_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4a39b96f-ce90-407e-9404-278cbaa11b31 ;
+    dho:hasLayer1 dhd:98a35c78-01b4-4b01-8a22-931ca58290cb ;
+    dho:hasOMAID "6389" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006390 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6db82b56-1155-4396-8474-ae175b0875d6 ;
+    dho:hasLayer1 dhd:b1f63869-b84e-48ec-87d3-1322fe2ad3c4 ;
+    dho:hasOMAID "6390" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006392 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006392_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dfc4584e-3175-4cb6-9124-7eb90de42b10 ;
+    dho:hasLayer1 dhd:6a4d62dc-6a6f-4387-94e7-fd996e18e3b6 ;
+    dho:hasOMAID "6392" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006399 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e9c4d8dd-686a-40ba-b86a-34522ddd415e ;
+    dho:hasLayer1 dhd:e3315baf-a577-4268-a55a-63ab4b6691dc ;
+    dho:hasOMAID "6399" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006401 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:18903c04-ce9b-409e-ac56-32ec193e3856 ;
+    dho:hasLayer1 dhd:9261187b-20a1-4768-ae7d-f697e2038615 ;
+    dho:hasLayer2 dhd:07f7cd31-77e3-4b38-9575-d3afe1c02739 ;
+    dho:hasOMAID "6401" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006402 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant and crowned to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006402_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:145487b0-d5a6-480b-8fe6-8adb8f030317 ;
+    dho:hasLayer1 dhd:43553db9-11be-4ff6-af4b-6f39caac89aa ;
+    dho:hasLayer2 dhd:ee8507b0-cdec-491b-8b6a-4a7684ea6104 ;
+    dho:hasOMAID "6402" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006403 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bae88e02-a272-4030-9cd7-4bef05331343 ;
+    dho:hasLayer1 dhd:5602c712-f47d-4399-bc5c-7611418e0b32 ;
+    dho:hasLayer2 dhd:77edcba0-3473-4edf-9512-6f30315e30ea ;
+    dho:hasOMAID "6403" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006411 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:33ae4747-65d2-4f36-a014-853fd14bdaa8 ;
+    dho:hasLayer1 dhd:c858ebd7-6a9b-4e84-9368-0f2485ec3410 ;
+    dho:hasLayer2 dhd:781108cb-18dd-4806-b224-320c4adf4f04 ;
+    dho:hasOMAID "6411" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006412 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:24a09d11-21da-4a8e-b79e-0bf963a919ba ;
+    dho:hasLayer1 dhd:cf4c04d3-594d-4687-a780-c746bd901b8b ;
+    dho:hasOMAID "6412" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006415 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006415_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:27331067-80ba-4c58-a51d-36a6befbdffb ;
+    dho:hasLayer1 dhd:3d60db32-35ec-4ff7-a795-f3cde30269a6 ;
+    dho:hasLayer2 dhd:8200499a-74cf-4203-a746-69d4f7acb09c ;
+    dho:hasOMAID "6415" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006418 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "field_tinct missing" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006418_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3b65f62d-91ea-46c9-84d6-2ec50e246063 ;
+    dho:hasLayer1 dhd:f0db7c76-57ae-46e8-afc0-85727d63d585 ;
+    dho:hasOMAID "6418" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006423 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9bcae002-eb24-4fc9-9c53-fc5fa7b40c9a ;
+    dho:hasLayer1 dhd:448e3bff-ef54-4737-aa95-11bcedaca601 ;
+    dho:hasOMAID "6423" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006425 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006425_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a2020e39-7811-452b-bd60-9ac8c48c247d ;
+    dho:hasLayer1 dhd:5036b577-09d7-4e22-a886-84387a1e1e31 ;
+    dho:hasOMAID "6425" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006425_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:1260073b-bfe0-449d-bb47-92258b5ccea5 ;
+    dho:hasLayer1 dhd:55288c26-feb7-4f46-b595-21209e21ca31 ;
+    dho:hasOMAID "6425_1" .
+
+dhd:CoA0000006489 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1da1cf24-d842-4c1d-9978-04afe8b03f25 ;
+    dho:hasLayer1 dhd:72e45422-f79c-4d58-aee0-0b9a3a984221 ;
+    dho:hasOMAID "6489" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006495 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "uncertainty: tincture in image resemables S but can be attributed to material corruption of A / changed Charge1_Num to 3" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006495_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:04300bd0-aebe-452b-8930-4eea91ebb82f ;
+    dho:hasLayer1 dhd:79b0bf97-a69c-40e3-bb12-d31bbfbdb8ad ;
+    dho:hasOMAID "6495" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006500 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:98f1bbe0-39cf-43ee-84d7-9602b6cc8224 ;
+    dho:hasLayer1 dhd:1d30d6b5-2141-433d-81c6-d6d646b323ae ;
+    dho:hasOMAID "6500" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006531 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006531_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:504cda26-a466-4ed8-bfeb-e346ee2544b1 ;
+    dho:hasLayer1 dhd:591879e1-37ac-4719-b3a2-1350a0be122e ;
+    dho:hasOMAID "6531" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006610 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c55515e9-ab95-46bc-bf8e-bc67b9cd62ea ;
+    dho:hasLayer1 dhd:bf481661-76b6-4ad8-862c-2aa693b9eed5 ;
+    dho:hasOMAID "6610" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006641 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7f01bf12-898c-455d-992b-6539ba1d117c ;
+    dho:hasLayer1 dhd:3e60a362-f4f5-4c53-988a-aa86060f6caa ;
+    dho:hasOMAID "6641" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006646 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:083c4138-0fa2-4e6a-b251-1dee6bb91109 ;
+    dho:hasLayer1 dhd:67d77168-9a01-45a6-ba6d-3138ea0a4f48 ;
+    dho:hasOMAID "6646" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006710 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3b132fce-b4b1-44ee-b1a8-6f8717e6427c ;
+    dho:hasLayer1 dhd:69c7e149-8203-4c8d-a61d-61e3c9bc95ac ;
+    dho:hasOMAID "6710" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006715 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:832fa6f6-546e-4844-a422-5aa367811fdf ;
+    dho:hasLayer1 dhd:bf0b0ffd-08b4-4869-9e01-a3173a19416c ;
+    dho:hasOMAID "6715" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006761 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b9e221f7-f14c-40d6-8c5f-bb4bb4c92182 ;
+    dho:hasLayer1 dhd:f877d271-b268-448b-a898-7994db7795fe ;
+    dho:hasLayer2 dhd:1f420388-d095-4c49-9709-0803e316d5ff ;
+    dho:hasOMAID "6761" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006825 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f0601c91-3663-4ca6-a499-370f65cf4434 ;
+    dho:hasLayer1 dhd:02dfe060-8a30-4c58-b8a7-c416cd166e56 ;
+    dho:hasOMAID "6825" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006844 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:03968e10-f760-4c2d-aafa-62cadc5ff3ee ;
+    dho:hasLayer1 dhd:db0bf0fd-fa05-4ffd-ae81-e7878d83a5e9 ;
+    dho:hasOMAID "6844" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006848 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed crowned from Charge3" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006848_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9de67952-0c98-4faa-a7d5-8877833f7b8c ;
+    dho:hasLayer1 dhd:2616c493-31b6-499f-83cc-8d116e273a60 ;
+    dho:hasLayer2 dhd:4bc736ef-7422-4f33-a86d-d930138069c7 ;
+    dho:hasLayer3 dhd:bbcae323-5c81-4fe0-a2ee-25b03cc47221 ;
+    dho:hasOMAID "6848" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006866 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1db108ce-82df-4075-8623-89c8021759ec ;
+    dho:hasLayer1 dhd:cbd31a4a-f2be-4e24-ac76-d16be7aa97ed ;
+    dho:hasOMAID "6866" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006872 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c533f512-3b05-4e74-8648-36986c27d8cc ;
+    dho:hasLayer1 dhd:699d9421-29b9-412b-96d0-612559e3bfdf ;
+    dho:hasOMAID "6872" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006881 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006881_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f9e08582-66bf-459d-b681-c69081953e25 ;
+    dho:hasLayer1 dhd:0a23dfca-4d3d-4973-8034-e810e877da2e ;
+    dho:hasOMAID "6881" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006926 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006926_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fdefcd2d-cee4-46e0-8aa0-dc56a9105e16 ;
+    dho:hasLayer1 dhd:eb77845e-0e57-4a64-989b-dcb795dcb878 ;
+    dho:hasOMAID "6926" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007014 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a63ce27e-6162-465c-89a9-e4e6c6a11a52 ;
+    dho:hasOMAID "7014" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007015 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a77bba93-2a56-4f76-b112-0e26844d3f86 ;
+    dho:hasLayer1 dhd:a6bd5af3-e8df-4509-94bf-1f8d052b34a3 ;
+    dho:hasOMAID "7015" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007037 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:61abdd6c-a433-428e-8a91-99ffd7a66557 ;
+    dho:hasLayer1 dhd:9386a8d4-4149-4ed6-881b-35279e3c8b6c ;
+    dho:hasOMAID "7037" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007076 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed number of barruly to 16" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007076_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:318ba42f-ee90-49b7-825c-861cf207e886 ;
+    dho:hasLayer1 dhd:c5da524d-b8c4-4234-9350-d31b8f5faa7d ;
+    dho:hasOMAID "7076" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007085 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant / removed crowned / fixed field_tinct / removed Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007085_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:004d9fdf-a435-4efe-b888-adcb52ac63bb ;
+    dho:hasLayer1 dhd:c95d4bbf-6946-47ff-9776-c6d95ced47d4 ;
+    dho:hasOMAID "7085" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007099 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "field_Tinct1 missing" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007099_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:342e5205-ad3e-4884-9b49-32acdb857e94 ;
+    dho:hasOMAID "7099" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007119 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1887f966-bd13-419b-bebb-c80169d23e0a ;
+    dho:hasLayer1 dhd:e15ef04a-5928-476e-b5d4-9a5f637c97c1 ;
+    dho:hasOMAID "7119" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007130 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed molette to mullet" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007130_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d330420b-4b59-4c5e-9a0c-99f4db70e7b9 ;
+    dho:hasLayer1 dhd:efa6b029-d432-4ac5-a3b0-6a49b9e0079a ;
+    dho:hasLayer2 dhd:1ac5929b-2b21-4cec-954a-0ecdc585ef23 ;
+    dho:hasLayer3 dhd:a621c0be-4492-4587-aa64-537347fd49d5 ;
+    dho:hasOMAID "7130" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007138 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c6bd202f-970a-457d-b5f4-d078c882621d ;
+    dho:hasLayer1 dhd:d88d7389-8ccb-4db8-bac3-7a97d40a7f88 ;
+    dho:hasOMAID "7138" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007194 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a0978e62-8491-4a0a-90ac-2ef8ce5c4fb8 ;
+    dho:hasLayer1 dhd:35013c20-9e49-4b3b-9b2b-fddac7c96d30 ;
+    dho:hasOMAID "7194" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007206 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:791be651-fcbf-4146-9179-c5b142c6e564 ;
+    dho:hasLayer1 dhd:21a8b1ee-3d50-48e2-99f5-6166fd86a198 ;
+    dho:hasLayer2 dhd:54f2dd3e-9032-4690-b7b6-6299f13288a4 ;
+    dho:hasLayer3 dhd:6b001d2d-30a0-491b-b635-998903d38612 ;
+    dho:hasOMAID "7206" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007209 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4628cceb-a7c7-4a06-a897-759f28334241 ;
+    dho:hasLayer1 dhd:4820cd61-2ea2-4bbb-9648-1940210d362d ;
+    dho:hasOMAID "7209" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007212 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b4b14630-c706-4f96-9bea-f4ec1a93b49d ;
+    dho:hasLayer1 dhd:fcb5da6e-75f8-460a-b4b8-8a7917b988ad ;
+    dho:hasOMAID "7212" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007228 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a1520844-10f9-4af8-96c8-5974cd669660 ;
+    dho:hasLayer1 dhd:93fcd1ba-e58a-45f2-9600-439a9b922557 ;
+    dho:hasLayer2 dhd:437a59c8-d036-4edd-a715-7a7e004620f0 ;
+    dho:hasOMAID "7228" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007261 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant to Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007261_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:556f2008-b8cf-4081-8a25-2bdd78f26340 ;
+    dho:hasLayer1 dhd:c80ffafa-c10f-4031-99a0-52d4cbefc6c4 ;
+    dho:hasLayer2 dhd:834ffc09-87f7-48d1-ab0e-b919d4506206 ;
+    dho:hasOMAID "7261" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007262 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:233774b0-14c3-4158-9236-c11516debfea ;
+    dho:hasLayer1 dhd:a9d4fab5-3d26-445e-880e-5534fe829f8f ;
+    dho:hasOMAID "7262" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007264 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:557cdc16-a440-4a7a-bdea-10039521c1fd ;
+    dho:hasLayer1 dhd:8948cef5-7dd4-4772-9db6-6467eb0bdd32 ;
+    dho:hasOMAID "7264" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007265 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tinctures" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007265_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f230bf0a-0b9f-4b04-965a-2837fa8229a7 ;
+    dho:hasLayer1 dhd:8b53dcc1-0ad2-47c2-b71a-d733dc6a56c0 ;
+    dho:hasOMAID "7265" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007285 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:76d9d26e-20b7-4b21-a9e8-0ad5c74476b7 ;
+    dho:hasLayer1 dhd:2b584636-22fb-4508-9072-b1d8b0c512e9 ;
+    dho:hasOMAID "7285" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007287 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3328e5e4-31be-4c46-b399-918b13289df5 ;
+    dho:hasLayer1 dhd:321feb21-d5a3-4055-93d2-b8efbde54d99 ;
+    dho:hasOMAID "7287" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007293 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:615e7425-0bf2-4346-8ce8-5457d5d6740b ;
+    dho:hasLayer1 dhd:6a2ba13a-4a5e-4977-b034-aa1f4a2df197 ;
+    dho:hasOMAID "7293" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007294 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6b1b5568-3514-46c0-8795-98857ee694a6 ;
+    dho:hasLayer1 dhd:809c54e5-1a1f-49c0-a228-108311988c3e ;
+    dho:hasLayer2 dhd:e62833e7-85ad-4426-999f-630de211d4c7 ;
+    dho:hasOMAID "7294" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007294_CoAF1 a dho:Escutcheon ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d33788da-7d88-4b06-866d-5f69a24e5fcf ;
+    dho:hasLayer1 dhd:75d77f16-0e67-4438-9dcc-ce1fee4a8421 ;
+    dho:hasOMAID "7294_CoAF1" .
+
+dhd:CoA0000007296 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:113b743b-26af-4b2f-961a-bd0d576e2922 ;
+    dho:hasLayer1 dhd:11534484-4ed2-495c-9421-8f89fcaf9c15 ;
+    dho:hasOMAID "7296" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007311 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:475683ef-870c-4451-9438-9bd125a4ec26 ;
+    dho:hasLayer1 dhd:b7dfc140-8be9-426e-beb8-dd30ffcf0513 ;
+    dho:hasLayer2 dhd:e9beec15-6b3b-4986-8084-0f5f345855ef ;
+    dho:hasOMAID "7311" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007317 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0c38ff87-8fc6-4a6a-9837-11d3b2c3c8ed ;
+    dho:hasLayer1 dhd:d2b6f63a-463e-4909-9b70-5247e7f43fd3 ;
+    dho:hasLayer2 dhd:08b6a2ec-2da7-46fb-a6ad-a0cdf079a39a ;
+    dho:hasOMAID "7317" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007334 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007334_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0bd50a45-604f-46b3-9d50-7b2ea8ba1665 ;
+    dho:hasLayer1 dhd:b05a03a7-ad43-48e1-9ed7-76299efa7cec ;
+    dho:hasLayer2 dhd:ad1d484e-ef64-465b-b820-fe5a56a9c76a ;
+    dho:hasOMAID "7334" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007365 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dc9c088e-c75f-4e57-ad30-676e3f422dd4 ;
+    dho:hasLayer1 dhd:ed314160-8d78-429d-981e-d468b169e54c ;
+    dho:hasOMAID "7365" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007367 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:28fbad36-876c-4493-89ff-d6badb1a61f0 ;
+    dho:hasLayer1 dhd:dcc904a5-e01b-4f5f-93e5-e6c9d781fdc6 ;
+    dho:hasOMAID "7367" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007388 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:90cda241-0f07-4496-a0f1-140e21386eef ;
+    dho:hasLayer1 dhd:9a7d3f74-25b1-4fe1-83c3-383afcc2f419 ;
+    dho:hasOMAID "7388" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007410 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5df84d0d-af4b-4d10-a787-77775161390e ;
+    dho:hasLayer1 dhd:729f095b-bd26-4574-87b3-87265439b832 ;
+    dho:hasOMAID "7410" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007412 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f5a80b1b-86b8-47dd-807c-b9f83d2c4802 ;
+    dho:hasLayer1 dhd:7f99c312-b4c0-4ec9-9a21-9bb67bc2c772 ;
+    dho:hasOMAID "7412" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007414 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:53ab0369-62d0-4404-a78d-517657b6f426 ;
+    dho:hasLayer1 dhd:22207ef5-7a82-44ae-b5b1-0fddc9b57d38 ;
+    dho:hasOMAID "7414" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007555 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2e4bfd1b-7ee9-4d1a-804a-b654591da55b ;
+    dho:hasLayer1 dhd:9d0bdbb5-27ae-4ec2-a817-7f9c816d175d ;
+    dho:hasLayer2 dhd:c586d23e-8aca-4f85-a722-9e37da34f333 ;
+    dho:hasOMAID "7555" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007570 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued to Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007570_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ebfdd817-3fcb-4f06-906b-8ca7e465648e ;
+    dho:hasLayer1 dhd:c9bdd929-e4c6-4184-ba66-ed69864acb0d ;
+    dho:hasLayer2 dhd:1a037776-698b-460a-acf4-8bae1cfbc4d2 ;
+    dho:hasOMAID "7570" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007582 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added nimbed / added escutcheon" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007582_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8b93413c-8408-4282-9371-15248d9b7c18 ;
+    dho:hasLayer1 dhd:35182144-5135-496d-943b-1d2a8c142039 ;
+    dho:hasOMAID "7582" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007602 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8d6260cc-7157-4501-95c4-0cc848569038 ;
+    dho:hasLayer1 dhd:391f1de4-5a68-47ff-bc1e-0e7091afcb29 ;
+    dho:hasOMAID "7602" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007609 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:572a9752-7260-47b8-b9be-df585796369b ;
+    dho:hasOMAID "7609" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007612 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added isst sn to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007612_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a4dfd7ed-1d0c-4a56-9b84-8041e49dacf9 ;
+    dho:hasLayer1 dhd:9af9f229-c479-48a6-b228-f009dd446532 ;
+    dho:hasOMAID "7612" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007717 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:afaa4ebf-f48c-4c4c-9536-90253cd17ad8 ;
+    dho:hasLayer1 dhd:78c4263c-0b44-42cd-9c1f-575c9678e0f2 ;
+    dho:hasLayer2 dhd:d25f7268-2aba-4d16-89cf-422a8a17f689 ;
+    dho:hasOMAID "7717" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007750 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d686e315-6b4e-4a31-97f3-69546a46dbd9 ;
+    dho:hasOMAID "7750" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007758 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c21bb91b-25d9-4dcb-adb2-5649683975a8 ;
+    dho:hasOMAID "7758" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007766 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4484abaa-3a68-408c-8adb-c538aea24ffe ;
+    dho:hasLayer1 dhd:43739fdb-bf20-4b79-ab53-86ac44ebc391 ;
+    dho:hasOMAID "7766" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007797 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:71f6ebfa-40da-4fe1-b12b-40874b037f38 ;
+    dho:hasLayer1 dhd:22e50ca1-9d6c-4b82-b762-738bd7365a68 ;
+    dho:hasOMAID "7797" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007804 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c666375a-3409-4cd3-b324-01cae7920b16 ;
+    dho:hasLayer1 dhd:1cdfb90d-238d-4337-af8c-510c471fbea9 ;
+    dho:hasOMAID "7804" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007805 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4bf3ea89-584e-4d13-b195-6322bc654825 ;
+    dho:hasLayer1 dhd:6cfefa49-1665-41cb-a1a6-ef3ad00ec422 ;
+    dho:hasOMAID "7805" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007822 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e18973bb-68a6-4319-93a7-14ddf424eedb ;
+    dho:hasLayer1 dhd:e6c384fe-238e-446a-ac4e-29fae25e74a1 ;
+    dho:hasLayer2 dhd:f7df0e9a-cca4-42a6-b086-26e39a071e41 ;
+    dho:hasOMAID "7822" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007824 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9fd0c746-2d97-4fd9-ae2f-dd182d98a194 ;
+    dho:hasLayer1 dhd:3a6a18ab-fdb2-47e6-b3c8-15d78c089bf2 ;
+    dho:hasOMAID "7824" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007831_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:2fdd9a72-8719-42cb-b440-9caf336e7a04 ;
+    dho:hasLayer1 dhd:eae22617-3c2b-4120-85ec-113602b2730e ;
+    dho:hasLayer2 dhd:70f55f66-9e2e-434a-b3bb-2f49adaf5564 ;
+    dho:hasOMAID "7831_1" .
+
+dhd:CoA0000007831_2 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007831_2_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a2cf3910-9de8-4adc-86c3-0a23067b01fe ;
+    dho:hasLayer1 dhd:5fc93f8c-b3c9-4d50-8737-a4e76884af2a ;
+    dho:hasLayer2 dhd:098a2729-3574-44d1-8ce3-701f0d5f481b ;
+    dho:hasOMAID "7831_2" .
+
+dhd:CoA0000007831_2_1 a dho:CoatOfArms .
+
+dhd:CoA0000007858 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007858_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b9f2f773-4094-4a6f-9b2e-6474c0db1bdd ;
+    dho:hasLayer1 dhd:8f59d508-c7c5-42bd-a572-711a1ae290fc ;
+    dho:hasOMAID "7858" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007858_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:27a7d55c-f7f9-4362-b3e2-847bc10556e7 ;
+    dho:hasLayer1 dhd:52153d56-4588-4b8f-bc3f-680231d812cd ;
+    dho:hasOMAID "7858_1" .
+
+dhd:CoA0000007880 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d9bf2751-7643-48a7-9ab1-b31e89e0c12a ;
+    dho:hasOMAID "7880" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007961 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000007961_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e7631393-f24d-403a-a72f-ff0733cde7c8 ;
+    dho:hasLayer1 dhd:11f71840-92db-4d31-91f7-c45333809781 ;
+    dho:hasLayer2 dhd:1805911f-dcfb-4e7b-99f3-dfa29b73bf8d ;
+    dho:hasOMAID "7961" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007968 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2a29e9d4-794d-44f3-82e5-703a44318b03 ;
+    dho:hasLayer1 dhd:e00a8b7f-3011-47d9-bdf9-740aae1cd197 ;
+    dho:hasOMAID "7968" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007985 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a848950f-bad4-467e-b4f2-344fe24fc7b3 ;
+    dho:hasMarshalledPart1 dhd:CoA0000007985_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000007985_B ;
+    dho:hasOMAID "7985" ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000007985_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:816a34f2-10d4-4bbe-b030-681877298650 ;
+    dho:hasLayer1 dhd:0bdc9756-2d4d-4589-8832-5063a6101d2d ;
+    dho:hasOMAID "7985_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007985_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:30d4342b-df74-4937-b739-b23f4c563360 ;
+    dho:hasOMAID "7985_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007988 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e4e2491a-5ca4-4ebe-9ed0-c8090b639f74 ;
+    dho:hasLayer1 dhd:ffcfe389-d1d8-4a31-98cf-6690b18efb71 ;
+    dho:hasLayer2 dhd:77612b42-0b5f-41b1-9c07-f69952ebf085 ;
+    dho:hasOMAID "7988" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008134 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008134_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0d402f0a-9c89-4fe8-b100-060d5ef68899 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008134_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008134_B ;
+    dho:hasOMAID "8134" ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000008134_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:74635799-7d1a-4e59-bcc3-e586c83b5ff9 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008134_A_1 ;
+    dho:hasMarshalledPart2 dhd:CoA0000008134_B_1 ;
+    dho:hasOMAID "8134_1" ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000008134_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added Charge1_dir / added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008134_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1852c622-b0d5-43af-a3a9-54023dfb7b59 ;
+    dho:hasLayer1 dhd:e49c6396-a806-4d46-aed6-b61528d4cbb7 ;
+    dho:hasOMAID "8134_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008134_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removoed crowned / added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008134_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9e45a6ea-6a02-4afa-91e0-d7d88877123f ;
+    dho:hasLayer1 dhd:a9842680-77e7-4090-906b-bf04e5c246a1 ;
+    dho:hasOMAID "8134_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008191 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasEscutcheon dhd:CoA0000008191_Escu ;
+    dho:hasField dhd:e4da7419-aaa0-42a6-b95d-2f1ed8fdd0be ;
+    dho:hasMarshalledPart1 dhd:CoA0000008191_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008191_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008191_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008191_A ;
+    dho:hasOMAID "8191" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008191_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:78380a7b-c2f6-401a-9533-bade80e43bb9 ;
+    dho:hasLayer1 dhd:ee965530-81b6-4345-adae-76f6acf400ba ;
+    dho:hasLayer2 dhd:313a7f1c-f98d-4416-8448-9919e5e59934 ;
+    dho:hasOMAID "8191_A_1" .
+
+dhd:CoA0000008191_Escu a dho:Inescutcheon ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008191_Escu_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:87681f1b-10a3-4dae-9254-9c809eec9eda ;
+    dho:hasLayer1 dhd:b8be4847-d9a2-4cc8-b8ba-7a8f654e4f80 ;
+    dho:hasOMAID "8191_Escu" .
+
+dhd:CoA0000008191_Escu_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:f3dead35-e992-4a70-9c35-f032ef4f55d0 ;
+    dho:hasLayer1 dhd:715e463e-bd6a-4d0e-b22b-d73f62b70e1a ;
+    dho:hasOMAID "8191_Escu_1" .
+
+dhd:CoA0000008220 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0359d272-db41-4f5d-99d4-68b3e78f6f8d ;
+    dho:hasMarshalledPart1 dhd:CoA0000008220_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008220_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008220_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008220_A ;
+    dho:hasOMAID "8220" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008220_B_1 a dho:CoatOfArms .
+
+dhd:CoA0000008226 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f236928f-56f3-4f6f-99e4-5e8dc6d6718a ;
+    dho:hasMarshalledPart1 dhd:CoA0000008226_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008226_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008226_C ;
+    dho:hasMarshalledPart4 dhd:CoA0000008226_D ;
+    dho:hasOMAID "8226" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008226_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued, rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008226_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5f4319bd-caed-4352-b3f4-da0add8cc4d9 ;
+    dho:hasLayer1 dhd:e97db79c-dd11-4be7-a9d6-1f5dc36b6afa ;
+    dho:hasOMAID "8226_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008226_A_1 a dho:CoatOfArms .
+
+dhd:CoA0000008226_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant, armed, langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008226_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:411b826f-65c7-4c08-b785-55eca2ea6747 ;
+    dho:hasLayer1 dhd:27914c1d-c212-493e-8dfd-a9712f4b7e71 ;
+    dho:hasOMAID "8226_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008226_B_1 a dho:CoatOfArms .
+
+dhd:CoA0000008226_C a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008226_C_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:420c48e9-8f98-4c99-bed1-95063de286c2 ;
+    dho:hasLayer1 dhd:8e0b1933-1116-4a2d-9b46-453d81963721 ;
+    dho:hasOMAID "8226_C" .
+
+dhd:CoA0000008226_C_1 a dho:CoatOfArms .
+
+dhd:CoA0000008226_D a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued and rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008226_D_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f51382c0-4a77-4d6e-8538-2733d5f75ad6 ;
+    dho:hasLayer1 dhd:61ae7e0a-13c5-4288-a42f-ef54b3871f3c ;
+    dho:hasOMAID "8226_D" .
+
+dhd:CoA0000008226_D_1 a dho:CoatOfArms .
+
+dhd:CoA0000008229 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:94466778-99b1-4dfd-a933-de85cea5e6e2 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008229_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008229_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008229_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008229_A ;
+    dho:hasOMAID "8229" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008266 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b840589f-4329-42e3-9466-67169da36470 ;
+    dho:hasLayer1 dhd:3808be35-1d83-4b21-8930-92134760453a ;
+    dho:hasLayer2 dhd:43e72624-a82b-4a45-9465-be895df27064 ;
+    dho:hasOMAID "8266" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008267 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d69f8128-48a5-45d6-87a7-4836442fb21c ;
+    dho:hasLayer1 dhd:1946e14a-0fcc-4040-bc13-2c7f49edecc1 ;
+    dho:hasLayer2 dhd:5d99df57-b9f3-44fe-b7fb-ce207b83c062 ;
+    dho:hasOMAID "8267" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008268_A_1 a dho:CoatOfArms .
+
+dhd:CoA0000008268_B_1 a dho:CoatOfArms .
+
+dhd:CoA0000008287 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008287_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:afd328e4-a974-4385-b19e-dcbfb8933f29 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008287_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008287_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008287_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008287_A ;
+    dho:hasOMAID "8287" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008299_B_1 a dho:CoatOfArms .
+
+dhd:CoA0000008359 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008359_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a8655246-3a37-40e2-b4f8-20d9a710c05c ;
+    dho:hasMarshalledPart1 dhd:CoA0000008359_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008359_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008359_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008359_A ;
+    dho:hasOMAID "8359" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008378 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008378_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e734c97b-eb2c-46a3-92c4-0812e1415dd4 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008378_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008378_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008378_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008378_A ;
+    dho:hasOMAID "8378" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008452 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasChargeOverall dhd:8c28aa1b-cf98-44ae-a2ec-66e1744cf05c ;
+    dho:hasField dhd:2f8788ef-9a37-44bb-95a6-7874a9e445c4 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008452_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008452_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008452_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008452_A ;
+    dho:hasOMAID "8452" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008517 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasEscutcheon dhd:CoA0000008517_Escu ;
+    dho:hasField dhd:6e0aeb16-da91-4d54-b081-fe8a4cba54f4 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008517_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008517_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008517_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008517_A ;
+    dho:hasOMAID "8517" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008517_Escu a dho:Inescutcheon ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7ca25ef4-ec66-4367-8e04-715706966846 ;
+    dho:hasOMAID "8517_Escu" .
+
+dhd:CoA0000008666 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1fa97679-77d9-4714-9634-110d7403e3fe ;
+    dho:hasMarshalledPart1 dhd:CoA0000008666_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008666_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008666_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008666_A ;
+    dho:hasOMAID "8666" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008668 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cea22275-fcc7-4b02-98af-421510775ff4 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008668_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008668_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008668_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008668_A ;
+    dho:hasOMAID "8668" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008668_A_1 a dho:CoatOfArms .
+
+dhd:CoA0000008670 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasEscutcheon dhd:CoA0000008670_Escu ;
+    dho:hasField dhd:fdbbe43c-7ba2-4d28-8b2d-24c1842899db ;
+    dho:hasMarshalledPart1 dhd:CoA0000008670_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008670_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008670_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008670_A ;
+    dho:hasOMAID "8670" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008670_B_1 a dho:CoatOfArms .
+
+dhd:CoA0000008670_Escu a dho:Inescutcheon ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7c73da32-5a10-4523-87c4-4448ab636837 ;
+    dho:hasLayer1 dhd:c21b4eb5-eabc-43b5-9f08-6badb32874ee ;
+    dho:hasOMAID "8670_Escu" .
+
+dhd:CoA0000008676 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008676_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:080dd8bd-7051-41bd-a89c-9afd4dae7e60 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008676_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008676_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008676_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008676_A ;
+    dho:hasOMAID "8676" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008676_B_1 a dho:CoatOfArms .
+
+dhd:CoA0000008677 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5e0d54ee-5e2e-4c79-ac96-bc2b2adb1c6e ;
+    dho:hasMarshalledPart1 dhd:CoA0000008677_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008677_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008677_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008677_A ;
+    dho:hasOMAID "8677" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008682 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:16bece71-87af-4afd-a9e1-8c30f3391877 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008682_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008682_B ;
+    dho:hasOMAID "8682" ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000008682_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7d599dbe-073a-40a4-89e7-bdc64b0991af ;
+    dho:hasLayer1 dhd:f6dc2893-dbb4-4542-8aca-7f2b0e904432 ;
+    dho:hasOMAID "8682_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008682_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dde59039-579d-4ee6-b4bb-eff647eade6b ;
+    dho:hasOMAID "8682_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008724 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008724_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:98d04924-644c-440e-91ef-92f3d9a47b5c ;
+    dho:hasMarshalledPart1 dhd:CoA0000008724_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008724_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008724_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008724_A ;
+    dho:hasOMAID "8724" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008724_A_1 a dho:CoatOfArms .
+
+dhd:CoA0000008755_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:3bd94e62-f3de-4a7c-a3b0-12c62f1362b4 ;
+    dho:hasLayer1 dhd:c7225aae-6f75-40f8-808f-e2bd1b0f9a78 ;
+    dho:hasOMAID "8755_A_1" .
+
+dhd:CoA0000008755_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:6ee1066f-97a9-4df6-88ca-e0044a0a7acc ;
+    dho:hasLayer1 dhd:8fd8be7f-ebae-48bb-b578-22a16f4ec142 ;
+    dho:hasOMAID "8755_B_1" .
+
+dhd:CoA0000008800_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:cc0413ad-91d0-44cf-9218-0bd7c9efc0ad ;
+    dho:hasLayer1 dhd:a86afe8d-abbc-4cf2-862d-4b16014ec923 ;
+    dho:hasOMAID "8800_A_1" .
+
+dhd:CoA0000008800_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:3ea6e03f-fc9f-44d4-a8bb-daea3189766b ;
+    dho:hasLayer1 dhd:dc33f38f-fa2a-4373-9d3c-db8b0d66802f ;
+    dho:hasOMAID "8800_B_1" .
+
+dhd:CoA0000008837 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008837_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:24c58a2d-02ad-45b0-9384-c3f25f86776b ;
+    dho:hasMarshalledPart1 dhd:CoA0000008837_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008837_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008837_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008837_A ;
+    dho:hasOMAID "8837" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008925_B_1 a dho:CoatOfArms .
+
+dhd:CoA0000008974 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b2c477af-f0f4-4dcf-b582-e8d5c198d7c0 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008974_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008974_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008974_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008974_A ;
+    dho:hasOMAID "8974" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008991 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008991_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:68fae545-5dca-43ff-bc81-d71c48990efb ;
+    dho:hasMarshalledPart1 dhd:CoA0000008991_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008991_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008991_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008991_A ;
+    dho:hasOMAID "8991" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000009378 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:20c101ff-7c1f-4336-8c10-75816548ea8c ;
+    dho:hasLayer1 dhd:c0d2abd8-4984-4e36-8ed7-327a5427bc9e ;
+    dho:hasOMAID "9378" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009383 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2538e9da-fb00-4f6d-aac3-481d78e950fb ;
+    dho:hasLayer1 dhd:2032a3a1-ae46-43f0-8e58-f2f76e0f75c6 ;
+    dho:hasLayer2 dhd:df43376e-5172-4ddb-aca7-4593e3115281 ;
+    dho:hasOMAID "9383" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009505 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued and armed to Charge3" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009505_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:87863b82-35ea-45d5-9603-dded7e2b830f ;
+    dho:hasLayer1 dhd:8da788f8-c69a-4b18-954a-a9280c0e8f8d ;
+    dho:hasLayer2 dhd:7cfd78d6-055b-4a4a-9b7d-30ab47257140 ;
+    dho:hasLayer3 dhd:9936827c-6067-4af2-ad5f-f536853bab6b ;
+    dho:hasOMAID "9505" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009579 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009579_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:34d9a419-ac21-4bfa-841a-c4f9fff0b79b ;
+    dho:hasMarshalledPart1 dhd:CoA0000009579_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000009579_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000009579_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000009579_A ;
+    dho:hasOMAID "9579" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000009583 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasChargeOverall dhd:fa25b5a3-4d4e-49d7-9545-5ba49ead556b ;
+    dho:hasField dhd:71294b46-b7d4-4181-979c-ee6c2adf6522 ;
+    dho:hasMarshalledPart1 dhd:CoA0000009583_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000009583_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000009583_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000009583_A ;
+    dho:hasOMAID "9583" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000009646 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed semy / removed crowned" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009646_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c3dadfb8-be99-40ec-83f4-8c6f89dc6f93 ;
+    dho:hasLayer1 dhd:8440ee56-38a1-4cae-ab18-288904ef7deb ;
+    dho:hasLayer2 dhd:9cec76a2-ac48-48bd-a1f6-ab7a7abc8a21 ;
+    dho:hasOMAID "9646" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009649 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e1d71faf-c510-4328-8f52-0d47b8873049 ;
+    dho:hasMarshalledPart1 dhd:CoA0000009649_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000009649_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000009649_C ;
+    dho:hasMarshalledPart4 dhd:CoA0000009649_D ;
+    dho:hasOMAID "9649" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000009649_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:400a0ac7-641d-4819-9917-1563be204c3b ;
+    dho:hasLayer1 dhd:3ce98750-8cbf-426b-8fb4-39218f97d531 ;
+    dho:hasOMAID "9649_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009649_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:276a6038-e419-4066-8efe-898defd1777b ;
+    dho:hasLayer1 dhd:da40e6aa-5b9b-43b1-bcc3-ec563b20aa7a ;
+    dho:hasOMAID "9649_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009649_C a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:14077fef-23b4-4953-8509-47fc2f17563b ;
+    dho:hasOMAID "9649_C" .
+
+dhd:CoA0000009649_D a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "Added segreant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009649_D_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7d015222-0c0e-4687-91a0-0448fdc40ad3 ;
+    dho:hasLayer1 dhd:e4a7ce9d-f5a5-404a-941f-457d51737127 ;
+    dho:hasOMAID "9649_D" .
+
+dhd:CoA0000009649_D_1 a dho:CoatOfArms .
+
+dhd:CoA0000009650 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "Added color for crown" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009650_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0e539954-479f-4760-8e22-a5c0df46e660 ;
+    dho:hasLayer1 dhd:1e8c0597-5fb0-4d15-bd2b-cee8e9572904 ;
+    dho:hasLayer2 dhd:a0e5c547-d567-44ab-b80a-3981c8a5b1fc ;
+    dho:hasOMAID "9650" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009651 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tinctures" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009651_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:30e41b10-edf2-4b40-8de9-95cdae969dcc ;
+    dho:hasLayer1 dhd:5f5108b8-c40a-4822-b0b3-5218b8be90dc ;
+    dho:hasLayer2 dhd:a9db8a94-f236-4336-b8d4-001e3fe4a368 ;
+    dho:hasOMAID "9651" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009652 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "Added color for crown" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009652_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:85fabe4b-d0ac-4070-9278-acc637fa20f7 ;
+    dho:hasLayer1 dhd:d26fed42-1494-47e3-8f8b-9b016e1eabb8 ;
+    dho:hasLayer2 dhd:694d680d-cffe-4d90-be60-48242dec664e ;
+    dho:hasOMAID "9652" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009653 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of field" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009653_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:aed97d4e-b211-4eb1-bf3d-7e9b002bd004 ;
+    dho:hasLayer1 dhd:a72c9519-5ae4-48c4-8f5d-e6e008f5c15e ;
+    dho:hasOMAID "9653" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009654 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5fc6985b-bdc6-4877-ba50-55ba1f0f1f78 ;
+    dho:hasOMAID "9654" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009655 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tinctures" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009655_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ffd4aa69-66ba-4ba6-bee4-8b845bf906e5 ;
+    dho:hasLayer1 dhd:8ae794f6-455c-400a-a0c4-5e6a612bc958 ;
+    dho:hasLayer2 dhd:da94e658-a10b-4118-aba1-7dd82a131e36 ;
+    dho:hasOMAID "9655" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009656 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:56912108-3715-4d4f-b8af-b1d12906c08d ;
+    dho:hasLayer1 dhd:27dd1c87-8759-484b-954b-d0eaaf4e42ce ;
+    dho:hasOMAID "9656" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009657 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:493c4b02-ca46-4afa-8031-7ec0b0395241 ;
+    dho:hasOMAID "9657" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009658 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009658_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:27b74d7d-733e-4f0a-8000-69cdcc7dec6f ;
+    dho:hasLayer1 dhd:190f1308-42b6-46da-ba0e-e05ccf6b641a ;
+    dho:hasOMAID "9658" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009660 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3c75b1f3-733b-41b2-a19b-78bf8fd47656 ;
+    dho:hasLayer1 dhd:94f135de-7d60-434a-812b-7184e78d9452 ;
+    dho:hasOMAID "9660" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009661 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c2324764-0b7e-4a12-bfe2-a92b02d7c251 ;
+    dho:hasLayer1 dhd:eb7ba68b-b2fe-4178-8c52-79f99793fd9b ;
+    dho:hasOMAID "9661" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009663 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ec2f40d9-faed-4b2b-b0d3-4039bf296499 ;
+    dho:hasLayer1 dhd:7294b75e-4088-4936-8cbd-7ffce0c7e436 ;
+    dho:hasOMAID "9663" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009664 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a32c04df-cefd-4132-b6f8-c54038ac740b ;
+    dho:hasOMAID "9664" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009668 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b8f3440b-686e-49f0-ae47-d5e5fca2830d ;
+    dho:hasLayer1 dhd:227066a2-463e-45d0-a7b9-bcdeea70a830 ;
+    dho:hasOMAID "9668" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009669 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:69e26247-7e6b-4c30-902b-0bd970b24487 ;
+    dho:hasLayer1 dhd:a18ca2cb-4b5f-4222-96b6-50df607974f4 ;
+    dho:hasOMAID "9669" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009671 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e084c31f-d07e-499e-86f1-c8bad9dae164 ;
+    dho:hasOMAID "9671" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009676 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:00e14972-dabb-470e-a6ed-7586ae6e8e36 ;
+    dho:hasLayer1 dhd:7a06249c-d35b-4044-b861-24e09f744414 ;
+    dho:hasOMAID "9676" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009678 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7339662b-e2fb-4187-b75a-febed137673a ;
+    dho:hasLayer1 dhd:4a306bf6-2349-463b-b695-85fded62e238 ;
+    dho:hasOMAID "9678" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009682 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009682_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1d3021d4-71b7-499a-830d-36772ea1da69 ;
+    dho:hasLayer1 dhd:4acf4527-2a12-4e30-ac52-e7d8a56ef571 ;
+    dho:hasOMAID "9682" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009683 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e2169637-724a-459c-8904-ae0c072f75f7 ;
+    dho:hasLayer1 dhd:7d604aa3-f2c0-4f8a-8aba-c2655e5c2d59 ;
+    dho:hasOMAID "9683" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009691 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed crowned" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009691_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:34a3e0a6-bbfd-419f-bad4-8cd3fc452e50 ;
+    dho:hasLayer1 dhd:5888bd32-3ccb-4a83-a085-3951e75ed1eb ;
+    dho:hasOMAID "9691" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009692 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:96c1537b-1d19-4e23-adc2-492eb34116b0 ;
+    dho:hasOMAID "9692" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009716 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b3533f13-b0bd-4e50-93a3-efa0dd0e04a4 ;
+    dho:hasLayer1 dhd:7e4b5f33-5736-4c7d-b874-49733c454bf4 ;
+    dho:hasOMAID "9716" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009818 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3d38413e-2bcf-4ad8-9b87-4eb0bbceaf19 ;
+    dho:hasMarshalledPart1 dhd:CoA0000009818_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000009818_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000009818_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000009818_A ;
+    dho:hasOMAID "9818" ;
+    dho:marshalledByType dho:PerSaltire ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000009917 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3e9fd398-b0ca-439f-b08c-31e03ae44a2e ;
+    dho:hasLayer1 dhd:53fa2e94-5b16-461a-877d-972ae4e481bf ;
+    dho:hasOMAID "9917" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009943 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6666824a-88ae-4ec8-b84c-c98e6bb87eca ;
+    dho:hasLayer1 dhd:53100e57-51b4-470d-970b-e50dc858bf98 ;
+    dho:hasOMAID "9943" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009943_CoAF1 a dho:Canton ;
+    dho:blasonCorrectionComment "added rampant, armed and langued to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009943_CoAF1_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ef13599d-c189-46c3-9629-c5ed6be5a048 ;
+    dho:hasLayer1 dhd:36d19cdf-1bb4-41da-9524-cb8a5b43ec32 ;
+    dho:hasOMAID "9943_CoAF1" .
+
+dhd:CoA0000009943_CoAF1_1 a dho:CoatOfArms .
+
+dhd:CoA0000009985 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f3c16e14-ab41-4898-a40e-a769b984baa7 ;
+    dho:hasOMAID "9985" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000010025 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8cc1da5e-f16c-4e0f-86f2-5e3abe021b0c ;
+    dho:hasLayer1 dhd:f9a31675-1e33-4322-8ae0-f969daf32121 ;
+    dho:hasLayer2 dhd:f25ec8e5-69ac-4643-897f-dda96aea6d4e ;
+    dho:hasOMAID "10025" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000010789_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3ac02b43-ab9e-47a5-94d3-d2d0c73b0681 ;
+    dho:hasMarshalledPart1 dhd:CoA0000010789_A_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000010789_A_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000010789_A_C ;
+    dho:hasOMAID "10789_A" ;
+    dho:marshalledByType dho:PerPale ;
+    dho:numberOfMarshalledParts 3 .
+
+dhd:CoA0000010789_A_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:38940360-01d6-47d1-8c3c-4dbed0ce3b7f ;
+    dho:hasOMAID "10789_A_A" .
+
+dhd:CoA0000010789_A_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f08eb5e0-ecd8-4494-9287-82ecb5be402b ;
+    dho:hasLayer1 dhd:aa50bd27-1d7b-4146-a0cf-5f8ec5bcae7b ;
+    dho:hasOMAID "10789_A_B" .
+
+dhd:CoA0000010789_A_C a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2a457a44-e832-4dd9-a536-7e895f3d15fd ;
+    dho:hasLayer1 dhd:29e9f48c-3444-4f36-9237-fc0936b1b5c6 ;
+    dho:hasOMAID "10789_A_C" .
+
+dhd:CoA0000010789_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:95075128-0078-4c96-9faa-b4d321aa187b ;
+    dho:hasMarshalledPart1 dhd:CoA0000010789_B_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000010789_B_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000010789_B_C ;
+    dho:hasOMAID "10789_B" ;
+    dho:marshalledByType dho:PerPale ;
+    dho:numberOfMarshalledParts 3 .
+
+dhd:CoA0000010789_B_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6c6bf881-e332-4fe2-b156-d5597cf90e13 ;
+    dho:hasLayer1 dhd:8435b65b-e5d2-420f-8963-aaf4f11f37e7 ;
+    dho:hasOMAID "10789_B_A" .
+
+dhd:CoA0000010789_B_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2e92845f-3564-424d-824c-4a5c3d09276a ;
+    dho:hasLayer1 dhd:fe3e8200-4195-42ee-aa36-373de2f1c7c5 ;
+    dho:hasOMAID "10789_B_B" .
+
+dhd:CoA0000010789_B_C a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:525b490c-265e-435f-8411-a932cf4ce11b ;
+    dho:hasLayer1 dhd:e5fd06f9-7c33-4d43-b85d-be9d6b37eb0c ;
+    dho:hasLayer2 dhd:a85792ef-d11f-43c9-8e56-ce85e3b99c5b ;
+    dho:hasOMAID "10789_B_C" .
+
+dhd:CoA0000011265 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c97c3874-f199-4433-b5ad-3edc95b67b5e ;
+    dho:hasLayer1 dhd:67fc20ea-edac-4b08-b2c7-9414d2dd6e30 ;
+    dho:hasOMAID "11265" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000011296 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1896314e-007c-4602-8d46-1a881a53510b ;
+    dho:hasMarshalledPart1 dhd:CoA0000011296_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000011296_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000011296_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000011296_A ;
+    dho:hasOMAID "11296" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000011299 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b322dff9-8fbc-4119-9ae3-a18f514794fd ;
+    dho:hasMarshalledPart1 dhd:CoA0000011299_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000011299_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000011299_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000011299_A ;
+    dho:hasOMAID "11299" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000011494 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f0b2faa5-eb4b-4320-9a92-d6b7dce0bbe5 ;
+    dho:hasLayer1 dhd:72042261-b9d6-40ca-834c-f1f8da34a50f ;
+    dho:hasOMAID "11494" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000011652 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:851a957e-a68e-454f-b669-7a0ce1519bd3 ;
+    dho:hasLayer1 dhd:db11a439-80bc-4474-9b34-6b75ad931596 ;
+    dho:hasOMAID "11652" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000013049 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasChargeOverall dhd:4a36109f-bb83-40f7-83dd-853a59b23f06 ;
+    dho:hasField dhd:961241b6-293d-4c6b-897e-f4ac78d3cbb0 ;
+    dho:hasMarshalledPart1 dhd:CoA0000013049_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000013049_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000013049_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000013049_A ;
+    dho:hasOMAID "13049" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000013424 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e9aab280-fee9-4d43-9330-c8e7a1908668 ;
+    dho:hasLayer1 dhd:99fcada9-fffb-4648-b0c3-2b4506684b5b ;
+    dho:hasLayer2 dhd:b6e3956a-ab2c-406c-9116-261475a5e73a ;
+    dho:hasOMAID "13424" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016114 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000016114_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f0338a1c-6461-4001-843f-906e33dd2577 ;
+    dho:hasLayer1 dhd:a12a6b9e-18f1-46a8-adde-f560c03b2033 ;
+    dho:hasOMAID "16114" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016384 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b17f8708-c4d5-46ab-b764-6d790f02da8c ;
+    dho:hasLayer1 dhd:09009c1d-ffc9-41fb-8b27-a1bbce9871e2 ;
+    dho:hasOMAID "16384" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016385 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9bf8bbb9-c42f-4cb3-8de7-00f15757bcc8 ;
+    dho:hasLayer1 dhd:7cb0282a-a5fc-4f7f-8ad5-19d376867a02 ;
+    dho:hasOMAID "16385" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016396 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added tincture fro gorged / added statant as modifier / changed talbot to dog" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000016396_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:813296db-b3d5-4fac-98c1-14092e57018a ;
+    dho:hasLayer1 dhd:8c3d58bd-45bb-4301-8a3f-bc91ceba9193 ;
+    dho:hasOMAID "16396" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016446 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "description was linked to wrong coat of arms" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000016446_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:da81ee2a-f986-442d-8dac-95bd3a8c6d95 ;
+    dho:hasLayer1 dhd:b9a97a67-37c3-4b16-8b59-2cc49088cafe ;
+    dho:hasOMAID "16446" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016471 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:11cc47bb-d702-4d80-80d9-b25a6625b8b0 ;
+    dho:hasLayer1 dhd:c95a214c-a107-42b7-b800-f69f4e2c820a ;
+    dho:hasOMAID "16471" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016496 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:41e3062a-5317-4f88-a1b0-3c88d820e9c8 ;
+    dho:hasLayer1 dhd:4fce4f50-f80c-44a5-b402-1c881bb17570 ;
+    dho:hasOMAID "16496" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016665 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8d03bd91-3423-4349-a9d7-68458022b959 ;
+    dho:hasMarshalledPart1 dhd:CoA0000016665_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000016665_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000016665_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000016665_A ;
+    dho:hasOMAID "16665" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000016665_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:8aad95c7-33e5-4810-9c91-cf5eb5d196e4 ;
+    dho:hasMarshalledPart1 dhd:CoA0000016665_A_1 ;
+    dho:hasMarshalledPart2 dhd:CoA0000016665_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000016665_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000016665_A ;
+    dho:hasOMAID "16665_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000016665_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:0c72ab8d-7582-45a9-a870-d8e6d7744b31 ;
+    dho:hasLayer1 dhd:d79537a2-0e20-46e1-8779-7d19e39ff69e ;
+    dho:hasOMAID "16665_A_1" .
+
+dhd:CoA0000016815 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d8a56bc3-091c-4e45-9a9f-a80b22aeb153 ;
+    dho:hasLayer1 dhd:54ed564d-4375-40f9-abe4-0fbc7fb61717 ;
+    dho:hasLayer2 dhd:5573f87a-eb08-4982-a5c4-10975f697497 ;
+    dho:hasOMAID "16815" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000017411 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:45ce5ce3-9473-4b29-9bbc-00ec795bb301 ;
+    dho:hasLayer1 dhd:38cd0088-8a84-4432-8035-10d0ccb9fc67 ;
+    dho:hasLayer2 dhd:777793eb-b25f-47a3-8599-1f3ed39af2df ;
+    dho:hasOMAID "17411" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000017415 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a8719602-695e-492d-981f-a107a367f4ce ;
+    dho:hasLayer1 dhd:b6ea6549-a38c-469a-be41-4d83d3b9c3a1 ;
+    dho:hasOMAID "17415" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000017508 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000017508_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:26d90912-ee3c-46a8-91e7-84f9ee21dc67 ;
+    dho:hasMarshalledPart1 dhd:CoA0000017508_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000017508_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000017508_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000017508_A ;
+    dho:hasOMAID "17508" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000017508_1 a dho:CoatOfArms .
+
+dhd:CoA0000017508_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:0f4354f2-c08f-4a08-b04f-611ee779f011 ;
+    dho:hasLayer1 dhd:711232ce-3a33-440a-9243-faad7c29b4f3 ;
+    dho:hasLayer2 dhd:edac58ff-6193-431f-a61c-d68a94f213f3 ;
+    dho:hasOMAID "17508_A_1" .
+
+dhd:CoA0000017508_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:eaa18105-ca47-486a-867f-11a869558445 ;
+    dho:hasLayer1 dhd:f8604cb0-3905-4877-84ad-15499e28d476 ;
+    dho:hasLayer2 dhd:fd4dded1-b252-4ef5-b00a-354f7d1bcb79 ;
+    dho:hasOMAID "17508_B_1" .
+
+dhd:CoA0000017552 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:42cfae3e-0d3a-40a0-a4f7-6e6780641423 ;
+    dho:hasLayer1 dhd:dcddb9d2-3da1-4eeb-8dae-3bf7db85b977 ;
+    dho:hasOMAID "17552" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000017737 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000017737_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:991f2af5-ea3e-4b9c-aab8-636be450e44c ;
+    dho:hasLayer1 dhd:f16021a8-6f76-43c8-b459-4a3adb990071 ;
+    dho:hasOMAID "17737" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000017789 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:317396c9-d0f3-4142-9a7f-807772b1ff2c ;
+    dho:hasLayer1 dhd:a964d6c8-53ae-4ade-9bf2-dcb32d5b6403 ;
+    dho:hasOMAID "17789" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000018397 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8e86c5cb-c310-488a-abe5-01757ccaa00f ;
+    dho:hasLayer1 dhd:44311cf5-cf73-4322-afbe-499ffcb94655 ;
+    dho:hasOMAID "18397" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000018858 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b5f568fa-9dc2-4d32-8b39-e8acb1ade080 ;
+    dho:hasLayer1 dhd:fb574a90-2bdd-4d06-bd64-8826b7d9b85c ;
+    dho:hasOMAID "18858" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000018944 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c460dd31-4c6a-41dd-8db1-84705d00ff9e ;
+    dho:hasLayer1 dhd:24b1761b-eee6-40d6-8642-3e9de0c9fa13 ;
+    dho:hasLayer2 dhd:8579a530-2ae4-4c45-a48f-51cd13604e7a ;
+    dho:hasLayer3 dhd:c7305205-d663-42d1-91d7-06ca3840dd3e ;
+    dho:hasOMAID "18944" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019035 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000019035_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasChargeOverall dhd:05513064-d1f1-4404-9b0e-2e150de81ba0 ;
+    dho:hasEscutcheon dhd:CoA0000019035_Escu ;
+    dho:hasField dhd:0e5cf1d1-1b1b-4dfa-868a-8f97a2b007bd ;
+    dho:hasMarshalledPart1 dhd:CoA0000019035_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000019035_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000019035_C ;
+    dho:hasMarshalledPart4 dhd:CoA0000019035_D ;
+    dho:hasOMAID "19035" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000019035_1 a dho:CoatOfArms .
+
+dhd:CoA0000019035_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:17548abc-e90f-4386-adb2-e7768d38cdcc ;
+    dho:hasLayer1 dhd:c4c3f72f-5f46-496c-bdf3-9ce1580ba346 ;
+    dho:hasOMAID "19035_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019035_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3f7a5372-b7a3-48a3-aab0-b459cdc1cb75 ;
+    dho:hasLayer1 dhd:30974ed5-1150-49cb-a59f-d4600f24bf25 ;
+    dho:hasOMAID "19035_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019035_C a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000019035_C_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c4240deb-81e8-4806-96f9-83a8e7b3b0f5 ;
+    dho:hasLayer1 dhd:801a8cd2-331f-4350-a4d7-7fd97535eeec ;
+    dho:hasOMAID "19035_C" .
+
+dhd:CoA0000019035_C_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:27db0c6e-7547-41c9-8030-cf31f9e411ac ;
+    dho:hasLayer1 dhd:a83e800c-c465-4627-9ea4-1baaa9813cdd ;
+    dho:hasOMAID "19035_C_1" .
+
+dhd:CoA0000019035_D a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000019035_D_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:568e33a5-565f-4fe0-af6c-b3012f94b8c1 ;
+    dho:hasLayer1 dhd:b56e70ec-6221-4d81-99ce-e4e65e34785b ;
+    dho:hasOMAID "19035_D" .
+
+dhd:CoA0000019035_D_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:1548ec1a-4e91-46da-9385-673420af10c4 ;
+    dho:hasLayer1 dhd:259275bd-ecfa-4038-9e35-4219d27ba9d7 ;
+    dho:hasOMAID "19035_D_1" .
+
+dhd:CoA0000019035_Escu a dho:Inescutcheon ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000019035_Escu_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:143215b0-44df-4a27-907f-7688bc86aae7 ;
+    dho:hasMarshalledPart1 dhd:CoA0000019035_Escu_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000019035_Escu_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000019035_Escu_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000019035_Escu_A ;
+    dho:hasOMAID "19035_Escu" ;
+    dho:marshalledByType dho:PerQuarter ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000019035_Escu_1 a dho:CoatOfArms .
+
+dhd:CoA0000019035_Escu_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a3dd9f44-4422-46d8-a21d-fe98c57958ec ;
+    dho:hasLayer1 dhd:125317ec-96fd-4c8e-a98a-84021bce148f ;
+    dho:hasOMAID "19035_Escu_A_1" .
+
+dhd:CoA0000019257 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7d2fa5f8-5d18-4473-9c0c-489acaf36677 ;
+    dho:hasLayer1 dhd:81044dfe-63c5-4bfc-8384-055519eac875 ;
+    dho:hasOMAID "19257" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019341 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c38cca2f-7927-450f-8244-185b26ad43d6 ;
+    dho:hasLayer1 dhd:875ef0d0-f832-45c1-98fd-16931338ea6b ;
+    dho:hasOMAID "19341" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019399 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fda36aca-d763-440b-ab11-c069a1258443 ;
+    dho:hasLayer1 dhd:cb10fc56-0484-40c7-8d19-05273a3936b2 ;
+    dho:hasOMAID "19399" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019557 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:80fd27b6-2271-4c45-8ab1-f215a6ad9124 ;
+    dho:hasOMAID "19557" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019621 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1d13e23c-581e-4cf4-9186-28a737b64fe8 ;
+    dho:hasLayer1 dhd:164c0ede-152b-421e-9942-74380cd800dc ;
+    dho:hasOMAID "19621" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019776 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000019776_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7ad77f51-d830-40b5-a6e4-a40bfa0b50c1 ;
+    dho:hasLayer1 dhd:7dc08991-1f91-4bd4-8baa-2f1f8218d5a8 ;
+    dho:hasLayer2 dhd:01c0f633-8e86-4a99-8ad2-919b9c79a65c ;
+    dho:hasOMAID "19776" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000019873 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:97d5dcaf-bfa9-450f-93cb-a16a43c65491 ;
+    dho:hasLayer1 dhd:6ae6e5d3-4cab-4abb-9b23-f3a20c8c1fe7 ;
+    dho:hasOMAID "19873" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000020385 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:93e22008-f79b-4be3-8319-a7725b405b76 ;
+    dho:hasLayer1 dhd:e6e73ba1-89e8-4643-b774-106d749f70ad ;
+    dho:hasOMAID "20385" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000020538 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8900eccb-d0ff-4290-816f-cd5f4b423982 ;
+    dho:hasLayer1 dhd:36b20afc-bb04-43b6-97c3-ae190749f3bf ;
+    dho:hasLayer2 dhd:679428c7-9e0e-4762-9d93-d070a885d33e ;
+    dho:hasOMAID "20538" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000020687 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:19694a6f-b9b1-4c8a-aa28-a00dd9f92a52 ;
+    dho:hasOMAID "20687" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000021368 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:367d6534-8a82-4214-bf6a-962211d98843 ;
+    dho:hasLayer1 dhd:5d4bbcee-9a41-4e25-8b0b-e22c2d74b011 ;
+    dho:hasOMAID "21368" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000021388 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8dc53641-bd85-418c-a75c-19f3954ccdbd ;
+    dho:hasLayer1 dhd:83abc7de-e42d-48bb-9ee4-db94f8e55609 ;
+    dho:hasLayer2 dhd:67f95bc3-b46f-460b-9b56-5f4acb2a17a3 ;
+    dho:hasLayer3 dhd:1d1d6e59-98a3-4727-beb4-6416797d7a5c ;
+    dho:hasOMAID "21388" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000021389 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:099874b0-d0ec-45f5-a585-9ef06be507c1 ;
+    dho:hasOMAID "21389" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000021423 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:448466b4-b198-4012-ac75-9e2adff99ced ;
+    dho:hasMarshalledPart1 dhd:CoA0000021423_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000021423_B ;
+    dho:hasOMAID "21423" ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000021423_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d4549027-7690-4470-86d0-a4806fdf11f9 ;
+    dho:hasMarshalledPart1 dhd:CoA0000021423_A_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000021423_A_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000021423_A_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000021423_A_A ;
+    dho:hasOMAID "21423_A" ;
+    dho:marshalledByType dho:PerQuarter ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000021423_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7a226316-7233-497e-a43f-9a980916fdfa ;
+    dho:hasMarshalledPart1 dhd:CoA0000021423_B_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000021423_B_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000021423_B_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000021423_B_A ;
+    dho:hasOMAID "21423_B" ;
+    dho:marshalledByType dho:PerSaltire ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000021819 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2b3d4688-2006-4877-a49a-94665584eb85 ;
+    dho:hasLayer1 dhd:83c60857-836a-4ea8-b6f0-41e79dac32e2 ;
+    dho:hasOMAID "21819" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000022137 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cfb76ae3-2969-4c71-a0e4-d82d8430e1e5 ;
+    dho:hasLayer1 dhd:2bad7524-ed72-424c-99d1-a0a537a64b4c ;
+    dho:hasOMAID "22137" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000022239 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed Charge1_Num to 2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000022239_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4895437b-2532-4493-bf91-fdf79fab97b1 ;
+    dho:hasLayer1 dhd:11038407-1905-47ce-a7b3-a7186e425ce1 ;
+    dho:hasLayer2 dhd:8e95a257-546d-4a74-90c5-6bb700a7f239 ;
+    dho:hasOMAID "22239" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000022239_CoAF1_1 a dho:CoatOfArms .
+
+dhd:CoA0000027003 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant and armed and langued and tinct for modifier" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027003_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:273b3dae-d52f-41c1-a8d5-0a13c8d6a35b ;
+    dho:hasLayer1 dhd:ead4b23d-2762-454a-a917-c4cc13d9f531 ;
+    dho:hasOMAID "27003" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027003_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:25dc3cee-9cae-46ae-a641-f44535eb2474 ;
+    dho:hasLayer1 dhd:7b81ca66-0717-49a8-bd31-72106758758c ;
+    dho:hasOMAID "27003_1" .
+
+dhd:CoA0000027004 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027004_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0c0355d6-3dd0-4674-b4b7-9541a4713398 ;
+    dho:hasLayer1 dhd:08b39ba5-74b8-4db7-bcbf-549f8a9ca088 ;
+    dho:hasLayer2 dhd:346cad2a-c508-4821-a862-c804c02e56d8 ;
+    dho:hasOMAID "27004" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027004_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:9bf238e3-2c4c-44bf-9f74-4ac037a3510e ;
+    dho:hasLayer1 dhd:cc58170e-663f-4304-a494-c9ee04f6b4a0 ;
+    dho:hasLayer2 dhd:10e1944d-4f8f-4e19-bb1d-13a947578a32 ;
+    dho:hasOMAID "27004_1" .
+
+dhd:CoA0000027012 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027012_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasEscutcheon dhd:CoA0000027012_Escu ;
+    dho:hasField dhd:0a091aaa-915a-4c10-bfda-90c1e56be732 ;
+    dho:hasMarshalledPart1 dhd:CoA0000027012_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000027012_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000027012_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000027012_A ;
+    dho:hasOMAID "27012" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000027097 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6c9f0fc2-2026-4d45-ad6a-e8607fecbce4 ;
+    dho:hasLayer1 dhd:dfd125ea-7dc1-48d8-98b9-feaaaedc8902 ;
+    dho:hasLayer2 dhd:ed34fa1c-5419-4160-8129-1adde2d67b11 ;
+    dho:hasOMAID "27097" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027377 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6672d6ee-e147-4774-b52a-de11681124c7 ;
+    dho:hasLayer1 dhd:a88fcbf5-1d84-43ed-86de-68407be5f5a0 ;
+    dho:hasOMAID "27377" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027380 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c15b7646-4f5b-4d73-9b42-648c7c6bf5e2 ;
+    dho:hasLayer1 dhd:d78194a6-0ed2-4a07-adc0-7da4dc5494ef ;
+    dho:hasOMAID "27380" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027381 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b197222e-aa58-48d6-b29c-b46fa29ebb85 ;
+    dho:hasOMAID "27381" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027384 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027384_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:500a14cd-766c-48d2-a82f-bfcb77067909 ;
+    dho:hasLayer1 dhd:730acdea-e26a-4daa-a293-062694337a6f ;
+    dho:hasOMAID "27384" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027384_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5a0fa1a1-32a3-4c72-8578-070cb574724a ;
+    dho:hasLayer1 dhd:16031f6a-3eb4-4a42-8211-c0cab7b094d7 ;
+    dho:hasOMAID "27384_1" .
+
+dhd:CoA0000027523 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027523_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b7c843e2-fd1a-4b2a-ad2d-ca2884bcc666 ;
+    dho:hasLayer1 dhd:a8e42ecc-4d30-43b5-be35-4feeb3d66974 ;
+    dho:hasOMAID "27523" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027523_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:010d7393-387c-46f9-b378-19cd5eb386ef ;
+    dho:hasLayer1 dhd:1ecd98ca-5c8a-43a5-948f-2f4338f04251 ;
+    dho:hasOMAID "27523_1" .
+
+dhd:CoA0000027524 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tinct of field" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027524_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:12aaed88-af25-4cde-a07e-46a08d21094a ;
+    dho:hasLayer1 dhd:ff0a3b98-42ca-478a-916c-ab177b237cc9 ;
+    dho:hasOMAID "27524" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027524_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5fb27bb2-8989-4422-82a2-793fb65fdcbe ;
+    dho:hasLayer1 dhd:ebbd5e3c-ff24-4cc2-abd5-137d7a76814e ;
+    dho:hasOMAID "27524_1" .
+
+dhd:CoA0000027525 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant and armed and tinct for modifier" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027525_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e4250430-5e80-4e0f-9688-7d91e5ca69c7 ;
+    dho:hasLayer1 dhd:cf45c94d-afb7-4275-8616-9f9a5f98069d ;
+    dho:hasOMAID "27525" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027525_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c4c149cd-14ad-4d50-832f-f8ed8afc238b ;
+    dho:hasLayer1 dhd:9caea2ee-ea29-4961-95b6-4522c080e4f0 ;
+    dho:hasOMAID "27525_1" .
+
+dhd:CoA0000027527 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027527_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0d29f5fd-69e2-4f6f-b4b3-c87670bb0763 ;
+    dho:hasLayer1 dhd:2132b9ff-5f42-4024-90bc-388fd0748253 ;
+    dho:hasOMAID "27527" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027527_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:fbd5f0b8-11b6-4aae-b091-cb7b43014b36 ;
+    dho:hasLayer1 dhd:586024fb-8dc8-44c5-8dce-438fd03de97b ;
+    dho:hasOMAID "27527_1" .
+
+dhd:CoA0000027529 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2e5dd091-4d5b-409f-8bd7-88799aedd592 ;
+    dho:hasLayer1 dhd:56279599-2304-4732-acb9-8691a39af3af ;
+    dho:hasOMAID "27529" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027530 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued and modifier tinctures" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027530_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1aba9154-e381-4f75-9f3c-72de1fd9a849 ;
+    dho:hasLayer1 dhd:1425e72f-ed85-4634-a325-107df1a549c2 ;
+    dho:hasOMAID "27530" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027530_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:1a72e267-1b79-47a4-a189-a11b27174ac9 ;
+    dho:hasLayer1 dhd:df992ccc-e2db-49e7-a188-72a3a3ab3554 ;
+    dho:hasOMAID "27530_1" .
+
+dhd:CoA0000027636 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027636_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cb850a85-774d-48a2-bb85-07613966a812 ;
+    dho:hasMarshalledPart1 dhd:CoA0000027636_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000027636_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000027636_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000027636_A ;
+    dho:hasOMAID "27636" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000027639 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027639_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:baeea0d6-27be-4851-bc2d-05a0b96f32df ;
+    dho:hasMarshalledPart1 dhd:CoA0000027639_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000027639_B ;
+    dho:hasOMAID "27639" ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000027639_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:d74e6268-73e6-4e74-8e2e-bd6dc8197dc6 ;
+    dho:hasMarshalledPart1 dhd:CoA0000027639_A_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000027639_A_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000027639_A_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000027639_A_A ;
+    dho:hasOMAID "27639_A_1" ;
+    dho:marshalledByType dho:PerQuarter ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000027639_A_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:8f7e2aec-047d-4dc4-85ea-475d0c45b1e1 ;
+    dho:hasLayer1 dhd:b3e21971-828a-4444-bb7b-73eaf0bfc368 ;
+    dho:hasOMAID "27639_A_A_1" .
+
+dhd:CoA0000028271 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed tincture of Charge2 to A" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000028271_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3ac2574e-8fab-4c9f-b244-bafa01acf8bd ;
+    dho:hasLayer1 dhd:a71948f9-349b-4594-a60a-586b5c78e7cb ;
+    dho:hasLayer2 dhd:753de681-7263-4f62-8392-890947c04d54 ;
+    dho:hasOMAID "28271" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000028763 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000028763_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:997336c2-9668-4a06-8685-3e28bfa49ee3 ;
+    dho:hasLayer1 dhd:48d3b90a-060f-4b4c-9ba1-cb91ebf6e7b7 ;
+    dho:hasOMAID "28763" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000028763_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:201e936f-7982-4dbe-a4df-0c4501850732 ;
+    dho:hasLayer1 dhd:ab168770-e9db-4ae9-8c7a-31372bddb944 ;
+    dho:hasOMAID "28763_1" .
+
+dhd:CoA0000029922 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:28ae5b0f-e917-40e0-b004-3eaae299e878 ;
+    dho:hasOMAID "29922" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031494 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c439749f-4c4d-4ce1-a0f2-173549360b30 ;
+    dho:hasLayer1 dhd:3cb98369-2277-4095-99be-623b258a2df4 ;
+    dho:hasOMAID "31494" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031496 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:eb920c28-6e43-4587-9ad7-9a8c37f24156 ;
+    dho:hasLayer1 dhd:90cb08b8-bf5b-437f-8392-a7e2af8a65ba ;
+    dho:hasOMAID "31496" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031498 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d09ef750-4b87-4258-91dd-ba829539a41d ;
+    dho:hasOMAID "31498" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031499 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0bf7f83b-648d-4b59-babb-cdd447fc8333 ;
+    dho:hasOMAID "31499" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031500 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d50d9a17-0024-45e5-83e7-fc66288bca4e ;
+    dho:hasLayer1 dhd:060e2219-d954-479a-bf60-fbac667192cb ;
+    dho:hasOMAID "31500" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031501 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:832ffaaa-5750-4f5b-b841-4233947db36a ;
+    dho:hasLayer1 dhd:52adecac-1667-440e-8e93-6d03627268b0 ;
+    dho:hasOMAID "31501" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031502 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2db17cdb-68bc-4734-b175-abc18f51a3ea ;
+    dho:hasLayer1 dhd:2f1f8ca6-f346-4f8b-b25f-7e8ab1a0a59f ;
+    dho:hasOMAID "31502" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031503 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d96fcbd8-c003-45fa-8791-7bfebe983288 ;
+    dho:hasLayer1 dhd:5f72d1fb-1802-48dc-a353-bfeb97f14c0e ;
+    dho:hasOMAID "31503" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031504 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed helmet tincture from A to O" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031504_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cc15618e-5501-43ce-ada4-140f67c675f8 ;
+    dho:hasLayer1 dhd:c9dfe671-1e23-4fea-8073-43551d732720 ;
+    dho:hasOMAID "31504" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031505 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:04b67da6-1ee2-43ab-ab49-192dcae1b144 ;
+    dho:hasLayer1 dhd:3bf6eea8-e03c-4b3a-8253-f592f28d9c91 ;
+    dho:hasOMAID "31505" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031506 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b4d054d2-56fe-4d98-824b-beb7c1d9c3ba ;
+    dho:hasOMAID "31506" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031507 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a1dcc8b0-0fd6-4cc9-9df5-350017900597 ;
+    dho:hasLayer1 dhd:505aa09e-b7e9-424e-bd74-1df78f2e2659 ;
+    dho:hasLayer2 dhd:dad060ab-30d5-41dc-adab-c3b479379ba3 ;
+    dho:hasOMAID "31507" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031508 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:510c19b4-0200-4926-95d3-226754157a15 ;
+    dho:hasLayer1 dhd:c407bceb-8311-4abf-a288-edce8981a971 ;
+    dho:hasLayer2 dhd:d0970c1c-11c6-4b26-afe0-bd2a582c5ac0 ;
+    dho:hasOMAID "31508" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031509 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c0d4e8e6-328f-4a9e-b27d-f3ccee7c10c0 ;
+    dho:hasLayer1 dhd:47ff1fec-5d6d-4eba-860a-98c8c1e6d9bd ;
+    dho:hasOMAID "31509" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031510 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b872f810-057e-455a-86d8-be6b4b32428d ;
+    dho:hasLayer1 dhd:c19f4af5-a4c1-4e1c-92a2-23603d224694 ;
+    dho:hasOMAID "31510" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031511 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:07edc943-2716-4565-b000-fc0cb4ee68ef ;
+    dho:hasLayer1 dhd:99ae895d-e050-4925-936b-a302e8ec268d ;
+    dho:hasLayer2 dhd:8bce3ae1-4319-4faa-859e-99814f2ee64f ;
+    dho:hasOMAID "31511" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031512 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1a2252c2-c370-4457-9174-35641bfb2dcf ;
+    dho:hasLayer1 dhd:b9803463-e066-4ec0-9382-1fc5a9e6b227 ;
+    dho:hasOMAID "31512" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031513 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:65dc4270-7d5f-4cca-a8a7-aced735cb982 ;
+    dho:hasLayer1 dhd:7e4f4a2b-a307-44ae-a857-84a024e375df ;
+    dho:hasOMAID "31513" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031514 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tinctures of bird and cage" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031514_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:03b5726d-73a7-4a08-8dda-ec3b0779d642 ;
+    dho:hasLayer1 dhd:a356f0c6-79fb-4b50-90d7-977ebe873359 ;
+    dho:hasOMAID "31514" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031515 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed tincture of Charge1 to S" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031515_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cdfde68f-67f9-4ed9-addd-a85eae94e3b7 ;
+    dho:hasLayer1 dhd:6971eb99-2c05-43b9-abbf-a34dd64d9c68 ;
+    dho:hasOMAID "31515" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031516 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed language of Charge1 (cerf to stag)" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031516_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2f54322a-89bd-4fd6-bb7d-9e257a8f03d3 ;
+    dho:hasLayer1 dhd:2b6e81bc-8b4a-4dae-a136-3d2ead1b8289 ;
+    dho:hasOMAID "31516" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031517 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:54315cbc-c617-44d6-b4a7-fdae60582b22 ;
+    dho:hasLayer1 dhd:3dc2df51-5b35-4085-931f-76ef382ff5bc ;
+    dho:hasLayer2 dhd:a93117b7-cbf9-4c5f-a79d-22d446a1f779 ;
+    dho:hasOMAID "31517" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031518 a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031518_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:18b5106b-8155-4679-953a-9fc336bcc937 ;
+    dho:hasLayer1 dhd:583bff8b-bd22-4d13-b3e1-f6ad4be9634b ;
+    dho:hasOMAID "31518" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031520 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9d6ec8a6-a817-4538-8285-5bb6d0ce5867 ;
+    dho:hasLayer1 dhd:a320a71e-112d-494c-9aee-7659f5712f8a ;
+    dho:hasOMAID "31520" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031521 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:86f0387f-c07c-4f8b-8c58-498a35d7360d ;
+    dho:hasLayer1 dhd:ef011934-8e44-47fa-a86f-088ab97f9bae ;
+    dho:hasLayer2 dhd:75a8221c-c92d-4bfe-a253-314fa1988689 ;
+    dho:hasOMAID "31521" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031522 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a85bc3bf-8452-4660-b007-56816d257f96 ;
+    dho:hasLayer1 dhd:2118d6eb-9175-4886-8d8f-a48653892317 ;
+    dho:hasOMAID "31522" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031523 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c35930e2-8d8a-444f-91c9-3b735de2714f ;
+    dho:hasLayer1 dhd:720fb71c-ad59-47f8-973b-a50498ffc3eb ;
+    dho:hasOMAID "31523" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031524 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:13267515-f01f-430f-8b34-371724a64545 ;
+    dho:hasLayer1 dhd:cd8e9bda-7f22-45c6-bae1-ac86312ced84 ;
+    dho:hasOMAID "31524" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031525 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f19b22d9-fc3a-4ca5-811c-9c7144c33d67 ;
+    dho:hasLayer1 dhd:fcce84e9-dcf4-4f9b-bbd6-19328cbd55e1 ;
+    dho:hasLayer2 dhd:a72bd510-7939-4d69-b7e9-0be6768d6955 ;
+    dho:hasOMAID "31525" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031526 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:adfb3df7-f3d6-4e69-9cbd-c8428161a47a ;
+    dho:hasLayer1 dhd:145216e4-044c-4cd4-83aa-e4bd77eb6520 ;
+    dho:hasOMAID "31526" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031527 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e19c9c86-4473-47fb-a731-4a1a893157ef ;
+    dho:hasLayer1 dhd:0ea7b646-8335-4f0e-ba38-e46079e96146 ;
+    dho:hasOMAID "31527" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031528 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9cdd0ee4-ba3e-42da-b494-742ea39077a5 ;
+    dho:hasLayer1 dhd:d4ccb1c3-c062-4f37-851a-6e54caf97b71 ;
+    dho:hasOMAID "31528" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031529 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:17bf3632-a88c-40eb-a600-3b640212f55b ;
+    dho:hasLayer1 dhd:9b6e0e44-bc62-488f-95aa-7e134c4db20e ;
+    dho:hasOMAID "31529" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031530 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0e1c6538-1db4-4ccc-a81c-c7b85d1fe84c ;
+    dho:hasLayer1 dhd:34cbe6b1-1a22-45f0-8ded-5963320e440d ;
+    dho:hasOMAID "31530" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031532 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2da89c01-6f22-44c5-a2f9-27dcefe31e9f ;
+    dho:hasOMAID "31532" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031533 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:501b1636-ba6d-4c4b-88aa-7bd40f3c129d ;
+    dho:hasLayer1 dhd:127fe41a-9820-4b2d-82fa-cfdf0693bc43 ;
+    dho:hasOMAID "31533" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031534 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fb89975d-4451-4b4e-89be-cde70808b7df ;
+    dho:hasOMAID "31534" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031535 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:38798190-8fa0-4fb7-918e-d75a69417f6a ;
+    dho:hasLayer1 dhd:e8e5e13a-60e7-4c83-8244-a165be380b46 ;
+    dho:hasOMAID "31535" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031536 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b00cc44e-3ab3-4df4-8aca-44625e1b90ca ;
+    dho:hasLayer1 dhd:75cba396-db31-4d6d-9b61-368e7c1ca0cd ;
+    dho:hasOMAID "31536" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031537 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed number of roses" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031537_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:71fcf44c-1e9b-4471-a0ab-9fe2da93d163 ;
+    dho:hasLayer1 dhd:58830c24-b585-4803-957b-bef06301c395 ;
+    dho:hasLayer2 dhd:3845e4b8-2cf5-4273-9bcf-eb1921b68799 ;
+    dho:hasOMAID "31537" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031538 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:160c489f-3b4e-4fc9-898c-889bc9c6b857 ;
+    dho:hasLayer1 dhd:3ceb42f4-0d00-4bce-b436-94dbc4851e60 ;
+    dho:hasOMAID "31538" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031539 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed number of chevronny" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031539_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0ab5c32f-2d04-47e7-a912-d453b40072db ;
+    dho:hasLayer1 dhd:afa0ac32-50b3-4482-9c2e-f6d24347251b ;
+    dho:hasOMAID "31539" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031540 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5880a6c8-c37a-41c8-8f56-0947657d4b51 ;
+    dho:hasLayer1 dhd:e472d4cd-9ab0-47d9-a1fb-1e2d4c92e1a7 ;
+    dho:hasOMAID "31540" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031541 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9e0a192b-305d-45de-9b73-142e173b115f ;
+    dho:hasLayer1 dhd:3f061cd0-d4ce-472d-b14f-6cb0f111f3d7 ;
+    dho:hasOMAID "31541" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031542 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f6d461c5-a041-405a-b1b7-ae4bc48944fe ;
+    dho:hasLayer1 dhd:5eef6208-b086-402b-a5f1-2f60d6e85bf6 ;
+    dho:hasOMAID "31542" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031543 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added second color to star" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031543_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:211f93bb-bbb7-4627-9382-2295c03deddd ;
+    dho:hasLayer1 dhd:afc66d19-ddfb-46e1-9f30-c551f12e67e4 ;
+    dho:hasOMAID "31543" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031544 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "talbot in dog geändert" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031544_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2bbf5c32-e8dd-42ad-8fcd-27ed3d45eb7f ;
+    dho:hasLayer1 dhd:2ef56c1a-8025-43a5-94de-a941a7b0d79c ;
+    dho:hasOMAID "31544" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031545 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "change color of Charge1 to A" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031545_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:51b3dba3-c0c4-4810-8c5f-776cd15c6ca8 ;
+    dho:hasLayer1 dhd:321d73ee-326f-4b62-8a41-b1977bc9b891 ;
+    dho:hasOMAID "31545" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031546 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:deb74544-9709-44b4-b66a-125a7a2892f6 ;
+    dho:hasLayer1 dhd:47de9685-5389-494f-bb07-3b9e9c5ca7cc ;
+    dho:hasLayer2 dhd:cac667b7-209b-492c-92f7-f576690ea6ab ;
+    dho:hasOMAID "31546" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031547 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:27a6f174-6867-4981-b402-beaf054562b1 ;
+    dho:hasLayer1 dhd:42a6d6ed-deda-4dd2-9efe-1999b22039ef ;
+    dho:hasOMAID "31547" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031548 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b3081f97-a0b4-4ef0-aabc-d84c40a5abfe ;
+    dho:hasLayer1 dhd:85e962f6-83e3-4852-bb72-235076e22211 ;
+    dho:hasOMAID "31548" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031549 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bf39071e-651f-4c9d-be21-2dcb72b146a6 ;
+    dho:hasOMAID "31549" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031550 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "tincture für letters hinzugefügt" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031550_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e87c1e2a-7c8b-48af-89f2-b94069d181d6 ;
+    dho:hasLayer1 dhd:b754dbfd-0904-4225-9d59-0be036150bfd ;
+    dho:hasLayer2 dhd:d5ee6ad7-467e-4a13-9a8c-c193b32216f1 ;
+    dho:hasOMAID "31550" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031551 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f554b623-a68c-42a8-9498-3acb5706d535 ;
+    dho:hasLayer1 dhd:0a09dd8a-06e1-45e6-9e6a-f9a27c5eefd4 ;
+    dho:hasOMAID "31551" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031552 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ba3306ee-e30a-4a4e-b291-2c8d0cd9b810 ;
+    dho:hasLayer1 dhd:31f1c605-f741-4fe6-a0f5-5c47585e20d1 ;
+    dho:hasLayer2 dhd:6fddc2c7-4655-4731-be2f-557f2b8008b0 ;
+    dho:hasLayer3 dhd:451c199f-6a41-4c87-90d7-6ab91bdab5db ;
+    dho:hasOMAID "31552" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031553 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2a2891cc-416b-4210-9c11-cab7dba139a0 ;
+    dho:hasOMAID "31553" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031554 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c1e53b3e-4ddc-48e3-9731-9803367fee9e ;
+    dho:hasLayer1 dhd:1e317c46-098a-4242-a81d-be345d98d11c ;
+    dho:hasLayer2 dhd:36707bd5-9307-4156-b903-d0d7a801ebe8 ;
+    dho:hasOMAID "31554" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031555 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3f4c157d-c385-425c-966b-f59c6669c31f ;
+    dho:hasOMAID "31555" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031556 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed tincture of human head to Naturel" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031556_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cfcbcb2a-475d-43d8-9a7b-d5be67f15625 ;
+    dho:hasLayer1 dhd:e4a545c6-1a25-4841-a734-a9af5ce96903 ;
+    dho:hasOMAID "31556" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031557 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed tincture of plain to A" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031557_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:84e1cfd6-e393-423c-9f6b-0cb8cb69319c ;
+    dho:hasLayer1 dhd:4602d87d-2e1b-42a6-ae40-8c85499a0d7f ;
+    dho:hasLayer2 dhd:6679bac8-9dcf-4efb-b8ac-05427d0f505c ;
+    dho:hasOMAID "31557" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031558 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added second tincture to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031558_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8919d6e7-a07a-44ca-b3cc-c611b9411a21 ;
+    dho:hasLayer1 dhd:728d84b8-c310-4734-a420-55c34999bc2c ;
+    dho:hasOMAID "31558" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031559 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "Tinktur von bend von B zu S geändert / uncertainty Tinktur von cross sieht eigentlich schwarz aus, ist aber sehr wahrscheinlich auf Materialveränderung zurückzuführen" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031559_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0c9bf2c7-073c-42d6-b47c-a9d43bec55d6 ;
+    dho:hasLayer1 dhd:dfcc5434-1943-43a7-b30e-a0f1021826ee ;
+    dho:hasOMAID "31559" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031560 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:823aa9f3-6cba-4867-a19a-abc6bb53d045 ;
+    dho:hasLayer1 dhd:d206f0ef-610a-40b8-9a3e-281ae5a18c13 ;
+    dho:hasLayer2 dhd:e211a9ab-e98d-40af-b1cf-7e23db026409 ;
+    dho:hasOMAID "31560" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031561 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3ab59708-9bf9-47ba-a9d6-feda08eaee75 ;
+    dho:hasLayer1 dhd:7e89d86f-77d2-4a1c-826b-1e8bd256f0b2 ;
+    dho:hasOMAID "31561" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031562 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:95ef2f6b-9254-46f0-8452-7c0a148f9d0e ;
+    dho:hasLayer1 dhd:78a62a0f-9895-4031-a2d9-b3a770e50ebb ;
+    dho:hasOMAID "31562" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031563 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:29a94907-5c10-4bca-abc4-3dcb01909a36 ;
+    dho:hasLayer1 dhd:268217c8-2323-4e32-9531-35e62cdbc255 ;
+    dho:hasOMAID "31563" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031564 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5c544611-e36a-41a0-a3ef-d4555b500b58 ;
+    dho:hasLayer1 dhd:b4d8b990-3600-41a8-8b8a-75093c7ae493 ;
+    dho:hasOMAID "31564" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031566 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:bdaa45ab-3858-4778-bd53-1c55e5db4d22 ;
+    dho:hasLayer1 dhd:33b2f86e-7c93-4156-a81d-ad67bc32e800 ;
+    dho:hasOMAID "31566" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031567 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ad8f35b3-ac13-439b-a2a3-5e2e121871fd ;
+    dho:hasLayer1 dhd:961b5a0b-3ae6-4755-86b2-636364103172 ;
+    dho:hasOMAID "31567" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031568 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b4962e54-64c4-4814-a9a9-b049c9dbd0d9 ;
+    dho:hasLayer1 dhd:eb4733d4-a43a-40ee-9b7d-89beed66ab3f ;
+    dho:hasOMAID "31568" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031569 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:51fa1506-182a-4089-9432-98ebd585baf2 ;
+    dho:hasLayer1 dhd:6200c3aa-7e9c-465f-b34a-8c727aee2442 ;
+    dho:hasOMAID "31569" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031570 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed blason to marshalled coat of arms because of wrong description" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031570_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ec264c66-aa4f-4192-8033-986dccb6634c ;
+    dho:hasMarshalledPart1 dhd:CoA0000031570_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000031570_B ;
+    dho:hasOMAID "31570" ;
+    dho:marshalledByType dho:PerFess ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000031570_A a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031570_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:82904ee6-c8fd-4860-96b3-f3f5ecfe6bf4 ;
+    dho:hasLayer1 dhd:e2d111a1-c355-49cd-b380-3a22bd02767b ;
+    dho:hasOMAID "31570_A" .
+
+dhd:CoA0000031570_A_1 a dho:CoatOfArms .
+
+dhd:CoA0000031570_B a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031570_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d36980f4-db8d-4640-a29d-a1b4d2a45fbb ;
+    dho:hasLayer1 dhd:25ecc3b9-8eb1-49f7-9ed7-62deca382501 ;
+    dho:hasOMAID "31570_B" .
+
+dhd:CoA0000031570_B_1 a dho:CoatOfArms .
+
+dhd:CoA0000031571 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "isst entfernt, da Füße sichtbar sind" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031571_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dfee6dde-38f8-4323-8fdf-c896849db80b ;
+    dho:hasLayer1 dhd:0af17045-83d9-46e4-aea8-558b972db467 ;
+    dho:hasOMAID "31571" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031572 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d484a03e-3664-4e32-96ae-8ecff6b7382a ;
+    dho:hasLayer1 dhd:dc9c68a0-7f31-4b9f-878b-b3a82d4a8e19 ;
+    dho:hasOMAID "31572" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031573 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed tincture of plain to A" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031573_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7a442b85-266f-4456-b402-5c76c14e2e44 ;
+    dho:hasLayer1 dhd:839a2f69-65aa-495c-aea4-99e43c95410e ;
+    dho:hasOMAID "31573" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031574 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:75d8de02-0903-49a0-a77e-58a7e3741d80 ;
+    dho:hasLayer1 dhd:b1184f42-d825-42d9-b979-b59421434d33 ;
+    dho:hasLayer2 dhd:28d06c78-5657-4a6f-8193-b78eb9aa8d87 ;
+    dho:hasOMAID "31574" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031575 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:16ec41bb-cfbd-4b89-94d0-2e30f2eceafb ;
+    dho:hasLayer1 dhd:4e4ccb9c-e7af-4d93-a43a-4ab31ad3651c ;
+    dho:hasOMAID "31575" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031576 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d67cedfe-33e4-46e6-aa43-e0dd09a2a62c ;
+    dho:hasLayer1 dhd:1287867c-5d89-4064-84b1-883dd2d58daf ;
+    dho:hasOMAID "31576" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031577 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a626be73-8da9-45ff-8aaf-bac89092930d ;
+    dho:hasLayer1 dhd:6d33598a-0165-4e4d-b5d5-0d736eeedac3 ;
+    dho:hasLayer2 dhd:2ea08f59-433c-450b-9538-b9d72fa8f615 ;
+    dho:hasOMAID "31577" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031578 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "Tinktur B bei Charge2 ergänzt" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000031578_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7eb2859e-8be0-4a66-b5be-7f7a64fe20a6 ;
+    dho:hasLayer1 dhd:492e9485-3dda-485f-b6c0-526e9d961751 ;
+    dho:hasLayer2 dhd:46b7d9fd-02d2-435c-b993-52efbd02e155 ;
+    dho:hasOMAID "31578" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000031579 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dd9cff80-e207-4838-bbdd-0e7723a3e211 ;
+    dho:hasLayer1 dhd:33ef677e-d7cd-4e81-a156-76d16ae53d13 ;
+    dho:hasLayer2 dhd:d9f80d5e-6086-4fbe-9cad-dc69be6a4afd ;
+    dho:hasOMAID "31579" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000034749 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4636ffa3-291a-49af-ad9a-81320cdfaa9b ;
+    dho:hasLayer1 dhd:38ad5bd7-bc09-487f-a85a-35f2b20f3dae ;
+    dho:hasOMAID "34749" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000035585 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0db09688-4b02-4480-83ba-dda39644eafe ;
+    dho:hasLayer1 dhd:053464da-28bb-4977-af06-29337d1043c6 ;
+    dho:hasOMAID "35585" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:a007672d-15bd-48f2-91ac-8b7510de2f41 a dho:Layer ;
+    dho:hasCharge1 dhd:7d4d72f2-bb47-4af3-aaa6-0cec80200b5c .
+
+dhd:a0122a1b-1f48-4a0a-b187-123c992660b0 a dho:Crowned .
+
+dhd:a05aecd2-ecb5-446e-b359-fccfa377d513 a dho:Layer ;
+    dho:hasCharge1 dhd:659467d0-2ff4-4b1a-95ac-aa72914396ab .
+
+dhd:a07fdf47-5a22-4428-8603-3d901ce92bd1 a dho:Chief ;
+    dho:chargedWith dhd:82d19eaf-692e-43ca-a08c-da37a064d045,
+        dhd:a72bd510-7939-4d69-b7e9-0be6768d6955 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:a08363bd-d3f2-45ec-a1a9-d93e20fd66a1 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:a087f4c9-97bf-4f1f-b63b-dceaa18c9990 a dho:Dog ;
+    dho:hasModifier dhd:6225fde5-c28a-4eb3-8261-067f89b3fe68,
+        dhd:dd1289b2-7f2a-4730-80bc-223335e31b27 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:a08b8bca-da4f-4017-a345-424ee0e4994c a dho:Layer ;
+    dho:hasCharge1 dhd:640afa55-a826-4f08-874b-c9d9b4976af1 .
+
+dhd:a0916fe8-9dc5-4ead-b5cf-aa91ea59ab5a a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:a0978e62-8491-4a0a-90ac-2ef8ce5c4fb8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:a0a29aaa-4b68-41ff-87e1-30cd0b10f6db a dho:Layer ;
+    dho:hasCharge1 dhd:fbdd1c60-8807-4bd8-97c4-c8d76bbc0159 .
+
+dhd:a0b3e055-325f-44c8-9ed5-d44393a68da8 a dho:Nimbed .
+
+dhd:a0b660c1-1f7a-4cc8-98dd-30cfaa42b8cb a dho:Layer ;
+    dho:hasCharge1 dhd:4b5abadf-673a-4d01-a2cd-27890fa5b47b .
+
+dhd:a0bceaeb-2504-4e9e-9d34-7ad010d96251 a dho:Guardant .
+
+dhd:a0e38761-c361-49dc-8ba6-e7ac7acee3cb a dho:Field ;
+    dho:hasLine dho:Crenelated ;
+    dho:hasPattern dho:PerChevron ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Or .
+
+dhd:a0e5c547-d567-44ab-b80a-3981c8a5b1fc a dho:Layer ;
+    dho:hasCharge1 dhd:89204eed-4d4b-4ed4-97e2-17d6032c9b0e .
+
+dhd:a12a6b9e-18f1-46a8-adde-f560c03b2033 a dho:Layer ;
+    dho:hasCharge1 dhd:8f823a4b-0d91-43eb-a76d-9b33cd9dd17f .
+
+dhd:a1520844-10f9-4af8-96c8-5974cd669660 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:a1587029-3aba-4f7e-91e7-ab3c859ea4bf a dho:Layer ;
+    dho:hasCharge1 dhd:e49ad4d8-107e-41ce-a45f-4c83b6a56935 .
+
+dhd:a175062b-9a65-4c81-bd8d-f14094bbff66 a dho:Scissor ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:a18ca2cb-4b5f-4222-96b6-50df607974f4 a dho:Layer ;
+    dho:hasCharge1 dhd:b8ac6e44-d94c-4472-86f9-9d9723d6f010 .
+
+dhd:a1a34f79-d0bb-4a8f-9dde-f9867e2081e1 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:a1b24f80-8f13-451c-a4a2-d99802de681d a dho:Field ;
+    dho:hasSeme dhd:7bada115-2898-4441-bdd5-eb302463ae0a ;
+    dho:hasTincture dho:Azure .
+
+dhd:a1b92e76-ec01-4279-aebe-c1a2ffff0e9e a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:a1bd7e43-5eeb-4359-8445-1f972c5fff09 a dho:Crowned .
+
+dhd:a1dcc8b0-0fd6-4cc9-9df5-350017900597 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:a2002fc7-9d2c-4cbf-aba9-e7f468b98fd6 a dho:Rampant .
+
+dhd:a2020e39-7811-452b-bd60-9ac8c48c247d a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:a20549fc-7502-4157-ab4a-bc49c1c2da44 a dho:Layer ;
+    dho:hasCharge1 dhd:a95a9158-4184-44bb-ba16-793ee7152bdf .
+
+dhd:a213e332-2a1b-4bc1-a151-89143b0f7f63 a dho:Armed .
+
+dhd:a22a81c4-fdb8-4d1c-988c-42f4117f8c76 a dho:Lion ;
+    dho:hasModifier dhd:62ac2c02-2c94-4849-9c0c-6060a6584e63 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:a22f17d3-c2ae-4150-bf18-c7046ed1d08d a dho:Layer ;
+    dho:hasCharge1 dhd:fa6a325d-4bb3-4c48-a6d0-37798e442105 .
+
+dhd:a23747a5-bd50-45fa-8a49-a53c9a00e3c0 a dho:Segreant .
+
+dhd:a2472cf6-cc02-4683-bb56-dceb79b26ca1 a dho:Lion ;
+    dho:hasModifier dhd:0feedf68-c360-4a58-b4a8-37433ddd6e85,
+        dhd:15213243-1952-4328-8ca4-cca11ce6c99e,
+        dhd:5917d6f9-5437-4c40-b6e3-b518e2fa6ab9 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:a25af3b6-adf1-4591-9535-bdb5f0a31fe9 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:a260ec7a-059d-4de9-9efb-a48ef70bee25 a dho:Roundel ;
+    dho:hasNumber 7 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:a285dfc2-b494-4cbd-a359-3eb98c5cd627 a dho:Layer ;
+    dho:hasCharge1 dhd:ee74b7a7-50cd-40e2-9809-89a540ad86ea .
+
+dhd:a2b96d1f-b1b3-4205-a6b8-a25e16e2843c a dho:Field ;
+    dho:hasPattern dho:Lozengy ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:a2cf3910-9de8-4adc-86c3-0a23067b01fe a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:a2fa5d82-e4e2-48ed-a4a4-04ea9810dc81 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:a30c9ba8-1680-4a5d-bc97-7da22ce312a0 a dho:Layer ;
+    dho:hasCharge1 dhd:90a6a79e-0c9d-45da-99ac-3bd9d07c56f6 .
+
+dhd:a320a71e-112d-494c-9aee-7659f5712f8a a dho:Layer ;
+    dho:hasCharge1 dhd:b1fe1d14-e5f6-4c0b-812d-d66c919b6bbd .
+
+dhd:a32c04df-cefd-4132-b6f8-c54038ac740b a dho:Field ;
+    dho:hasPattern dho:Pily-Barry ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:a354744e-77cb-4f07-ac5b-0a0576ab08e1 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:a356f0c6-79fb-4b50-90d7-977ebe873359 a dho:Layer ;
+    dho:hasCharge1 dhd:f5d52a31-63c6-4061-9608-188efda0c9c0 .
+
+dhd:a3653eff-e318-480d-9aa8-456556021f8b a dho:Layer ;
+    dho:hasCharge1 dhd:0e9b34ef-2ac2-4cfb-aace-c37782dc648e .
+
+dhd:a368ccdc-b9fb-44f4-8375-11a392d5af6e a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:a3696f35-4651-4fcc-8c42-f08b517aa928 a dho:Segreant .
+
+dhd:a374ebaf-274e-42a3-b432-ec8b3f75e28b a dho:FishHauriant ;
+    dho:accompaniedBy dhd:7d6e00f3-1f6b-44d7-84f0-d325b2c2072c,
+        dhd:a82c453e-5132-4253-80ab-4b585288a669 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:a377b004-03e9-424b-a004-dce8fe445b29 a dho:Lion ;
+    dho:hasModifier dhd:826364e2-aacd-45c7-8ba9-582fe5223e17 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:a38b7348-146c-4c14-a12f-d99eabcb4be7 a dho:Field ;
+    dho:hasTincture dho:Vert .
+
+dhd:a39665da-6412-44d6-b590-597383478593 a dho:Rampant .
+
+dhd:a3d2e2b8-68be-4097-bf28-36fb07f88e68 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:a3d7b2bf-6a28-4ebd-ac15-d10892a23fd7 a dho:HumanHead ;
+    dho:hasTincture1 dho:Or .
+
+dhd:a3dd9f44-4422-46d8-a21d-fe98c57958ec a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:a3ed65cc-07fe-4fb9-bf61-569809fec1c1 a dho:Armed .
+
+dhd:a3f2ae49-8c76-4425-badf-b1fd3db651cb a dho:Fess ;
+    dho:accompaniedBy dhd:c2abbabd-a4a8-41ad-a701-72899e1a293d,
+        dhd:d061b94a-2bc6-410f-9a54-c2f1a7438de7 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:a41a882b-e4db-41b5-ba8e-1819d6b8afd9 a dho:Addorsed .
+
+dhd:a41fbb70-edfc-4e94-bd03-748154da9bd0 a dho:Layer ;
+    dho:hasCharge1 dhd:4d5f0c1a-0308-479c-bc18-6cb3defac3f4 .
+
+dhd:a4217e15-129e-40db-9c67-4607ba055e01 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:a42606dd-915f-44c6-9b9c-a32d764e5d13 a dho:Cross ;
+    dho:chargedWith dhd:66bbc5ca-4976-445d-bfe0-544d9c77f099,
+        dhd:eb3ee116-ce2b-48be-b74c-397c95fb62e8 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:a4269c0b-2f24-4a17-9ddc-615b9079dd28 a dho:Rampant .
+
+dhd:a4639905-2101-4c41-846b-e972b174de91 a dho:Crowned .
+
+dhd:a4685222-0154-402a-8f3c-c29f6e582f61 a dho:Fleur-De-Lis ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:a4a05eb0-eb35-4518-96b6-12800244ac2a a dho:Field ;
+    dho:hasSeme dhd:ddb644c2-d5ca-4683-8225-24b993d0750b ;
+    dho:hasTincture dho:Gules .
+
+dhd:a4b530ef-b439-4ea3-83cd-27ed78052c6b a dho:Crampon ;
+    dho:arranged dhd:03d259ff-3df0-499b-a211-a91383d04ef5 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:a4c23b1a-8a8b-4ba1-9f22-5d66ebc863c8 a dho:Lion ;
+    dho:hasModifier dhd:b3c87453-655e-4ff4-bc2b-56e473f208ed,
+        dhd:ba867b87-d1d2-40e8-b0bb-f78dd4523175 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:a4c5fc9e-3372-4fba-806b-04f515f084ce a dho:Layer ;
+    dho:hasCharge1 dhd:db9a7ba4-8660-4b0b-a867-33e29bc97ac0 .
+
+dhd:a4deaa24-3f61-4349-a9cc-104ef2ccf9f3 a dho:Rampant .
+
+dhd:a4f24b76-e1ad-471c-be71-e818243a4fda a dho:Layer ;
+    dho:hasCharge1 dhd:662722a3-5cab-4557-a066-432602da72bd .
+
+dhd:a52de0c1-0cbf-45b4-86df-69d780db98b8 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:a533aa15-7b0f-4981-8f76-075661e29b27 a dho:Field .
+
+dhd:a541f095-75cb-4902-9ca9-7465e09edb28 a dho:PerBend .
+
+dhd:a542ef52-0205-4a69-ae96-92246c3f66a4 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:a5461d8c-00d5-4383-b5bf-0320b02f430c a dho:Issant .
+
+dhd:a56b31f6-a967-492e-96b5-5b62ae414c40 a dho:Langued .
+
+dhd:a577de6e-bac9-4452-bd5e-ff47692a8327 a dho:Armed .
+
+dhd:a58b5d45-01f2-4cb5-a183-f2f247a61993 a dho:Saltire ;
+    dho:chargedWith dhd:e62833e7-85ad-4426-999f-630de211d4c7,
+        dhd:f7028728-be90-4a0e-a776-7c80207b3550 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:a598cc9b-8348-4258-ba74-fe8c34ef382d a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:a5a47b25-b7c7-423e-8faf-027f0a64cb81 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:a5bbcafc-9efe-4155-9ec8-7395891a8980 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:a5ecb828-43c0-4f1a-9640-e8d13a1646d4 a dho:Layer ;
+    dho:hasCharge1 dhd:e01cf89e-ad35-48af-ab6d-f04d503e8240 .
+
+dhd:a5f17017-d1bf-4ade-b816-06b01aa6aa02 a dho:Chevron ;
+    dho:between dhd:12495156-8b62-43e2-80a7-065734f1ab69,
+        dhd:46a7c116-61ad-486e-b0ee-2cfde211a471 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:a5f43989-9acf-4cf1-b0ac-27e9f9a558de a dho:Layer ;
+    dho:chargedWith dhd:c7b2a291-6683-420e-b216-81a5e8fd56d0,
+        dhd:e191fc4f-3186-4d28-8420-f2cbcfef6faa ;
+    dho:hasCharge1 dhd:0ed61221-c8f7-4163-9651-3c5d7db5aedd .
+
+dhd:a610b48b-1522-4dd5-abaf-552d9a0e6d9b a dho:Layer ;
+    dho:hasCharge1 dhd:ee708be8-630a-4b7c-8e0f-321ad11b6c3a .
+
+dhd:a626be73-8da9-45ff-8aaf-bac89092930d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:a62bddcb-3c2d-4f51-9b8a-ab08ad4c1bdd a dho:Layer ;
+    dho:hasCharge1 dhd:3c489936-4ecc-4e9b-a629-88614aab07b4 .
+
+dhd:a633823c-ab20-4642-9c6e-b0ad2b637711 a dho:Lion ;
+    dho:hasModifier dhd:113a0fd2-6235-43f0-a14d-8b527e168929,
+        dhd:4ff69d9b-149a-4e95-b849-f22641777547,
+        dhd:e66d2d3a-31e6-4e16-a855-a56a1e0d2b95 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:a63ce27e-6162-465c-89a9-e4e6c6a11a52 a dho:Field ;
+    dho:hasPattern dho:Lozengy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:a63ee356-3802-46ba-95ec-4328524087ac a dho:Swan ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:a6444d12-077a-4ce5-ad16-78bf41a3fc71 a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:a64b48e3-8355-40b9-bd19-8ace953fee64 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:a6633734-f17a-4142-8fea-dd2d32faf5dc a dho:Gemel .
+
+dhd:a6bd5af3-e8df-4509-94bf-1f8d052b34a3 a dho:Layer ;
+    dho:hasCharge1 dhd:db609b5e-3b25-427e-9e3e-c6f693ca8c5d .
+
+dhd:a6f17bba-a766-44de-bf51-d2c3b5eaa925 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:a6fcbab1-4e34-443a-b4ea-ce87c7880fdb a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:a71948f9-349b-4594-a60a-586b5c78e7cb a dho:Layer ;
+    dho:hasCharge1 dhd:dc733d2c-1ad3-4af2-a98d-8e610bfb9cfc ;
+    dho:on dhd:753de681-7263-4f62-8392-890947c04d54,
+        dhd:9a9ae262-d313-45af-923f-2eaefada29d6 .
+
+dhd:a7294abe-8374-445e-af04-a3515e711024 a dho:Layer ;
+    dho:hasCharge1 dhd:b4a5e91b-cad4-4a32-97ed-36318cc62f36 .
+
+dhd:a72c9519-5ae4-48c4-8f5d-e6e008f5c15e a dho:Layer ;
+    dho:hasCharge1 dhd:eabe50c1-535e-4375-a8c1-861984f35b80 .
+
+dhd:a74fae07-a470-48c9-a436-5e5a4ae28950 a dho:InPale .
+
+dhd:a77bba93-2a56-4f76-b112-0e26844d3f86 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:a78d394b-51b3-4e20-9662-f2f58532ceab a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:a7901f1d-727b-4fc7-beff-54d34496f535 a dho:Guardant .
+
+dhd:a7b33a8f-9b2e-496c-a684-c13eee919ef7 a dho:WheelOnPartition ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:a7ee0589-07eb-4bef-afdd-3e04d80313c5 a dho:Layer ;
+    dho:hasCharge1 dhd:506d4856-9d3c-448b-baf1-8bd518b91c49 .
+
+dhd:a81d7007-d919-416f-9ee3-8d5897d8c34b a dho:Layer ;
+    dho:hasCharge1 dhd:c6eb72db-94a0-4db8-94bf-0fd5344b2dc6 .
+
+dhd:a8205ad2-62a5-464c-9991-40e0e40895c5 a dho:WaterlilyLeaf ;
+    dho:hasModifier dhd:76ab2866-cb5a-4595-8129-4211ca2310d1 ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:a83a4b13-a124-4936-b099-724b5e40bb00 a dho:Border ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:a83e800c-c465-4627-9ea4-1baaa9813cdd a dho:Layer ;
+    dho:hasCharge1 dhd:d121e908-c24d-405a-9bb6-9f1ae977cacd .
+
+dhd:a848950f-bad4-467e-b4f2-344fe24fc7b3 a dho:Field .
+
+dhd:a84d4434-0514-49a6-a745-a282ecc477a2 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:a853baeb-f13b-4b95-befe-ca11aedab33d a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:a85bc3bf-8452-4660-b007-56816d257f96 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:a8655246-3a37-40e2-b4f8-20d9a710c05c a dho:Field .
+
+dhd:a86afe8d-abbc-4cf2-862d-4b16014ec923 a dho:Layer ;
+    dho:hasCharge1 dhd:da46b44e-5cb2-40cc-8c36-d4b94544726f .
+
+dhd:a8719602-695e-492d-981f-a107a367f4ce a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:a875f6c9-944c-41da-b96b-b40be59fbe24 a dho:Field ;
+    dho:hasSeme dhd:cb9b5b07-0d56-4c76-b823-a571e54bcd03 ;
+    dho:hasTincture dho:Azure .
+
+dhd:a88fcbf5-1d84-43ed-86de-68407be5f5a0 a dho:Layer ;
+    dho:hasCharge1 dhd:11c6fd39-39ad-4b59-9a29-80a51d1bb70d .
+
+dhd:a89b9031-f05a-44be-9f57-cd3c696f2f2e a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:a8a0189e-aa0f-4205-aa61-b998b55e251a a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:a8b4e4ad-f829-402a-b1fa-a38decfe2a0b a dho:Lion ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:a8c36af8-ca12-4100-ad83-24fddcc2cf71 a dho:Field ;
+    dho:hasModifier dho:WithTuftsOnPoints ;
+    dho:hasPattern dho:Pily-Barry ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:a8d236a9-45e1-463d-9418-5cace028c671 a dho:QueueFourchy .
+
+dhd:a8e42ecc-4d30-43b5-be35-4feeb3d66974 a dho:Layer ;
+    dho:hasCharge1 dhd:19f5e6e0-f41c-48d5-a7cf-3c6705f0169c .
+
+dhd:a8fabb82-8039-48fa-8186-061b69d77e77 a dho:Layer ;
+    dho:hasCharge1 dhd:436ce8f0-4842-470c-83dc-b991c1af4bd1 .
+
+dhd:a90bb360-e245-4b47-b9af-39a2d67e1418 a dho:Layer ;
+    dho:between dhd:94ce633c-eb91-4193-85f8-4a4d47556a8d,
+        dhd:bd2b7daf-92ab-4f49-9b59-55bc5a56860a ;
+    dho:hasCharge1 dhd:8671ee21-9ec1-4228-b235-e8a752fbe1ca .
+
+dhd:a9177675-e6e8-4910-be26-6b8ef8321986 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:a91b303a-1ae2-49ac-84a2-83c1a97b130c dho:hasPattern dho:Compony .
+
+dhd:a93117b7-cbf9-4c5f-a79d-22d446a1f779 a dho:Layer ;
+    dho:hasCharge1 dhd:fb991f5c-1e8d-4a4d-af2c-98a3b4e73531 .
+
+dhd:a95a9158-4184-44bb-ba16-793ee7152bdf a dho:Scissor ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:a964d6c8-53ae-4ade-9bf2-dcb32d5b6403 a dho:Layer ;
+    dho:hasCharge1 dhd:f01a8a46-b967-45fd-baf0-1717532ab2ef .
+
+dhd:a966ae15-46ad-47d8-8ebd-efa482947cd0 a dho:Field ;
+    dho:hasPattern dho:Plain ;
+    dho:hasTincture dho:Ermine .
+
+dhd:a974e9da-a2a3-4d95-9f50-324d80dac1a3 a dho:ImperialCrown ;
+    dho:hasTincture1 dho:Or .
+
+dhd:a9842680-77e7-4090-906b-bf04e5c246a1 a dho:Layer ;
+    dho:hasCharge1 dhd:03f62b20-7bae-4f42-872d-3a83334c2f94 .
+
+dhd:a98f6172-149e-4b37-b1ca-4904e23ce83d a dho:Layer ;
+    dho:hasCharge1 dhd:094ce942-59ad-42bf-9e15-fb48df7b16a5 .
+
+dhd:a9929876-7462-4cc1-baff-124568fd48db a dho:Rampant .
+
+dhd:a9c82e51-caf2-4d58-8214-b1687475afc2 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:a9d4fab5-3d26-445e-880e-5534fe829f8f a dho:Layer ;
+    dho:hasCharge1 dhd:c7497bf3-5b63-4843-b6c4-4cf9a3c0a6d0 .
+
+dhd:a9db8a94-f236-4336-b8d4-001e3fe4a368 a dho:Layer ;
+    dho:hasCharge1 dhd:33fdb7b5-4ab9-4973-906c-20a7a7dcc52d .
+
+dhd:a9f42386-fce0-4ba0-a367-d3d64ea3d7fd a dho:Rampant .
+
+dhd:a9f4a327-1b22-4898-9b84-6c5a8307ba85 a dho:Border ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:aa0467fd-6bf7-4905-b635-160db9cd4bf5 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:aa3e3c47-4367-4a6c-86d3-d24ea242bde8 a dho:QueueFourchy .
+
+dhd:aa50bd27-1d7b-4146-a0cf-5f8ec5bcae7b a dho:Layer ;
+    dho:hasCharge1 dhd:5bf1bbe1-890c-45ff-94f0-3d81235222d2 .
+
+dhd:aa6d1b9c-a8b1-4bfb-95ae-da679cc982c3 a dho:MountedKnight ;
+    dho:hasTincture1 dho:Argent ;
+    dho:holding dhd:494594f6-7671-437f-aeeb-d5275317c7d3,
+        dhd:edac58ff-6193-431f-a61c-d68a94f213f3 .
+
+dhd:aaba330c-eded-49c5-9922-221f5d4a7497 a dho:Passant .
+
+dhd:aac2bc83-ec6a-44f1-ad70-9ef922dcd049 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:aac59ad2-5bf7-47c0-9d1b-99b7ec88fa4a a dho:Layer ;
+    dho:hasCharge1 dhd:b7d4f9c1-cdae-4382-a57c-0a1813b2783f .
+
+dhd:aac85b35-2b54-4ffc-aefe-94153ae8a5ba a dho:Layer ;
+    dho:hasCharge1 dhd:5f907355-526a-4806-b0ae-a0cbe1ae8758 .
+
+dhd:aadae605-2bd9-4158-91f4-c5217e5d1baf a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:aaddd78a-ea9a-451a-a8da-6ebf18cb25db a dho:Empty ;
+    dho:hasPattern dhd:27c28020-7df4-4c2f-89bb-364ba33e857a ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ab00afd0-3046-4a05-abad-89bc3131850c a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:ab014b8b-75ee-431d-b5cb-94d98fb26297 a dho:Rampant .
+
+dhd:ab033c3f-aaaf-462e-be13-c99b95f46b5f a dho:Rampant .
+
+dhd:ab168770-e9db-4ae9-8c7a-31372bddb944 a dho:Layer ;
+    dho:hasCharge1 dhd:7d7af994-9385-4057-a4b2-7dcc324a667b .
+
+dhd:ab25d145-bbc8-4455-b147-4a2c043f821b a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:ab3abc1a-2b58-4c17-bcf6-5532953040fd a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:ab52b0d8-d1bf-4d71-a873-66d5d34cef82 a dho:Rampant .
+
+dhd:ab577aad-6818-4fdb-afbe-a83e1e2fc095 dho:hasPattern dho:Barruly .
+
+dhd:ab68703c-ae19-4fc3-8694-b04cfb9bc3d0 a dho:Lion ;
+    dho:hasModifier dhd:0ad13e32-5cdb-4204-a5ac-161f166361e6,
+        dhd:378aa712-3bd0-46fd-b556-999d8ed0ef60,
+        dhd:5912866c-9b91-43a8-b314-2aa89cf8245f,
+        dhd:f90ad2b4-b01a-4665-b672-ae73f32cff4b ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:ab988331-5966-4de3-a11c-03aa0c29f160 a dho:Layer ;
+    dho:chargedWith dhd:051b653c-135d-40f4-9485-3009292a25c0,
+        dhd:0d2263b9-0bf6-41d5-b6c1-a163ac836604 ;
+    dho:hasCharge1 dhd:f446b1ec-c20d-46ce-a13e-99204c86dd14 .
+
+dhd:abb61e8e-00fe-4211-ba47-f8cf6087fa5b a dho:Layer ;
+    dho:accompaniedBy dhd:8eeda9bf-0823-4bf5-82da-3753b4133da7,
+        dhd:d0b5c9d2-325c-4c99-a043-e30b76e11abd ;
+    dho:hasCharge1 dhd:b8b4e1d4-e7cf-4b02-884a-a9e8349d5a08 .
+
+dhd:abddfaca-b2ed-48d4-96d9-20ad15f17553 a dho:Lion ;
+    dho:hasModifier dhd:318ba74a-2ffc-45be-b73c-1de3532eac37,
+        dhd:95f5c72f-e9b8-4a46-a887-6d940211017c ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ac13d8f1-90ba-4e79-8789-dfe84043b3f5 a dho:Cross ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ac13ed75-b5ac-49a6-bba1-de9ba70d00d0 a dho:Layer ;
+    dho:between dhd:572d0c1e-6471-45f6-a8c9-a3890724a466,
+        dhd:b794af1c-2512-4282-ab82-2a7acee02e8b ;
+    dho:hasCharge1 dhd:7bcbadb1-b0c0-43c7-957a-6ceb12b64cc4 .
+
+dhd:ac297f8a-4232-4301-9d77-718e031cc9ad a dho:Cinquefoil ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ac2ffb4b-f781-4c76-b004-442d6df285fb a dho:Cross ;
+    dho:accompaniedBy dhd:0845aa55-5d7d-49ab-86dc-6433b4fb89bd,
+        dhd:b3d999df-56b6-4467-ab10-cf1b7e13a10f ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ac46e1ab-8ef6-4ab7-87d4-02bf2d0e27c2 a dho:Crescent ;
+    dho:eachTippedWith dhd:6267df08-7772-49d5-a8a7-ebe6821a8b7c,
+        dhd:d0970c1c-11c6-4b26-afe0-bd2a582c5ac0 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ac6c0575-29a2-4166-a2a8-13e656ccc393 a dho:Lion ;
+    dho:hasModifier dhd:7426d7f8-3f11-4583-965a-d501cc7eebf8 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ac86a386-373b-47a2-8586-9a179cad7dce a dho:Layer ;
+    dho:hasCharge1 dhd:15d67b15-b0b8-41ba-85d8-ad190a62cccc .
+
+dhd:aca78db0-de7a-4afb-9c02-cf54c341a4c1 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:acd6b37f-f786-453b-bd99-1c8cf04e6897 a dho:Layer ;
+    dho:hasCharge1 dhd:b14a7249-522b-419e-89a8-008331d3a791 .
+
+dhd:acdacb26-4b34-40bb-9ec7-80e570c3cd38 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:acee3e3f-6101-4cb6-9352-7a42f025f064 a dho:Crowned .
+
+dhd:ad1d484e-ef64-465b-b820-fe5a56a9c76a a dho:Layer ;
+    dho:hasCharge1 dhd:67d96f02-883c-4aab-9758-1bc744119d84 .
+
+dhd:ad2e7de8-e903-4c9e-b415-836aa9393a7a a dho:Armed .
+
+dhd:ad4b28d4-d75b-4722-84e5-e68a7a101bb2 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:ad65af49-68d6-414a-88c5-ff9a9a9cd1d3 a dho:Layer ;
+    dho:hasCharge1 dhd:3e4e6afe-31df-4848-9ad5-e2dded368692 .
+
+dhd:ad75aa1b-df71-4dc2-8b69-2d1a23bb1499 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ad7f0a77-ccd3-4020-a546-31c7af70519d a dho:Layer ;
+    dho:hasCharge1 dhd:31f68271-e286-4bbd-a6bc-7b08341f1ab6 .
+
+dhd:ad8f35b3-ac13-439b-a2a3-5e2e121871fd a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:ad9b89cb-1f86-4f04-8140-e192e76362ad a dho:Issant .
+
+dhd:adce1696-c2f1-4c2d-a6a0-d4985ac6611d a dho:Langued .
+
+dhd:adfb3df7-f3d6-4e69-9cbd-c8428161a47a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:ae3e6c9b-1711-438d-ac20-ae5b69d0b2a7 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:ae4a4466-a889-446b-8eaa-1745b1cbb9bf a dho:Layer ;
+    dho:accompaniedBy dhd:baaf72a7-bf4f-4b6f-a8fb-4175f3c2fe6b,
+        dhd:de4092b2-64a7-4bf2-8c36-42a5587c580b ;
+    dho:hasCharge1 dhd:bee8db2a-d047-405e-bd19-e74e7f4342e2 .
+
+dhd:ae5a7421-ac2e-4c2e-8b69-89cd8521bfaa a dho:Layer ;
+    dho:hasCharge1 dhd:3a68d62e-14e0-4709-9621-b906a538215a .
+
+dhd:ae5f2241-cea0-40b2-8867-70ae23d3ab1c a dho:Crown ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ae73a714-5f96-43d4-a01e-207852380d11 dho:hasPattern dho:Paly .
+
+dhd:ae7e54fa-502b-48a2-8314-f04bae634cca a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ae8c4a3a-66d2-4a6b-a863-9dc616dd68e2 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ae8e2c4c-f3bf-4b84-8403-5467487008aa a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:aea80545-5a14-4891-aced-ddcdf7ca7fae a dho:Unicorn ;
+    dho:hasModifier dhd:ed5380d7-7414-4289-b926-1a75dab0181d ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:aea97d30-b7a5-47e1-96dc-34d12f252b2f a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:aec6b835-510d-4481-b940-681d114bd76e a dho:Crampon ;
+    dho:arranged dhd:c18824c2-fbcd-4d9d-83a6-2291adbd0126 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:aed97d4e-b211-4eb1-bf3d-7e9b002bd004 a dho:Field ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasPattern dho:PerBend ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:aeebca0e-1088-4186-8d5d-ae46f8c51789 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:aef0216c-0962-4b05-9440-a94337a52a9a dho:hasPattern dho:Bendy .
+
+dhd:af00c314-93c1-4f8f-899b-c36dd7a5b825 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:af198879-4697-42eb-a544-12987baf1e82 a dho:Barbel ;
+    dho:arranged dhd:32343040-4a9c-4454-9c4e-1f25bab1e782 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:af3acc69-6729-4032-abfe-d038f96d6516 a dho:Griffin ;
+    dho:hasModifier dhd:7b64b4ef-e48e-4166-abc4-fa4090943fc8,
+        dhd:ef032490-521b-445f-8474-ef84f8441eac,
+        dhd:f7a5dd03-fc1f-4a54-8556-810cd1f79961 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:af80fb18-3ccd-44b3-b28d-2a2d46a04e15 a dho:Field ;
+    dho:hasSeme dhd:e14ca9da-2625-434c-8e41-0c1ad5e9094c ;
+    dho:hasTincture dho:Or .
+
+dhd:af900d36-4fdc-4b00-a45e-20dcc503dc5b a dho:Enflamed .
+
+dhd:af965cfc-b266-4711-b3a3-082b95ba0746 a dho:Layer ;
+    dho:hasCharge1 dhd:c0b20bff-e811-4324-8976-abb6be1f4d58 .
+
+dhd:afa0ac32-50b3-4482-9c2e-f6d24347251b a dho:Layer ;
+    dho:hasCharge1 dhd:21b58a73-c11c-4172-87fa-7030860b6469 .
+
+dhd:afaa4ebf-f48c-4c4c-9536-90253cd17ad8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:afbc5f48-314c-452e-a54b-0834e162f84c a dho:Lion ;
+    dho:hasModifier dhd:3277c5c0-e365-488e-900c-ec0fb8f57fd3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:afc66d19-ddfb-46e1-9f30-c551f12e67e4 a dho:Layer ;
+    dho:hasCharge1 dhd:5e5e57cd-1182-4883-aa6e-01845acea2bb .
+
+dhd:afd328e4-a974-4385-b19e-dcbfb8933f29 a dho:Field .
+
+dhd:afff47cc-163d-4056-9412-afa845eaee21 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:b00cc44e-3ab3-4df4-8aca-44625e1b90ca a dho:Field ;
+    dho:hasTincture dho:Vert .
+
+dhd:b05783bf-3c29-4b10-b94d-ebe00df3175a a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:b0597e23-03fc-41c0-81f5-b64c072fc3c2 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:b05a03a7-ad43-48e1-9ed7-76299efa7cec a dho:Layer ;
+    dho:hasCharge1 dhd:5580a0c4-36ee-4477-8c52-40d5abfe161d .
+
+dhd:b05d0ca5-e6a0-4843-9a86-1976e1ccb6ff a dho:Layer ;
+    dho:hasCharge1 dhd:60f0e65d-b06b-4e42-b754-e057af7372c7 .
+
+dhd:b084b0c4-e49b-47c2-8d6a-d7a8f05c2e83 a dho:Tower ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b096cde7-2df4-40f5-b385-2245d5f726cc a dho:Rampant .
+
+dhd:b09b77a2-4081-4f7e-b530-177b177d289b a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:b0a208e4-852a-48a7-8106-3434c49dc22b a dho:Layer ;
+    dho:hasCharge1 dhd:69763819-f676-4a96-9470-46e4f0f7d54f .
+
+dhd:b0bf4ee3-5b1a-4eaf-8886-59f554d569d7 a dho:Lion ;
+    dho:hasModifier dhd:b9b152c7-1994-427d-a89a-46fcc36b40a7 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:b10bf49f-4a3b-457d-b2b3-4480991489f8 a dho:Arrowhead ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:b10cca52-c0b7-4bbd-b1e9-6fbabad8923f a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b1184f42-d825-42d9-b979-b59421434d33 a dho:Layer ;
+    dho:and dhd:28d06c78-5657-4a6f-8193-b78eb9aa8d87,
+        dhd:755c0d06-facb-4468-9d70-cd26596a9236 ;
+    dho:hasCharge1 dhd:c59dae9d-ecdc-405a-b030-14afd2388573 .
+
+dhd:b12835fa-a10f-4fe2-945d-974c65dcb8a4 a dho:Layer ;
+    dho:chargedWith dhd:9db0847f-818a-4d8c-bac5-174f664f6e20,
+        dhd:bdde28f4-4fc1-4f06-821d-b75002a8d10b ;
+    dho:hasCharge1 dhd:1dd6e8b0-7bcc-4c38-bf20-fad7ec31284f .
+
+dhd:b13fd191-3de5-4778-b993-8bbc4a46fac9 a dho:Layer ;
+    dho:chargedWith dhd:4528efbf-3ae0-426a-85cb-8afddfd860e2,
+        dhd:8c5e6039-8f6a-4604-b370-e8d85cfc5133 ;
+    dho:hasCharge1 dhd:1daec146-7263-46d0-a7aa-382a6a7b93b3 .
+
+dhd:b14a7249-522b-419e-89a8-008331d3a791 a dho:Lion ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:b152d249-031f-4cf3-b915-a20698355fd6 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:b16b525a-d894-468a-bb22-7ff92f5c9cb0 a dho:Fess ;
+    dho:chargedWith dhd:36707bd5-9307-4156-b903-d0d7a801ebe8,
+        dhd:c29476ef-2996-4891-8812-f7864012cf27 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:b174d265-00d0-4b50-ab60-f057f883b5ad a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b177228e-cdb3-45a3-a898-f8aa104539f5 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:b17f8708-c4d5-46ab-b764-6d790f02da8c a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b197222e-aa58-48d6-b29c-b46fa29ebb85 a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:b1aa63ab-5878-4427-803c-5c84afca145c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:b1d947b3-b6fc-4e91-8a81-7f170c2d6f4d a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:b1e0f3b6-e443-4b8b-b4ec-1d4b41f2c358 a dho:Passant .
+
+dhd:b1f63869-b84e-48ec-87d3-1322fe2ad3c4 a dho:Layer ;
+    dho:hasCharge1 dhd:74ee341e-2150-46a6-98d4-5431076beac3 .
+
+dhd:b1f83f10-fbea-4b21-bf5b-c7b944b2f30d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b1fdeafb-d49b-40c3-9590-9623504e753f a dho:Addorsed .
+
+dhd:b1fe1d14-e5f6-4c0b-812d-d66c919b6bbd a dho:Buckle ;
+    dho:hasTincture1 dho:Or .
+
+dhd:b20b0a1e-1aac-4419-91db-b0cd374ee71f a dho:Lion ;
+    dho:hasModifier dhd:99aa62a8-50be-4f4f-bae5-59d13aa7bd5f,
+        dhd:d09d16e6-0632-4de5-8861-93d43ae81b36,
+        dhd:e646c4b5-ecc2-439f-a244-5c1f4b16c3e5 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:b22ccb85-4fb2-43df-bcd4-826e947d31bf a dho:Armed .
+
+dhd:b232e858-880e-474e-bf61-b5588b6629f8 a dho:Layer ;
+    dho:hasCharge1 dhd:19fde8fe-4489-45c5-b614-e3f6dbd13d3f .
+
+dhd:b2447a54-364c-4efc-afac-b53d86ffe322 a dho:Lion ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:b25105c9-577e-465a-95d2-508344091d1d a dho:Addorsed .
+
+dhd:b2618cf7-1991-4d2f-8b4c-a8bb2519b3ed a dho:Layer ;
+    dho:hasCharge1 dhd:d572c165-f519-4fd0-aec0-909257556b99 .
+
+dhd:b26467cc-4918-43d1-a30f-4ff7057155ea a dho:Lion ;
+    dho:hasModifier dhd:091c62a6-17ae-4591-ac12-14d9fd3fa560 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:b27c7aee-abbf-4a9f-95ae-001e02f41306 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:b2c477af-f0f4-4dcf-b582-e8d5c198d7c0 a dho:Field .
+
+dhd:b2d4f749-ec05-4991-acc2-bec41b4355b0 a dho:Mascle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b2d962ff-67eb-4c53-81a2-a1ab8d4d20e9 a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b2ffc14a-13ec-4e63-b953-d7f43a33030c a dho:Bendwise .
+
+dhd:b3081f97-a0b4-4ef0-aabc-d84c40a5abfe a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:b322dff9-8fbc-4119-9ae3-a18f514794fd a dho:Field .
+
+dhd:b32f547d-32ef-4634-9722-3ab76b3e8482 a dho:Rampant .
+
+dhd:b3533f13-b0bd-4e50-93a3-efa0dd0e04a4 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:b354e30a-3ed7-420c-9916-8a7ff299e53f a dho:Fess ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b37f2f86-41d4-476a-a24f-91b96c4868be a dho:Field ;
+    dho:hasSeme dhd:dc88fc93-0cb2-4f70-b220-96dd35dec6a3 ;
+    dho:hasTincture dho:Azure .
+
+dhd:b38c08e6-b011-4529-b5fa-0b357fdbe963 a dho:Eagle ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:b3c87453-655e-4ff4-bc2b-56e473f208ed a dho:Hooded ;
+    dho:hasTincture dho:Azure .
+
+dhd:b3db5e1c-075f-463e-8d78-4a4488b3b5d2 a dho:Armed ;
+    dho:hasTincture dho:Sable .
+
+dhd:b3e21971-828a-4444-bb7b-73eaf0bfc368 a dho:Layer ;
+    dho:hasCharge1 dhd:e0ac6f78-14e2-48ff-98d5-355803daac8c .
+
+dhd:b3f1dd80-88b5-4c64-a7f9-f5a101a0d4ff a dho:Canton ;
+    dho:hasCoatOfArms dhd:CoA0000009943_CoAF1 .
+
+dhd:b4169cf8-c86a-4b5a-8461-08630c218f60 a dho:Rampant .
+
+dhd:b4188897-6eba-4e12-a979-ccb78d0b0717 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b436ab24-ad35-4b9f-8650-1df4594cc628 dho:hasPattern dho:Checky .
+
+dhd:b4414884-83f4-4bfe-a6af-cc6af8c9fb10 a dho:Fess ;
+    dho:accompaniedBy dhd:4ac22236-c586-4fd0-a011-d7ec23a3a738,
+        dhd:8f3d1061-6b16-4b24-9e41-b7bbbbfa5e03 ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:b4559002-4e21-40da-9b07-78fc5d21f932 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:b475e9ff-dfc2-4a62-b1fa-4db8ffba1b15 a dho:Layer ;
+    dho:hasCharge1 dhd:9238b684-cf5c-45cb-96cb-19069054dac8 .
+
+dhd:b4962e54-64c4-4814-a9a9-b049c9dbd0d9 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:b498926e-6adf-4ae9-b528-a7ecc04e92da a dho:Eagle ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:b4a5e91b-cad4-4a32-97ed-36318cc62f36 a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:b4adb44e-63e7-4817-b26a-918780bceea9 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b4aebb02-1ca5-4e13-9d32-4e810ee3e847 a dho:Layer ;
+    dho:hasCharge1 dhd:52b8ff73-cea6-497e-9232-2319135a2982 .
+
+dhd:b4b14630-c706-4f96-9bea-f4ec1a93b49d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b4bd2ebd-a60a-46dd-bb78-203ac28ff891 a dho:Layer ;
+    dho:hasCharge1 dhd:a89b9031-f05a-44be-9f57-cd3c696f2f2e .
+
+dhd:b4d054d2-56fe-4d98-824b-beb7c1d9c3ba a dho:Field ;
+    dho:hasPattern dho:PerChevron ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:b4e6bf9d-02cd-493d-a186-4017a3775ba9 a dho:Layer ;
+    dho:hasCharge1 dhd:126f19bd-d1c5-46aa-b365-b5a7a8bcdbcd .
+
+dhd:b4e6e517-2cbc-4285-8498-b4c438d364c8 a dho:Layer ;
+    dho:hasCharge1 dhd:24ddf71a-295b-4e59-8a55-f92a56494db2 .
+
+dhd:b5011f3a-c90d-4b2f-9003-c5f19e16e665 a dho:Field ;
+    dho:hasSeme dhd:e1f36a63-19ef-4651-be7a-3a825f1e5278 ;
+    dho:hasTincture dho:Azure .
+
+dhd:b5033222-303c-4eac-aa67-e07478c3d0ff a dho:Passant .
+
+dhd:b53a2877-2874-483e-b490-bdae79ba6785 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:b54fe141-ccfd-4f25-b578-87c0391fe1ff a dho:Eagle ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:b550c8b2-3884-4d5c-9c77-d0ad57e75c0f a dho:Tower ;
+    dho:hasTincture1 dho:Or .
+
+dhd:b551c9f9-5a91-4a54-ab02-63877f7d199e a dho:Field ;
+    dho:hasPattern dho:Paly-Bendy ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:b55e6ce7-b776-4405-9b3f-35fd35aaafa5 a dho:Layer ;
+    dho:hasCharge1 dhd:6bdfad8c-42b3-4a6a-8781-7444b90795d1 .
+
+dhd:b56e70ec-6221-4d81-99ce-e4e65e34785b a dho:Layer ;
+    dho:hasCharge1 dhd:1d84279d-7cae-4aed-8d6d-c547b1e798e6 .
+
+dhd:b5781291-994a-4282-b2cb-db27a7498747 a dho:Seme ;
+    dho:hasSeme dho:Roundelly ;
+    dho:hasTincture dho:Or .
+
+dhd:b5b518c8-3702-4ff5-acd9-6ec64955d59c a dho:Bull ;
+    dho:hasModifier dhd:6fc277fa-2b24-433b-931c-29dc7e4f67ed ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:b5d13256-6dec-4fa9-afd6-af4b62d6a373 a dho:Lion ;
+    dho:hasModifier dhd:0d92112d-32a4-4bd7-8970-bcc4116198ac,
+        dhd:42b4c94e-1d91-4f01-92f7-9e56c059d08b ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b5daa8f9-f8d7-4852-b341-070dc4fce9f0 a dho:Layer ;
+    dho:hasCharge1 dhd:3cec71b3-8197-4d0a-b15e-4f1941dfdb0b .
+
+dhd:b5daee4a-242e-41d4-9fbf-6c8aa97c124f a dho:Layer ;
+    dho:hasCharge1 dhd:9d3c31cc-478b-4d39-9e45-5e5c75055b9a .
+
+dhd:b5dca9c5-4915-4747-ada5-3486088c9edf a dho:Lion ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:b5f568fa-9dc2-4d32-8b39-e8acb1ade080 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:b5f9af48-7f25-41d1-a4b8-d68b840353c9 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:b60022d7-556c-4320-b691-fd3e6fd1182d a dho:Field ;
+    dho:hasPattern dho:PerFess ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:b6092a8b-0fa3-41a5-92ae-5186453892ac a dho:Field ;
+    dho:hasSeme dhd:e4d7f9d3-91ac-4e0f-bd52-7b489b2681f0 ;
+    dho:hasTincture dho:Argent .
+
+dhd:b60c38db-d6df-4b97-bc6a-4fcc74be5439 a dho:FromEdgesInwards .
+
+dhd:b6113838-0b50-452c-bae5-cbccbe204e85 a dho:Layer ;
+    dho:hasCharge1 dhd:a6f17bba-a766-44de-bf51-d2c3b5eaa925 .
+
+dhd:b611786c-440c-4af4-9752-d58304d410c3 a dho:Layer ;
+    dho:hasCharge1 dhd:c9207c46-425f-4788-8057-407cc5344c04 .
+
+dhd:b614395e-6e14-4c0f-ac89-ea5ef1a29f65 a dho:Bend ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:b62bd1a5-65c3-4377-9f60-c2ed2e955976 a dho:Salient .
+
+dhd:b6354aac-39d2-44a7-b01a-bf63f2acba49 a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:b65c721d-d8f7-48cd-8b65-15529388fb3e a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:b666901c-9438-42b4-a581-d0d7c560f8bb a dho:Garb ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:b6b7b72b-094d-45ca-8909-fc8288c4e987 a dho:Layer ;
+    dho:chargedWith dhd:e709fd99-6707-4e70-bbea-a205e0b43591,
+        dhd:f9c303f1-3ef1-414f-b859-a7553ea7b648 ;
+    dho:hasCharge1 dhd:11d07d46-95fc-413f-8ade-d215d831a489 .
+
+dhd:b6e3956a-ab2c-406c-9116-261475a5e73a a dho:Layer ;
+    dho:hasCharge1 dhd:2af2609a-5c53-4e60-9e7c-64fe9885bfbf .
+
+dhd:b6ea6549-a38c-469a-be41-4d83d3b9c3a1 a dho:Layer ;
+    dho:hasCharge1 dhd:7e4c26d8-ba0a-407b-b63d-522e22ef9045 .
+
+dhd:b70784b9-634c-442e-99a8-10b39d99790c a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b727ab8a-4d13-43ae-a224-e20457b1ec28 a dho:Barbel ;
+    dho:arranged dhd:e07e3419-e14c-4c5f-b8e9-680a168e40d7 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:b72be04d-a6eb-4b38-8e4c-c4eb22b8cf73 a dho:Layer ;
+    dho:hasCharge1 dhd:00b8b45e-18f9-44bf-8a5a-f3d3b6091930 .
+
+dhd:b73c4a62-d52c-4626-9353-9eedcb8291f2 a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Sable .
+
+dhd:b748f096-9c4b-4c9f-8e41-140c0d30721b a dho:Fess ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b754dbfd-0904-4225-9d59-0be036150bfd a dho:Layer ;
+    dho:chargedWith dhd:616115ec-ef57-4aac-831a-b951bb9a7f50,
+        dhd:d5ee6ad7-467e-4a13-9a8c-c193b32216f1 ;
+    dho:hasCharge1 dhd:de6b777e-3919-4e7c-9aa8-8c28b374d5b5 .
+
+dhd:b777eb59-c2a1-44a9-8a28-23d4a0dddbea a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:b7928514-9186-44aa-a4c1-6416678ba1b4 a dho:Layer ;
+    dho:hasCharge1 dhd:37fac5fb-f55d-4540-87a7-8f12f534bb51 .
+
+dhd:b79a3f62-78ac-4f50-b842-70cd9d6f9998 a dho:Mullet ;
+    dho:hasModifier dhd:06dd0da0-215c-40b3-8667-e9d5a497d079 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:b7c843e2-fd1a-4b2a-ad2d-ca2884bcc666 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:b7cfb1de-9f61-4899-bf22-b99e59d2f4d3 a dho:Field ;
+    dho:hasPattern dho:PerFess ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:b7d4f9c1-cdae-4382-a57c-0a1813b2783f a dho:Bend ;
+    dho:hasLine dho:Embattled-Counterembattled ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b7dfc140-8be9-426e-beb8-dd30ffcf0513 a dho:Layer ;
+    dho:chargedWith dhd:dc6957a2-57bc-43ab-9274-3cdca0359697,
+        dhd:e9beec15-6b3b-4986-8084-0f5f345855ef ;
+    dho:hasCharge1 dhd:c52bfe89-f700-4f18-b9f8-96974cac7876 .
+
+dhd:b82b4077-fe8b-4816-a9c1-d9f31f4a7416 a dho:Naissant .
+
+dhd:b83c2bb4-daf4-4780-9481-fecde8d80440 a dho:Demi-Eagle ;
+    dho:hasModifier dhd:84027c30-e394-4e6a-b51e-401d21e89b82 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:b840589f-4329-42e3-9466-67169da36470 a dho:Field ;
+    dho:hasPattern dho:PerPale .
+
+dhd:b858fb00-01a0-4c20-80ee-5809d70ad6ec a dho:Chief ;
+    dho:chargedWith dhd:08b6a2ec-2da7-46fb-a6ad-a0cdf079a39a,
+        dhd:0921c673-9ed3-48c2-8632-36b3fa490db2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:b8653e97-5352-43b9-8b5d-d8df9d92d93a a dho:Guardant .
+
+dhd:b872f810-057e-455a-86d8-be6b4b32428d a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:b87f4a66-36a5-4027-b3e9-d59a505978a4 a dho:Chief ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:b8ab0eed-742d-4c53-97b8-64a14884cd5d a dho:Layer ;
+    dho:hasCharge1 dhd:f54cdc1a-6708-444b-92d6-dbb3d2538ac8 .
+
+dhd:b8ac6e44-d94c-4472-86f9-9d9723d6f010 a dho:Rose ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b8b4e1d4-e7cf-4b02-884a-a9e8349d5a08 a dho:Escutcheon ;
+    dho:accompaniedBy dhd:8eeda9bf-0823-4bf5-82da-3753b4133da7,
+        dhd:d0b5c9d2-325c-4c99-a043-e30b76e11abd ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:b8bb84dc-99bf-4517-9dc1-536a9b4b4429 a dho:Rampant .
+
+dhd:b8be4847-d9a2-4cc8-b8ba-7a8f654e4f80 a dho:Layer ;
+    dho:hasCharge1 dhd:b26467cc-4918-43d1-a30f-4ff7057155ea .
+
+dhd:b8c7601a-34a7-43f4-b1eb-57ce00baab33 a dho:Chevron ;
+    dho:between dhd:42417a7f-34af-4447-baaa-da3e75a8bfc3,
+        dhd:ad850498-2462-45a8-a9a9-a0afb00bb68d ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b8f3440b-686e-49f0-ae47-d5e5fca2830d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b92d4702-9734-4125-b2b6-0b9e1c99d0de a dho:Griffin ;
+    dho:hasModifier dhd:645c9799-979e-4bfa-a009-aea611c10186 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:b938d3d8-c894-4541-acbd-62fded590ae2 a dho:Addorsed .
+
+dhd:b94a0554-d4d1-459e-9779-83bce9a07184 a dho:Layer ;
+    dho:hasCharge1 dhd:1c82479b-a725-46c6-b0a1-2a4d8a1db794 .
+
+dhd:b95cf2b2-ceb0-40ab-b619-27c16e4daf06 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b9803463-e066-4ec0-9382-1fc5a9e6b227 a dho:Layer ;
+    dho:hasCharge1 dhd:74e4a621-5a17-44aa-a6db-b0e895150d8c .
+
+dhd:b9a317d8-c271-4325-881b-3ee71942d545 a dho:Rampant .
+
+dhd:b9a97a67-37c3-4b16-8b59-2cc49088cafe a dho:Layer ;
+    dho:hasCharge1 dhd:7975dd67-ab7b-45d6-917f-c8f234eb1fd9 .
+
+dhd:b9b037c3-ee1a-4474-b922-e76cacf5fc66 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b9b152c7-1994-427d-a89a-46fcc36b40a7 a dho:Crowned .
+
+dhd:b9e221f7-f14c-40d6-8c5f-bb4bb4c92182 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:b9ed9303-d8b7-4c73-9d7b-d2df19ed5683 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:b9f2f773-4094-4a6f-9b2e-6474c0db1bdd a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:ba07a385-2b54-42af-aa03-db50979234f3 a dho:Mace ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ba0c62b7-11e5-4118-afea-86a2c74b298f a dho:Border ;
+    dho:hasLine dho:Engrailed ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ba193ebf-6bea-4459-9a85-9e531df09f3c a dho:QueensFace ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ba3306ee-e30a-4a4e-b291-2c8d0cd9b810 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:ba52c9a7-88e1-4c9f-b37d-66670c3a9e39 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:ba7cd1a0-2e23-41ab-b419-0e52c937dcd4 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:ba867b87-d1d2-40e8-b0bb-f78dd4523175 a dho:Rampant .
+
+dhd:ba9ba7b0-77f6-428f-86bb-67f55abed35c a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Argent .
+
+dhd:bab5686c-1883-441c-bbd3-d16151b6fe17 a dho:Cock ;
+    dho:hasTincture1 dho:Sable ;
+    dho:on dhd:9ffeacbd-3120-4b33-b7be-ec0b92b62a27,
+        dhd:fe525302-9ba6-49f2-92a0-0fddd6425f8c .
+
+dhd:bac7cbad-98fc-4124-bd42-88598225df61 a dho:Guardant .
+
+dhd:bae88e02-a272-4030-9cd7-4bef05331343 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:baeea0d6-27be-4851-bc2d-05a0b96f32df a dho:Field .
+
+dhd:baf9c5f2-d65f-4f13-9ede-acafbd0ff893 a dho:Rampant .
+
+dhd:bb1a24a9-f5b0-4fd9-b30c-5778c424a455 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:bb410e93-ea85-4e59-bafc-433e19430a11 a dho:Layer ;
+    dho:hasCharge1 dhd:d4aa927b-1cc1-4d53-9ca9-6ea7eecb1e33 .
+
+dhd:bb4a87ae-8c2b-4587-9258-86691539b5b7 a dho:Field ;
+    dho:hasSeme dhd:f67e5219-c698-4199-9a84-fb28a4c1158c ;
+    dho:hasTincture dho:Azure .
+
+dhd:bb983a81-dfbf-4e79-abd0-a4aad198701b a dho:Layer ;
+    dho:hasCharge1 dhd:acdacb26-4b34-40bb-9ec7-80e570c3cd38 .
+
+dhd:bbc39769-4d08-44a6-884a-a66c556ab6f3 a dho:Layer ;
+    dho:hasCharge1 dhd:82ac6de7-7696-437b-a66e-82dc79cb559e .
+
+dhd:bbcae323-5c81-4fe0-a2ee-25b03cc47221 a dho:Layer ;
+    dho:hasCharge1 dhd:cca3753c-8022-4969-8a42-0f7e655509aa .
+
+dhd:bbda5636-b903-42f0-b7d9-5173bea7eea4 a dho:Salient .
+
+dhd:bbf3f02d-9cb9-4e6c-9701-1f1a473f1b4c a dho:Layer ;
+    dho:hasCharge1 dhd:1d9567ac-e66a-4e38-8f21-2dfdfa555b17 .
+
+dhd:bbf6beee-678e-4aa0-b896-959f0ce38cd2 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:bc0e8680-1490-463a-8cd4-348c5e476a97 a dho:Crampon ;
+    dho:arranged dhd:c69abb59-fe32-4cea-8025-e03b09a3a8d0 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:bc162372-3e9b-461e-a412-baa7b1ee1f64 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:bc2c9db1-3c68-4bdc-b416-5a62c2b6010f a dho:Lion ;
+    dho:hasModifier dhd:62ac5419-60cf-4a58-86ae-985379dad027 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:bc3bccc2-256d-40b8-80d5-74772b87426a a dho:Chevron ;
+    dho:hasNumber 2 ;
+    dho:hasPattern dhd:3db44ef8-b100-4135-b007-13989f56b7d5 ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:bc44e590-b1e1-489b-aad5-b0579dfc08bc a dho:Layer ;
+    dho:hasCharge1 dhd:e4bd0d8d-3cd3-497b-9d18-40df2abb0fa4 .
+
+dhd:bc55ccfc-326f-442f-a160-07ff1ed53e3e a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:bc658d33-d041-4e5f-a29f-ff5f3bbf3795 a dho:Layer ;
+    dho:hasCharge1 dhd:8e1976dd-9293-4b38-8712-4a00805ce896 .
+
+dhd:bcb758f6-1684-4daa-b510-d12db075b394 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:bcc33306-181d-4f68-a711-e4953f457d78 a dho:Naiant .
+
+dhd:bccc6212-fe40-4692-b15c-dcd3c6ed2867 a dho:Fess ;
+    dho:accompaniedBy dhd:851f174d-60a0-4b5c-98e6-a1a6118a10bf,
+        dhd:88c2d888-4664-4c5f-845d-1038382e2a0d ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:bcd03028-3089-4ed2-ac61-b54a891ce34a a dho:Layer ;
+    dho:hasCharge1 dhd:84b83794-20a4-473b-8c2f-8bd1d8a278af .
+
+dhd:bcf207bd-220d-44b6-b6cc-41fa69d1f3f9 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:bcfcfb54-54eb-4a3d-8427-79ff31290b61 a dho:Lion ;
+    dho:hasModifier dhd:23f00718-68c4-4494-af87-59f22ad4e25c,
+        dhd:d32c881f-9ec7-49cb-9393-10d044f0dac0,
+        dhd:dfa31216-8c0e-48fb-8d16-1bfe7a4e8dbd ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:bd0ed1ec-a3a2-49bf-815e-ec7ef40eae73 a dho:Bend ;
+    dho:hasPattern dhd:7b0ea842-a853-4871-af9e-ea05ee126c94 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:bd59e086-4e22-4836-ae3e-b938e568bc34 a dho:Crowned .
+
+dhd:bd5e177d-ec5e-4c58-92e2-7772db3af1d3 a dho:Armed .
+
+dhd:bd80ee45-cca1-4466-a286-cdcc12eaeb38 a dho:Field ;
+    dho:hasPattern dho:Lozengy ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:bda89bcd-cfde-43c5-846e-16d3bdb27880 a dho:Issant .
+
+dhd:bdaa45ab-3858-4778-bd53-1c55e5db4d22 a dho:Field ;
+    dho:hasPattern dho:PerFess ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:bdd0de80-286f-4a30-bf35-3c18ec4fa199 a dho:Book ;
+    dho:chargedWith dhd:1f5bc1c7-e7ea-4dfc-a055-66a9b22ba257,
+        dhd:4cb221b9-32ee-43dd-878d-22054bf0b0ca ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:be0b3348-7537-4087-bf2d-72b68fb170a2 a dho:Fess ;
+    dho:hasPattern dhd:7cc1a0c7-509f-4974-a4d5-d86f96f9a305 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:be3c4c93-3587-406b-b199-b46cc3ab336c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:be5c5186-32d5-4d34-ada1-6ba7c22dcff5 a dho:Field ;
+    dho:hasPattern dho:Pily-Bendy ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:be5f5981-fc9c-46a1-a7d3-f532720ddfa7 a dho:Field ;
+    dho:hasModifier dho:Countercharged ;
+    dho:hasPattern dho:PerChevron,
+        dho:PerPale ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:be63d725-b1f3-4572-99c1-091bd4fc7d54 a dho:Layer ;
+    dho:chargedWith dhd:734daee7-ec0d-41f7-a65b-e494c0a13b9c,
+        dhd:cffab53d-60bd-4261-b657-dc5c01756dfb ;
+    dho:hasCharge1 dhd:8810d7e5-a163-4990-a66a-f2d0dc89ef0f .
+
+dhd:be80f262-4b4d-4bad-b99d-9895e49e64db a dho:Layer ;
+    dho:hasCharge1 dhd:83077d2d-4c01-42b8-ba74-7f9921052c1a .
+
+dhd:bea0c127-13b5-45fb-bb33-cd8c6b3f7206 a dho:Bar ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:bee8db2a-d047-405e-bd19-e74e7f4342e2 a dho:Lion ;
+    dho:accompaniedBy dhd:baaf72a7-bf4f-4b6f-a8fb-4175f3c2fe6b,
+        dhd:de4092b2-64a7-4bf2-8c36-42a5587c580b ;
+    dho:hasModifier dhd:3b85a43f-3533-4756-b355-ed250b913cd9,
+        dhd:7a47f59a-92be-4fd2-ae54-8996f23c4491,
+        dhd:8e86060a-d960-436c-8c19-04a26fffcc2d ;
+    dho:hasTincture1 dho:Or .
+
+dhd:bf0b0ffd-08b4-4869-9e01-a3173a19416c a dho:Layer ;
+    dho:hasCharge1 dhd:1a991877-8afb-4426-a165-7824e4b37694 .
+
+dhd:bf39071e-651f-4c9d-be21-2dcb72b146a6 a dho:Field ;
+    dho:hasPattern dho:PerFess ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Or .
+
+dhd:bf481661-76b6-4ad8-862c-2aa693b9eed5 a dho:Layer ;
+    dho:hasCharge1 dhd:83acf55c-cb0d-4dae-a31b-014a6e5f8042 .
+
+dhd:bf4f8837-121b-4511-b1f1-54d4dddee6f1 a dho:Label ;
+    dho:hasTincture1 dho:Or .
+
+dhd:bf5bf265-6395-4210-99df-82310c0915c1 a dho:Pale ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:bf7b2db9-b4f3-49e5-aa90-d2a21ecc996c a dho:Layer ;
+    dho:hasCharge1 dhd:d44334c0-ee05-41cb-b171-e9cd2bd9478b .
+
+dhd:bfb4426c-3f0b-489d-8c0a-0892b12da2f2 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:bfc7b55a-d9cf-4758-9dac-31723b24cb19 a dho:Layer ;
+    dho:accompaniedBy dhd:394bf06a-3f0d-46a0-bb87-bd867db17b04,
+        dhd:e57819cb-90fc-47f8-888b-2b5340d5a16f ;
+    dho:hasCharge1 dhd:5e1c14ac-1412-43fd-bd9a-d7fcfbfd3246 .
+
+dhd:bfcbdacc-ec40-40ac-8d1f-a9c9b028f4ee a dho:Layer ;
+    dho:hasCharge1 dhd:454e1d1a-ac9b-4078-968d-0ad405558e7e .
+
+dhd:bfdc31ea-0b5f-474d-b411-cf407b96bf39 a dho:Affronted .
+
+dhd:c02c5493-82b6-46a6-908a-56eaaecc331f a dho:Lozenge ;
+    dho:arranged dhd:a541f095-75cb-4902-9ca9-7465e09edb28 ;
+    dho:hasNumber 5 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:c02ea6f5-2cda-45ba-81d4-ba27c7d2132d a dho:Layer ;
+    dho:hasCharge1 dhd:cd0632dc-dab1-4a38-8549-a7c8cc1ad804 .
+
+dhd:c040018e-80a9-48ee-b049-33dd52352fdd a dho:Layer ;
+    dho:eachTippedWith dhd:000c2c72-e4d3-4332-b1da-b3a56741b5c0,
+        dhd:9320d642-9e4c-4ce9-897b-738369286f37 ;
+    dho:hasCharge1 dhd:25d4a122-bc50-4809-a2b0-697556172a01 .
+
+dhd:c04330d7-fc1d-437a-a026-a4273a1401a5 a dho:Layer ;
+    dho:hasCharge1 dhd:f0eaf662-567a-4900-813f-cdba98c7c483 .
+
+dhd:c0580a7d-ede7-4e08-809d-cb367f1ff98c a dho:Lion ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:c0a7c9cb-067d-4d13-a765-f7741e8ec577 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c0b20bff-e811-4324-8976-abb6be1f4d58 a dho:Bird ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable ;
+    dho:inChf dhd:41b1d6a0-0651-4702-bfca-1c4aca03e1fd .
+
+dhd:c0cbc998-6545-4a4f-817e-e77f7b2b4ced a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:c0d2176f-8c4f-44f3-a067-28ec56d33e71 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Missing ;
+    dho:hasTincture2 dho:Missing .
+
+dhd:c0d2abd8-4984-4e36-8ed7-327a5427bc9e a dho:Layer ;
+    dho:hasCharge1 dhd:df9eca59-9052-4027-a827-299613f65d3d .
+
+dhd:c0d4e8e6-328f-4a9e-b27d-f3ccee7c10c0 a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:c0f25073-d8df-4dea-a865-c899fb0a4446 a dho:Crowned .
+
+dhd:c0f3f5e8-a98d-4fbe-879c-0fc09dfce4b4 a dho:Layer ;
+    dho:hasCharge1 dhd:f3a44a5b-1040-4df8-809f-4faf2ea31ef3 .
+
+dhd:c0f76534-940f-4fe7-a1a4-66d9ea1b8557 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:c10d4890-5ffb-4dde-b672-10c79c6749fc a dho:Doubleheaded .
+
+dhd:c15b7646-4f5b-4d73-9b42-648c7c6bf5e2 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c18154a5-310b-46f2-998f-37979868c76c a dho:Layer ;
+    dho:hasCharge1 dhd:22f27269-8c01-476d-8a31-1bf4f5b9a5a5 .
+
+dhd:c18824c2-fbcd-4d9d-83a6-2291adbd0126 a dho:PerPale .
+
+dhd:c19f4af5-a4c1-4e1c-92a2-23603d224694 a dho:Layer ;
+    dho:hasCharge1 dhd:62c13b7c-fa58-48ca-9064-8cf3ac071659 .
+
+dhd:c1ac4e16-b180-496a-9043-ae31fb226b56 a dho:Axe ;
+    dho:arranged dhd:9cb641b7-537e-403b-80dc-b2b6c5db254b ;
+    dho:hasTincture1 dho:Or .
+
+dhd:c1c34c50-9b44-4bbb-87cf-24336d287e50 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c1d5e024-8917-4097-bdb5-89eb11dd9f97 a dho:Lion ;
+    dho:hasModifier dhd:33c2b498-57ac-491b-84f8-8510b57d901d,
+        dhd:b32f547d-32ef-4634-9722-3ab76b3e8482,
+        dhd:ff056324-a0a8-4344-8d52-d88ee886d06b ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:c1e53b3e-4ddc-48e3-9731-9803367fee9e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:c21b4eb5-eabc-43b5-9f08-6badb32874ee a dho:Layer ;
+    dho:hasCharge1 dhd:cda9f204-0e2f-40ce-8db3-2aead94bf031 .
+
+dhd:c21bb91b-25d9-4dcb-adb2-5649683975a8 a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:c22345fe-8c5e-4fb4-b5cf-08cb65059a49 a dho:Layer ;
+    dho:hasCharge1 dhd:5e1314e8-4f0d-4815-98d8-1998bccd451c .
+
+dhd:c2324764-0b7e-4a12-bfe2-a92b02d7c251 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c239b84a-8563-40b8-bf57-31f15f1a58a0 a dho:Field ;
+    dho:hasModifier dho:Embowed ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:c2698886-7a54-426a-96e9-b36717f705e4 a dho:Inverted .
+
+dhd:c2755f5a-ee7b-46df-9044-4ec350073afe a dho:Eagle ;
+    dho:hasModifier dhd:52a02d9b-e544-45af-8def-0f93369f62be ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:c29f75f1-4d89-440a-a318-88e9fc7e0f47 a dho:PerBend .
+
+dhd:c2b29e89-350e-41bf-8b84-f0b35c723848 a dho:Armed ;
+    dho:hasTincture dho:Gules .
+
+dhd:c2cb8a5e-9959-40ed-ac33-32106235283c a dho:Segreant .
+
+dhd:c2e900ad-13d5-4e38-946b-514b14baae2d a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c2ebe84f-b85c-457e-bd57-c788b177ec6b a dho:Chevron ;
+    dho:chargedWith dhd:cd4ce292-2b45-454a-9049-97972d09a31c,
+        dhd:e94cc5f2-61e0-4adf-b415-d3e91a0362d3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:c2fe179d-d184-4b95-ba42-2b742ff1de6a a dho:Layer ;
+    dho:hasCharge1 dhd:e84f387c-76e1-4dfb-9fc0-6a5aa2bbbefd .
+
+dhd:c30b56ce-f5eb-49a2-8bc7-089bb4e94350 a dho:Layer ;
+    dho:hasCharge1 dhd:4f991179-edd6-4c15-bc28-a57d81ca8ae5 .
+
+dhd:c32f0938-f274-4645-ba7f-f8961c3550ef a dho:Eagle ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c35930e2-8d8a-444f-91c9-3b735de2714f a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c36ca057-5159-4413-a9cd-300fb881b9d9 a dho:CrossOfJerusalem ;
+    dho:hasTincture1 dho:Or .
+
+dhd:c386b94c-e871-43e6-9c51-4c5fae524c08 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c38cbc56-f59d-43c8-ac01-413c9be9d2e8 a dho:Bend ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:c38cca2f-7927-450f-8244-185b26ad43d6 a dho:Field ;
+    dho:hasSeme dhd:9b98da43-1be1-4431-a4e9-bab1e17b318b ;
+    dho:hasTincture dho:Azure .
+
+dhd:c38cf15c-8695-4134-b2d3-afe77843848e a dho:Lion ;
+    dho:hasModifier dhd:a0122a1b-1f48-4a0a-b187-123c992660b0 ;
+    dho:hasPattern dhd:01e29964-752e-4462-ac01-72604b564a6e ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:c39ad98c-fe06-47e4-bdd9-25791887b88f dho:hasPattern dho:Roundelly .
+
+dhd:c3b1ce58-71aa-409c-8073-e6dc7ef938bc a dho:Field ;
+    dho:hasPattern dho:Gironny ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:c3dadfb8-be99-40ec-83f4-8c6f89dc6f93 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c3e3b9ed-151e-4bb1-8497-b00acb8d8b44 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c3f509a5-684f-44a1-b34a-2eceadc3cc64 a dho:Border ;
+    dho:hasPattern dhd:1830e292-439f-4ccc-b1c5-a03354bc4bd4 ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Or .
+
+dhd:c4066573-c367-40b3-82ab-1e531a077688 a dho:Layer ;
+    dho:hasCharge1 dhd:137e5bdb-b862-4d71-9886-5324b5b7e5b9 .
+
+dhd:c407bceb-8311-4abf-a288-edce8981a971 a dho:Layer ;
+    dho:eachTippedWith dhd:6267df08-7772-49d5-a8a7-ebe6821a8b7c,
+        dhd:d0970c1c-11c6-4b26-afe0-bd2a582c5ac0 ;
+    dho:hasCharge1 dhd:ac46e1ab-8ef6-4ab7-87d4-02bf2d0e27c2 .
+
+dhd:c4240deb-81e8-4806-96f9-83a8e7b3b0f5 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:c42c3742-35ff-48a6-a519-15642ec9fa90 a dho:Layer ;
+    dho:hasCharge1 dhd:8d54faad-359f-4715-812e-482f86db969c .
+
+dhd:c439749f-4c4d-4ce1-a0f2-173549360b30 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:c45853ae-f03c-41e7-a066-32e052e0bb7c a dho:Label ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c460dd31-4c6a-41dd-8db1-84705d00ff9e a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c463de84-4469-45a0-ad69-c326aafd46b2 a dho:Layer ;
+    dho:hasCharge1 dhd:11e86ba2-de63-417a-8ccf-1130ad42c3ca .
+
+dhd:c46c3949-a3f9-46a4-9a00-763996946a23 a dho:Lion ;
+    dho:hasModifier dhd:84c50a6b-c9fd-451c-911a-96a8ca5c5059 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:c46f7867-48d5-4896-9556-58adaec6a185 a dho:Layer ;
+    dho:hasCharge1 dhd:9ba8ac3f-8bc8-47ad-aef5-3601ffb0539c .
+
+dhd:c4733307-0768-494b-b867-a22b6a1d5f8f a dho:Lion ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:c486fa58-a2e5-4d28-9712-45263ad6ecc8 a dho:Layer ;
+    dho:hasCharge1 dhd:271df5cc-dc55-4e50-afca-ae9ae506efc7 .
+
+dhd:c49a1a09-f502-4f36-8d52-58a414d0f002 a dho:WaterlilyLeaf ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c49be827-2cf5-4ce0-9daf-52c9996033dc a dho:Eagle ;
+    dho:chargedWith dhd:00305445-1b73-43c1-bf54-c6e67d800b27,
+        dhd:777793eb-b25f-47a3-8599-1f3ed39af2df ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:c4aaa87d-b465-4998-aab0-18815d59587b a dho:Cross ;
+    dho:accompaniedBy dhd:26ca2919-5cf9-4719-bc6d-1cb4f553ac88,
+        dhd:437a59c8-d036-4edd-a715-7a7e004620f0 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:c4c149cd-14ad-4d50-832f-f8ed8afc238b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:c4c389bf-d9bf-469c-a933-006bc43131c1 a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:c4c3f72f-5f46-496c-bdf3-9ce1580ba346 a dho:Layer ;
+    dho:hasCharge1 dhd:71e16d3e-4cac-46ed-a830-8f5d9368ac6c .
+
+dhd:c4cd44e1-7404-42c4-b94f-d0b39af2a4b1 a dho:CrequerPlant ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:c4f636cd-fcf7-4130-a7d3-1b47c74708af a dho:Layer ;
+    dho:hasCharge1 dhd:36a607b0-e632-4fca-8df4-1f04bc6d7ce1 .
+
+dhd:c4fbe621-7a4c-4825-864e-7c97c428fd5b a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c50258a8-d53a-4ccb-bed8-b5c0b5b58642 a dho:Passant .
+
+dhd:c51c10d5-da53-4254-a59e-8b577a33edaf a dho:FessOfLozenges ;
+    dho:hasTincture1 dho:Or .
+
+dhd:c52bfe89-f700-4f18-b9f8-96974cac7876 a dho:Chief ;
+    dho:chargedWith dhd:dc6957a2-57bc-43ab-9274-3cdca0359697,
+        dhd:e9beec15-6b3b-4986-8084-0f5f345855ef ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:c533f512-3b05-4e74-8648-36986c27d8cc a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c5370765-c7b0-4f70-8d12-fd6bf6b67da9 a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:c537e00e-ea4c-4118-a84b-e17dd1ce9395 a dho:Langued .
+
+dhd:c55515e9-ab95-46bc-bf8e-bc67b9cd62ea a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:c58204c8-5f44-462f-aca6-6ce66c7dec1f a dho:Layer ;
+    dho:hasCharge1 dhd:db48e0e4-292a-41fc-8a83-49d131119473 ;
+    dho:on dhd:88d650c3-3fec-432b-8588-83ddcbf97614,
+        dhd:b2e3aba9-cd19-427f-bd46-05b28e5ec757 .
+
+dhd:c590ea7c-d99f-49dc-9c19-9aa81915a088 a dho:Lion ;
+    dho:hasModifier dhd:2e55993c-b228-499b-acad-f7a2e4c43709 ;
+    dho:hasTincture1 dho:P .
+
+dhd:c59dae9d-ecdc-405a-b030-14afd2388573 a dho:SerpentCoiled ;
+    dho:and dhd:28d06c78-5657-4a6f-8193-b78eb9aa8d87,
+        dhd:755c0d06-facb-4468-9d70-cd26596a9236 ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:c5a139c2-801d-40cc-a14c-8686f2f86b42 a dho:Field ;
+    dho:hasSeme dhd:7fb40d64-8782-4cda-9184-7b39f7ec86ab ;
+    dho:hasTincture dho:Azure .
+
+dhd:c5d284f2-cfbc-4ab9-aca4-46894d54818b a dho:Heart ;
+    dho:hasNumber 9 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:c5d5095c-0071-4457-9b27-a2a8bae10014 a dho:Field .
+
+dhd:c5da524d-b8c4-4234-9350-d31b8f5faa7d a dho:Layer ;
+    dho:hasCharge1 dhd:f3b9f2c1-5554-441d-a073-58b8d3c524c9 .
+
+dhd:c5e7eb98-db88-4dfe-b22a-783accbe1d79 a dho:Layer ;
+    dho:hasCharge1 dhd:859d5cc8-0618-4019-81d0-27b10e45043f .
+
+dhd:c5ed595b-62ef-472b-bf77-9999cabae9b1 a dho:Lion ;
+    dho:hasModifier dhd:d6612c12-e076-4d2c-895c-4366bae5b9a6,
+        dhd:e9c2e8b6-7a6c-44a0-956e-b99f1579fc6a ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c5f004bc-8dec-4044-be55-221e947834e1 a dho:Fess ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c60672a0-44a0-4c6a-beff-a4d37f7777d7 a dho:Stag ;
+    dho:hasModifier dhd:97538f0c-a2c3-4eba-9e39-16487c26948e ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c6075fc0-7c64-4f3d-8f6f-1423941a219c a dho:Mill-Rind ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:c6122e8a-db36-4ebe-959c-39fbe486d9bc a dho:Layer ;
+    dho:hasCharge1 dhd:8323c6a9-d2e5-4e5e-9670-0e56b86188be .
+
+dhd:c640bdc2-08b4-49f7-bbb6-695d7e10fbe2 a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:c64991d1-329e-46f2-b18c-2b2d3cebaac9 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:c65119b0-e4d0-403a-9e85-5be0cdc2726e a dho:InPale .
+
+dhd:c6654b26-edbe-41b5-ada0-6e8162c59ee0 a dho:Lion ;
+    dho:hasModifier dhd:851ab8f1-e50d-4fa9-948f-c6d759bccd86,
+        dhd:a213e332-2a1b-4bc1-a151-89143b0f7f63,
+        dhd:dfba27df-5772-47c4-ad00-ed8765b3883d ;
+    dho:hasTincture1 dho:Or .
+
+dhd:c665679f-455c-459a-b9fb-5c1535e6568c a dho:Passant .
+
+dhd:c666375a-3409-4cd3-b324-01cae7920b16 a dho:Field ;
+    dho:hasSeme dhd:ba9ba7b0-77f6-428f-86bb-67f55abed35c ;
+    dho:hasTincture dho:Gules .
+
+dhd:c697078b-d60b-4b37-8d4a-25aa7b8bf5d6 a dho:Statant .
+
+dhd:c69a80b9-adc4-423b-b338-539e3b500cbb a dho:Bend ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:c69abb59-fe32-4cea-8025-e03b09a3a8d0 a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:c6a67da2-d3d9-4344-8ad6-dccba55c2b46 a dho:QueueFourchy .
+
+dhd:c6bcd393-3f07-46cc-a567-f571a7041ee8 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c6bd202f-970a-457d-b5f4-d078c882621d a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:c6e1fe58-80b2-40db-8634-011ecc41c7ce a dho:Layer ;
+    dho:hasCharge1 dhd:c5ed595b-62ef-472b-bf77-9999cabae9b1 .
+
+dhd:c6eb72db-94a0-4db8-94bf-0fd5344b2dc6 a dho:Lion ;
+    dho:hasModifier dhd:da6e65ed-8581-4600-829d-44340b5247ea ;
+    dho:hasTincture1 dho:Or .
+
+dhd:c6f84c37-7e21-4cfd-9a34-6f5191b98df1 a dho:Guardant .
+
+dhd:c7225aae-6f75-40f8-808f-e2bd1b0f9a78 a dho:Layer ;
+    dho:hasCharge1 dhd:b2447a54-364c-4efc-afac-b53d86ffe322 .
+
+dhd:c727b521-d7ad-42e7-82b0-3d3bc8152255 a dho:Layer ;
+    dho:hasCharge1 dhd:966c6bbe-3b02-4072-8c7d-3e1abb395da1 .
+
+dhd:c7305205-d663-42d1-91d7-06ca3840dd3e a dho:Layer ;
+    dho:hasCharge1 dhd:fb724c9f-8269-4e4b-aaca-701864945c6d .
+
+dhd:c7497bf3-5b63-4843-b6c4-4cf9a3c0a6d0 a dho:Pale ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:c7863851-e8a8-4c9c-8426-8c7e4ed8f35b a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c788fce5-9351-4bee-a35a-f99f2ab42859 a dho:Layer ;
+    dho:chargedWith dhd:4a969c2e-0525-41df-8350-204575339a16,
+        dhd:e206634b-6170-4766-a1e3-dc3818d394a2 ;
+    dho:hasCharge1 dhd:814ad933-42d9-48b9-a45e-9b5eccd962d2 .
+
+dhd:c7a1db8a-cbda-4f9f-9077-8a1525ae7e2d a dho:InPale .
+
+dhd:c7a89970-5e47-4325-99e5-3b461699a1a1 a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasPattern dhd:da0db269-a1ac-4d5a-a6c3-4d90f3af264d ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:c7cdebfe-82ca-42fc-86ff-78078a3904b8 a dho:Eagle ;
+    dho:hasModifier dhd:747e0d0c-7a5c-4fac-94df-1beccbdb587c ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:c7cf36f5-c0ee-4c50-88be-9d519c950cbe a dho:Guardant .
+
+dhd:c7e94fd0-15de-4e23-8a1a-d8883df81646 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:c7ec8905-2a1f-4637-85e7-6eea63e9e1dd a dho:Layer ;
+    dho:hasCharge1 dhd:636fb490-9c4b-404c-a30b-b3be619790a1 .
+
+dhd:c8099626-642e-4cf1-addd-f5745ff64eb8 a dho:Layer ;
+    dho:hasCharge1 dhd:ac13d8f1-90ba-4e79-8789-dfe84043b3f5 .
+
+dhd:c80ffafa-c10f-4031-99a0-52d4cbefc6c4 a dho:Layer ;
+    dho:chargedWith dhd:78b733b1-1774-4170-a7c9-3b0c9ea945db,
+        dhd:834ffc09-87f7-48d1-ab0e-b919d4506206 ;
+    dho:hasCharge1 dhd:7d4cedce-c775-4b72-8f9f-03d463c76823 .
+
+dhd:c82a3093-11b6-4935-b448-2d4da935481c a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c84f3a41-987b-4c1d-ad24-1616211b9635 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:c858ebd7-6a9b-4e84-9368-0f2485ec3410 a dho:Layer ;
+    dho:hasCharge1 dhd:a377b004-03e9-424b-a004-dce8fe445b29 .
+
+dhd:c8600608-d756-4b12-ac53-3ffcfc3e8ea6 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:c8624a09-0c96-499f-a190-5017ab154788 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:c882be1d-da70-4330-95a1-bb812f2a0c99 a dho:Rampant .
+
+dhd:c890042d-7ae5-4bbe-9441-c891dd7f2924 a dho:Layer ;
+    dho:hasCharge1 dhd:e228a536-ac62-49c6-97fd-d4dfb047ff76 .
+
+dhd:c8b0bdaa-6db8-4000-a5fc-d97425c5c4b3 a dho:Bend ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c8b7a4b4-be58-4bee-9719-bca2442a442d a dho:Layer ;
+    dho:hasCharge1 dhd:43965e46-5ad8-49ea-a107-f83c40b04ec0 .
+
+dhd:c8d779d6-031f-4d7d-b53f-74cc6b5eaad0 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c8de0907-2559-44e1-956d-ca369b6f973c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c8e2c165-16d6-492e-8212-13ffdcaf9e4a a dho:Field ;
+    dho:hasLine dho:Dancetty ;
+    dho:hasLineModifier dho:PerFess ;
+    dho:hasModifier dho:Countercharged ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:c8f9b322-2617-4035-a6aa-c32a36155991 a dho:Chevron ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:c9120ef3-e222-44ea-90de-7b11627d2d8f a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:c92071a2-a2d3-4dbd-8815-0e24b881051d dho:hasPattern dho:Castily .
+
+dhd:c9207c46-425f-4788-8057-407cc5344c04 a dho:Chevron ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:c9371dad-9545-4c4a-ac17-81c7d2a3101c a dho:Passant .
+
+dhd:c95a214c-a107-42b7-b800-f69f4e2c820a a dho:Layer ;
+    dho:hasCharge1 dhd:3703fbaf-eba4-476a-8bce-896c1aabaa43 .
+
+dhd:c95d4bbf-6946-47ff-9776-c6d95ced47d4 a dho:Layer ;
+    dho:hasCharge1 dhd:47cb85c3-2f72-4380-9847-7ee42fb16cfe .
+
+dhd:c9618c47-fde2-4f16-a8de-4711675d5bbe a dho:Layer ;
+    dho:hasCharge1 dhd:59fd2dae-b87a-4f5e-bfc9-9f569c8e1379 .
+
+dhd:c97c3874-f199-4433-b5ad-3edc95b67b5e a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:c9971be2-551b-43ca-a83d-70567780f28b a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c9b43027-f100-4e40-96f5-97ea6a3b97de a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:c9bdd929-e4c6-4184-ba66-ed69864acb0d a dho:Layer ;
+    dho:chargedWith dhd:1a037776-698b-460a-acf4-8bae1cfbc4d2,
+        dhd:fa138440-d584-4072-953e-e1dcbb4becbe ;
+    dho:hasCharge1 dhd:ee0ab143-2d0b-4bff-bf37-f239443aff06 .
+
+dhd:c9d114d9-034b-4d49-b63a-f142ab5ee621 a dho:Bend ;
+    dho:chargedWith dhd:b93906a1-8a12-49fd-abbf-b9d39252ab16,
+        dhd:ec97bd28-0dce-41a6-a9e2-c8c38a871f17 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:c9dade52-fb90-4982-898f-bb9c058d2fe5 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c9dfe671-1e23-4fea-8073-43551d732720 a dho:Layer ;
+    dho:hasCharge1 dhd:dd55242b-1680-45be-b16b-3743fe6e9c6c .
+
+dhd:c9f56a21-88f1-4316-a1bd-65891ae59712 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:c9fa0835-7314-4511-9c23-7a041ada8ba0 a dho:Layer ;
+    dho:hasCharge1 dhd:b354e30a-3ed7-420c-9916-8a7ff299e53f .
+
+dhd:ca0fa061-15a7-4b42-972d-c75881caf85b a dho:Field ;
+    dho:hasPattern dho:Lozengy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:ca3768ad-81fc-4c6f-b060-c6442c22398b a dho:Fess ;
+    dho:accompaniedBy dhd:7d75eeb6-4cba-4e78-a931-2a707be66e42,
+        dhd:b867645d-eb64-4c6f-8826-5e26b9aa18f2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ca3a4060-0174-4e93-80b1-0ac96ee5b6f8 a dho:Layer ;
+    dho:hasCharge1 dhd:9fd2faf8-e05c-4216-938f-bd98eae4353e .
+
+dhd:ca527f02-d75b-47c4-9397-f638d97129b7 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:ca534bfd-f359-4c36-9d33-f730098992a9 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ca651280-e900-4638-9f54-c198ae63e00f a dho:PerBend .
+
+dhd:ca94cb46-9fe1-4981-b53c-c0280ae6cd13 a dho:Layer ;
+    dho:hasCharge1 dhd:7759f7df-5018-43dd-9608-abafb3d61d3c .
+
+dhd:caa22cd5-0f66-4c08-a813-d6ac86e80b2c a dho:Langued .
+
+dhd:caacb3a5-aa68-4612-8645-28b821e20d43 a dho:Crowned .
+
+dhd:caea8fe8-09fa-447d-bf9d-409400ae7ffb a dho:Layer ;
+    dho:chargedWith dhd:124656f7-142e-400d-96b2-dedcfc054d33,
+        dhd:d33c596c-467c-4bad-ac6e-0e867f77d3d1 ;
+    dho:hasCharge1 dhd:90776b47-9fd2-4063-adca-83bc067934c3 .
+
+dhd:caf01eef-3e71-48b4-93b1-7739eb43ddce a dho:Rampant .
+
+dhd:cb10fc56-0484-40c7-8d19-05273a3936b2 a dho:Layer ;
+    dho:hasCharge1 dhd:467ab80e-e20f-4d41-9f4d-e2f66b89bf23 .
+
+dhd:cb1a279b-0091-43b3-bc2c-4ec3aad2f816 a dho:Bugle-Horn ;
+    dho:arranged dhd:d68e663d-8403-4cab-b0a4-61ddd9b236ea ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:cb21c6f0-b2bb-4816-9f3b-f6af470fb50e a dho:Layer ;
+    dho:hasCharge1 dhd:b54fe141-ccfd-4f25-b578-87c0391fe1ff .
+
+dhd:cb2aab27-e067-428c-b491-c56e494bfe71 a dho:Layer ;
+    dho:hasCharge1 dhd:9e02aaca-850f-4672-8719-69c97b0e512b .
+
+dhd:cb538e9a-6eca-424d-af02-f3824998c896 a dho:Canton ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:cb850a85-774d-48a2-bb85-07613966a812 a dho:Field .
+
+dhd:cb9b5b07-0d56-4c76-b823-a571e54bcd03 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:cb9c3ff2-9d54-4bc5-8b87-4951c9ef3ea6 a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:cbdefd12-c122-4f40-9e3f-3baf70e19014 a dho:Layer ;
+    dho:hasCharge1 dhd:90fc2ead-e168-4dac-af23-23a5bce969bc .
+
+dhd:cbfccdb9-8d71-45b6-8f53-dcf3cb0bdb47 a dho:Chevron ;
+    dho:accompaniedBy dhd:2aac0edb-8829-41d9-8a21-c711450fce3b,
+        dhd:93591ae3-9c0b-4cec-b771-c96e29eb9a5e ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:cc0413ad-91d0-44cf-9218-0bd7c9efc0ad a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:cc042dec-6a83-4f1d-9fbe-399fd3682d85 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:cc15618e-5501-43ce-ada4-140f67c675f8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:cc2c6440-e254-45e8-b931-99e619ef79a8 a dho:Pile ;
+    dho:hasTincture1 dho:Argent ;
+    dho:isstSn dhd:8c617856-bfd6-4709-89e4-c973d1cc336f .
+
+dhd:cc58170e-663f-4304-a494-c9ee04f6b4a0 a dho:Layer ;
+    dho:hasCharge1 dhd:1caa748c-3dfb-4b99-9bb0-01d6ecb061ca .
+
+dhd:cc5a39c5-abe9-46ef-9c13-fed47577cf93 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:cc697ae7-c981-4c28-b3bd-59637be02d8f a dho:Bluebell ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:cca3753c-8022-4969-8a42-0f7e655509aa a dho:Lion ;
+    dho:hasModifier dhd:9e392e29-28d7-4155-a0e1-434108fdc147 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:ccaf1c3a-7391-4e94-8fc9-6b9cd8a8de72 a dho:Pale ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ccb355ad-1417-453c-b1e0-72958a358a04 a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:ccb5de5b-03b0-49a0-98ec-1a3f19de5a09 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:cd0632dc-dab1-4a38-8549-a7c8cc1ad804 a dho:Talbot ;
+    dho:hasModifier dhd:42e6dfce-2dce-4d03-a067-e33fa15ea2d0 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:cd0695a6-4c3f-4dac-bd87-d5fac094dd89 a dho:Layer ;
+    dho:hasCharge1 dhd:ddb0f197-3619-475b-8715-4406c5a203a6 .
+
+dhd:cd09bf02-c2b4-40e6-ae07-93611e96e7ab a dho:Langued ;
+    dho:hasTincture dho:Azure .
+
+dhd:cd262791-eb0a-4749-a618-2c6c95aeac91 a dho:Layer ;
+    dho:hasCharge1 dhd:598583f8-4860-4937-9d45-85e64ff28438 .
+
+dhd:cd5b2be7-d208-43c3-b2ef-469fb4618b21 a dho:Passant .
+
+dhd:cd61127b-d31a-47b9-9451-01ebd516ea8c a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:cd8e9bda-7f22-45c6-bae1-ac86312ced84 a dho:Layer ;
+    dho:hasCharge1 dhd:0c4f4760-9491-4e1d-9842-a306aa0c6490 .
+
+dhd:cd9d9420-b68e-4efb-9bfe-10689b323ce7 a dho:Layer ;
+    dho:hasCharge1 dhd:6864e9f2-7615-4ea5-91e5-333365efcf79 .
+
+dhd:cda6c914-1e29-44ee-bc43-864599c9546a a dho:Crowned .
+
+dhd:cda9f204-0e2f-40ce-8db3-2aead94bf031 a dho:Sword ;
+    dho:arranged dhd:228b8384-1e36-4b84-a23f-00d4659b8a7b ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:cdc4886a-d613-499c-9f33-a7a3b6514371 a dho:Layer ;
+    dho:accompaniedBy dhd:69d4088b-6ec6-4b58-a732-682dff757c2c,
+        dhd:a372e67a-7425-4cd7-93de-7908795bbf45 ;
+    dho:hasCharge1 dhd:eb1dec1f-e2f8-4b62-b074-d57e305d932e .
+
+dhd:cddd7a63-a8e6-408d-9898-5cd1f4260c26 a dho:Arrow ;
+    dho:arranged dhd:6e65cdab-3ec7-4a4e-aea5-30f94ad1ac9e ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:cde3c652-ecab-48e6-a107-0893f9bf1cc6 a dho:Field ;
+    dho:hasSeme dhd:266dbe62-7499-40d6-9b58-959616c93345 ;
+    dho:hasTincture dho:Azure .
+
+dhd:cdfde68f-67f9-4ed9-addd-a85eae94e3b7 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ce0297e1-88f1-45cb-9184-4c2494cfa870 a dho:Of7Pt .
+
+dhd:ce66a7f0-9363-478b-90fc-8d77dc775286 a dho:Langued .
+
+dhd:ce67b825-b46d-4762-8c1e-b9d8d747dab2 a dho:Layer ;
+    dho:hasCharge1 dhd:ca527f02-d75b-47c4-9397-f638d97129b7 .
+
+dhd:ce8605db-2014-4e5e-ad81-a0dc632bd47a a dho:Crowned .
+
+dhd:ce8739d0-79b2-4dcb-bb4c-245c79368d30 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ce98c1a2-8b95-4490-9291-b71c7abd14ff a dho:Bend ;
+    dho:chargedWith dhd:cc54975a-e3a7-45e8-8544-b45708262c5d,
+        dhd:e211a9ab-e98d-40af-b1cf-7e23db026409 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:ce9a7f1e-5187-4409-9966-396bf4e55d47 a dho:Field ;
+    dho:hasPattern dho:Quarterly ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:cea22275-fcc7-4b02-98af-421510775ff4 a dho:Field .
+
+dhd:ceca649b-445c-41b3-8b60-b4b558e898d6 a dho:PerBend .
+
+dhd:cee2e11c-63fd-44e6-8625-8b89236ea8cf a dho:Layer ;
+    dho:hasCharge1 dhd:5789ca90-3fcf-4a7b-bdad-3f6da49e1918 .
+
+dhd:ceee3585-ce8c-43b6-994f-8efceea8c065 a dho:Seme ;
+    dho:hasSeme dho:SemyOfHearts ;
+    dho:hasTincture dho:Gules .
+
+dhd:ceeece63-2bfd-437a-8c79-f434d2463e33 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:ceeed29e-3c59-4ab3-a110-f32d2c03d2cf a dho:Lion ;
+    dho:hasModifier dhd:1f08c857-265d-48e8-a494-0afcff72de67,
+        dhd:37ef7418-9253-4765-a2f5-98ef9fa23a5f ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:cf0ea69e-a4ce-4338-b874-adb7926818df a dho:Bend ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:cf0fb809-f32f-4bff-979a-088c1387c4e6 dho:hasPattern dho:Checky .
+
+dhd:cf1b968f-65ba-4d9f-9ec4-d0bfa0fb3a8a a dho:Rampant .
+
+dhd:cf45c94d-afb7-4275-8616-9f9a5f98069d a dho:Layer ;
+    dho:hasCharge1 dhd:ef3a86f8-8f97-4eec-8ad1-22484240d856 .
+
+dhd:cf4c04d3-594d-4687-a780-c746bd901b8b a dho:Layer ;
+    dho:hasCharge1 dhd:bc2c9db1-3c68-4bdc-b416-5a62c2b6010f .
+
+dhd:cf54fec0-23a8-4d3a-811f-78ccc755d6b3 a dho:Guardant .
+
+dhd:cf7c84f1-4718-4b5c-9be1-1b472fbf4305 a dho:Crowned .
+
+dhd:cfb76ae3-2969-4c71-a0e4-d82d8430e1e5 a dho:Field ;
+    dho:hasTincture dho:Ermine .
+
+dhd:cfbd12d6-0e7d-47bd-b0a1-d9193c73cb98 a dho:Layer ;
+    dho:hasCharge1 dhd:6d5b5651-94a0-451f-9d47-73c18fc78cf1 .
+
+dhd:cfbd5f95-c1ec-4b73-b0f4-c09acd18fd12 a dho:Lion ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:cfcbcb2a-475d-43d8-9a7b-d5be67f15625 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:cfd1ff2a-c6f2-437a-ac48-fd33cc3e86d2 a dho:Fess ;
+    dho:accompaniedBy dhd:2330b8d3-7780-48e8-8f8c-2a4f1c6f47ad,
+        dhd:43147193-5dee-41db-bb0f-16e748ff02ff ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:cfd3b7e0-bf89-449b-b6a8-b80b7f8feb24 a dho:Layer ;
+    dho:hasCharge1 dhd:2a6e7935-6251-443a-9bcc-8329b9c148c0 .
+
+dhd:cfd7e551-367c-433c-aca8-e2087284b25e a dho:Crowned .
+
+dhd:cff2dfc2-b5e7-4ac6-b8d2-f9f9bae78057 a dho:Bend ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d006d69c-341b-44c8-adbb-d2a33c728f5b a dho:Langued .
+
+dhd:d049d95f-c0f4-4e12-9847-a2b8a613efdd a dho:Chief ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d057d4e0-23df-4372-9051-bc027e1dfc90 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d05b39b4-69ef-4cf1-9eaa-d0ba7c87f64a a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d05f0b6e-c890-4bf3-9fc3-6ba17a45a39a a dho:Lion ;
+    dho:hasModifier dhd:b9a317d8-c271-4325-881b-3ee71942d545 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d098a804-eded-4093-b1c4-5e2ba467f0df a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:d09d16e6-0632-4de5-8861-93d43ae81b36 a dho:Rampant .
+
+dhd:d09ef750-4b87-4258-91dd-ba829539a41d a dho:Field ;
+    dho:hasPattern dho:Tierced ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent ;
+    dho:hasTincture3 dho:Sable .
+
+dhd:d0ab72d7-ed56-4927-ba50-591ec8e197d5 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d0cb2302-e929-4c28-8dc6-53c7bd873f11 a dho:Layer ;
+    dho:hasCharge1 dhd:af198879-4697-42eb-a544-12987baf1e82 .
+
+dhd:d0d40b9a-a4c7-4812-ac49-5e27c2dcf98e a dho:Crowned .
+
+dhd:d100e7c3-3bc3-4836-ab5b-b121d165ea86 a dho:Layer ;
+    dho:hasCharge1 dhd:681cc171-b41f-4e52-8ead-a400a93d4a5f .
+
+dhd:d121e908-c24d-405a-9bb6-9f1ae977cacd a dho:Lion ;
+    dho:hasDirection dho:Dexter ;
+    dho:hasModifier dhd:1b989f6b-745f-4eb7-9016-ee43f750ef3b ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d1846d7e-1832-449d-9636-baf3566d1a77 a dho:Field .
+
+dhd:d1921b47-946a-4be1-9720-23023544814f a dho:Issant .
+
+dhd:d19b9bb6-6195-432b-bfc6-9c784179eea8 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d1c1aae0-ce61-4669-bc95-6d3f673b413f a dho:QueueFourchy .
+
+dhd:d1dada74-a7b8-410a-aa71-b59a9544a138 a dho:Layer ;
+    dho:hasCharge1 dhd:b87f4a66-36a5-4027-b3e9-d59a505978a4 .
+
+dhd:d203c7a1-1a11-4d5c-ba94-0e57df19e78a a dho:Field ;
+    dho:hasPattern dho:Bendy ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:d206f0ef-610a-40b8-9a3e-281ae5a18c13 a dho:Layer ;
+    dho:chargedWith dhd:cc54975a-e3a7-45e8-8544-b45708262c5d,
+        dhd:e211a9ab-e98d-40af-b1cf-7e23db026409 ;
+    dho:hasCharge1 dhd:ce98c1a2-8b95-4490-9291-b71c7abd14ff .
+
+dhd:d2567bc8-42ff-4859-a13e-f395c8151724 a dho:Layer ;
+    dho:hasCharge1 dhd:56edaa1f-5098-43d1-8355-5f79194b7f1c .
+
+dhd:d26fed42-1494-47e3-8f8b-9b016e1eabb8 a dho:Layer ;
+    dho:hasCharge1 dhd:09dc6027-da94-4e5d-9b3d-c30ed14111f5 .
+
+dhd:d273e55a-8c68-40b3-9646-8b696be960a2 a dho:Bar ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d2920e00-da30-4ea7-94f6-809c40229bd5 a dho:Fess ;
+    dho:chargedWith dhd:24ad1d78-fd5a-4c58-b7a3-fa9dd982aff8,
+        dhd:fa2ad633-027d-4fb2-878b-1197e6e1625e ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d293fe94-6013-49e7-abbb-fbdb6e0cc20e a dho:Field ;
+    dho:accompaniedBy dhd:04b6b945-5e1a-4176-9a31-e3584d3426cd,
+        dhd:b3c32a10-c675-4857-a55c-a9d0091d3194 ;
+    dho:hasSeme dhd:45d7ab82-8d01-47a9-b0e0-2f2fba9a8108 ;
+    dho:hasTincture dho:Azure .
+
+dhd:d29427b6-b698-45e5-8e53-01d487fa916c a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d299663b-5afc-4880-accc-793665279ee0 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:d2a681e5-9b52-48eb-8c92-d14a94973cb7 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d2b5b147-46a9-47c2-aec3-247b94ffd23d a dho:Layer ;
+    dho:hasCharge1 dhd:952823a7-40c5-4cc0-b4eb-40b4c9ba4d15 .
+
+dhd:d2b6f63a-463e-4909-9b70-5247e7f43fd3 a dho:Layer ;
+    dho:chargedWith dhd:08b6a2ec-2da7-46fb-a6ad-a0cdf079a39a,
+        dhd:0921c673-9ed3-48c2-8632-36b3fa490db2 ;
+    dho:hasCharge1 dhd:b858fb00-01a0-4c20-80ee-5809d70ad6ec .
+
+dhd:d2bf1bb6-275e-4e68-b733-23011221c907 a dho:Lion ;
+    dho:chargedWith dhd:5de679ec-3d6f-4981-a2ad-560501434647,
+        dhd:ee8507b0-cdec-491b-8b6a-4a7684ea6104 ;
+    dho:hasModifier dhd:2207684f-e8f5-43bb-be00-882fcf39c895,
+        dhd:76ae3eda-b6a3-4a50-8378-006f362a372c ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d2c52552-3f60-4425-8cd0-8d4763dd08a1 a dho:Bend ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:d2c97211-177a-4549-be74-5c59e8a0a1c3 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d2d3aa26-8702-4ea5-9b5e-0e8d48020743 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d2e2d0b9-eb5c-40a9-87ef-e099c8db52a2 a dho:Chief ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d2ea4ddf-6069-48cf-ac4f-23e0cb55d61c a dho:Layer ;
+    dho:hasCharge1 dhd:4d0ffddf-bc4b-489c-abc8-35888d193f9d .
+
+dhd:d2eac7ee-376c-47bd-bc6b-3d9b886e3c24 a dho:Lion ;
+    dho:hasModifier dhd:8d2afd7a-24a2-4e2e-866e-625bf035233e,
+        dhd:965d3d09-14b9-4dc3-a27a-e446bd4767cb,
+        dhd:9857af71-d7f5-4e8f-a167-b1813feff837 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:d2ee149c-01b0-4996-b9ef-2ef5edfb2724 a dho:PerBend .
+
+dhd:d2f9bc65-93cc-4695-b9d7-5a3ea25b1298 a dho:Rampant .
+
+dhd:d2fc7fae-0f62-42f9-990d-ba46bbb79a30 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d303518d-f9e7-4e40-be55-d409cc3f9b58 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d30488a0-951f-45b8-843b-0c1771b8db8f a dho:Passant .
+
+dhd:d31f0536-c24c-4bb1-a247-0fc2da33c147 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:d32a0681-d2ae-4529-b13d-9e80078e32e8 a dho:Lion ;
+    dho:hasModifier dhd:9f8ea112-04d8-4271-8481-60ae2bd4795d,
+        dhd:a4269c0b-2f24-4a17-9ddc-615b9079dd28 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:d32a8ded-235d-42c0-a268-273d0f7f1d2d a dho:Layer ;
+    dho:hasCharge1 dhd:41f9e70a-a01b-4a67-88b9-3bb0e031f106 .
+
+dhd:d32c881f-9ec7-49cb-9393-10d044f0dac0 a dho:Langued .
+
+dhd:d32f078f-3494-4315-9b9d-373c2e0c70e6 a dho:Canton ;
+    dho:hasCoatOfArms dhd:CoA0000006028_CoAF1 .
+
+dhd:d330420b-4b59-4c5e-9a0c-99f4db70e7b9 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:d33788da-7d88-4b06-866d-5f69a24e5fcf a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:d36980f4-db8d-4640-a29d-a1b4d2a45fbb a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d39dce09-bfd0-4f6c-a8c8-6ed888a23aa5 a dho:QueueFourchy .
+
+dhd:d3a9d259-981c-4d27-89f0-67297583cab0 dho:hasPattern dho:Checky .
+
+dhd:d3b64212-9a2c-44e6-8e19-ab58c2805770 a dho:Crowned .
+
+dhd:d3f21e5f-e238-4113-b6e9-35406e6448e5 a dho:Layer ;
+    dho:hasCharge1 dhd:9b3a9629-5c12-4361-aa9b-b16e3241bfac .
+
+dhd:d4080149-d7ce-4c72-85d5-7f93fed0ad44 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d409c6b0-a3c5-42e3-a1ff-712a62bf17a9 a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:d43af1b2-18c5-46f2-b681-e004c2da2bb7 a dho:Rampant .
+
+dhd:d44255d5-2790-4c41-9104-916e2f797fa7 a dho:NavarreChain ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d44334c0-ee05-41cb-b171-e9cd2bd9478b a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d4549027-7690-4470-86d0-a4806fdf11f9 a dho:Field .
+
+dhd:d458c328-8ecf-4870-8180-54b879a705d4 a dho:Layer ;
+    dho:hasCharge1 dhd:8bad8324-6929-4965-8397-85d0b177772c .
+
+dhd:d46f2718-c810-41e5-a971-d9869d4db5e1 a dho:Layer ;
+    dho:hasCharge1 dhd:42db8fdf-4b4e-4285-bfb1-76834e77f000 .
+
+dhd:d484a03e-3664-4e32-96ae-8ecff6b7382a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d4944a8a-2246-4785-a79f-2f6b1e9d9c09 a dho:Bend ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:d4a8114c-d8e2-49e1-9518-d16834101537 a dho:Layer ;
+    dho:hasCharge1 dhd:aec6b835-510d-4481-b940-681d114bd76e .
+
+dhd:d4aa927b-1cc1-4d53-9ca9-6ea7eecb1e33 a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d4b7a9c8-80a3-4b52-aa37-660339272dfd a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d4ccb1c3-c062-4f37-851a-6e54caf97b71 a dho:Layer ;
+    dho:hasCharge1 dhd:8c4bb462-5b0d-4cc3-a0c1-42e19c3960f4 .
+
+dhd:d4cf17c7-efbe-4efd-a4f3-15834dabc0de dho:hasPattern dho:Chevronny .
+
+dhd:d50176c2-f3a2-44a3-ae68-7a7d1d2deb83 a dho:Saltire ;
+    dho:chargedWith dhd:c29ecbfb-a380-4bdf-b354-6b6d3ab71443,
+        dhd:f6ae64a0-c802-41aa-8839-4679420ab696 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d50d9a17-0024-45e5-83e7-fc66288bca4e a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d5216fa4-a124-4f43-8c4e-d372cedccfb6 a dho:Layer ;
+    dho:chargedWith dhd:409fb11e-0dca-4516-8498-9b087a5e7b76,
+        dhd:d31286a1-26b3-4420-84fb-20452e255022 ;
+    dho:hasCharge1 dhd:962a29b8-5082-49b5-a951-d3b18c1bd954 .
+
+dhd:d526a1bf-4e92-43d1-aee1-050b779102d1 a dho:Layer ;
+    dho:hasCharge1 dhd:c7a89970-5e47-4325-99e5-3b461699a1a1 .
+
+dhd:d535bbe2-0265-4b0d-acaf-12daf3933675 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d540bdd1-d486-413d-8a07-9d52fc2a622e a dho:Field ;
+    dho:hasTincture dho:Vert .
+
+dhd:d545d559-75b0-4e83-8f8f-149d0e89f742 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:d553f8f0-9560-4ac1-bed4-9ff9508a9cb2 a dho:Layer ;
+    dho:hasCharge1 dhd:623c30e0-7cb9-4b5b-8431-f10d0984ac8d .
+
+dhd:d572c165-f519-4fd0-aec0-909257556b99 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:d5b529f6-8ea9-4935-af09-b91665f45e7e a dho:Field ;
+    dho:hasSeme dhd:61099f49-16c5-4e66-b145-76daffb5d493 ;
+    dho:hasTincture dho:Gules .
+
+dhd:d5d49c6e-4904-4a61-aa01-4628d6b6b5f7 a dho:Eagle ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:d5dc4e8d-386e-428b-b174-765f0c0f1bbc a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:d5eab436-0b71-430a-9cb5-8de8f1b208ee a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Gules .
+
+dhd:d5f747ec-bc20-4bda-a84c-ea61ee098218 a dho:Layer ;
+    dho:hasCharge1 dhd:0bfadc14-1048-4296-99f9-9ee3efde3a8f .
+
+dhd:d604f11a-7a2b-4797-b2d3-d48e2cc27af8 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d6418fd9-d3d7-4b57-baa8-bcc523e803ea a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d6455c5f-d0ab-42ff-8e5f-bd8fb9d18a5b a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d6612c12-e076-4d2c-895c-4366bae5b9a6 a dho:QueueFourchy .
+
+dhd:d67566a1-112b-44fb-a015-ea05a99d5aa6 a dho:Field ;
+    dho:hasSeme dhd:5b88971e-6978-4462-b265-352fdd5c01ee ;
+    dho:hasTincture dho:Azure .
+
+dhd:d67cedfe-33e4-46e6-aa43-e0dd09a2a62c a dho:Field ;
+    dho:hasTincture dho:Vert .
+
+dhd:d686e315-6b4e-4a31-97f3-69546a46dbd9 a dho:Field ;
+    dho:hasPattern dho:Lozengy ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:d68e663d-8403-4cab-b0a4-61ddd9b236ea a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:d691e420-bc49-4311-a354-f383e8e49b81 a dho:Armed .
+
+dhd:d698a1b2-d8c1-4e1b-813e-d743807b2ca7 a dho:Lion ;
+    dho:hasModifier dhd:3258b96e-dff1-4bc3-8a01-1fb04d6c61a0 ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:d69f8128-48a5-45d6-87a7-4836442fb21c a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture dho:Gules .
+
+dhd:d6e2a485-5b76-4378-a598-84c7032c72b3 a dho:QueueFourchy .
+
+dhd:d71524b5-71c4-4752-ba26-e221af8277a6 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:d716171f-51ee-43a9-9b60-74d5ebefb7bb a dho:Lion .
+
+dhd:d7197dda-801d-4ee8-bda7-ea17473bdd94 a dho:Chevron ;
+    dho:chargedWith dhd:0e07b6d6-35f5-4694-84df-bb225b4f3562,
+        dhd:1ac5929b-2b21-4cec-954a-0ecdc585ef23 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:d721f477-7ceb-4c2e-bd9f-7979fea4f92b a dho:Layer ;
+    dho:hasCharge1 dhd:1a4a5d8a-059c-4b0c-82e2-c655124625b9 .
+
+dhd:d74e6268-73e6-4e74-8e2e-bd6dc8197dc6 a dho:Field .
+
+dhd:d760b14a-f2ea-4389-8cb0-e7e58e3ba97b a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:d763e20b-18fb-4497-8d0d-1e13eeed9d05 a dho:Layer ;
+    dho:hasCharge1 dhd:cb1a279b-0091-43b3-bc2c-4ec3aad2f816 .
+
+dhd:d775088e-9883-4581-a143-5425d073ad6d a dho:Naissant .
+
+dhd:d78194a6-0ed2-4a07-adc0-7da4dc5494ef a dho:Layer ;
+    dho:hasCharge1 dhd:d05f0b6e-c890-4bf3-9fc3-6ba17a45a39a .
+
+dhd:d78c5ffb-2413-4996-9171-f06eebeba919 a dho:Addorsed .
+
+dhd:d79537a2-0e20-46e1-8779-7d19e39ff69e a dho:Layer ;
+    dho:hasCharge1 dhd:11afee02-5d25-40d4-9278-7649f8b83a76 .
+
+dhd:d7ab0e14-2b21-4764-8601-441bfe1db731 a dho:Cinquefoil ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d7c3cf34-3838-49f6-90fa-ac89bb7c45ac a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d7e9c686-bf11-40f7-9e07-1a4a359e0133 a dho:Rampant .
+
+dhd:d7eb473f-482f-4ae8-ae8e-5667c416d782 a dho:Layer ;
+    dho:hasCharge1 dhd:9d322896-4e4b-4da9-b6bc-87408aa2dd60 .
+
+dhd:d7ecf131-d3d5-4be9-a630-b8169bb0eb44 a dho:Crowned .
+
+dhd:d800eaf4-c052-4672-b081-cc0e1fe4f601 a dho:Lion ;
+    dho:hasModifier dhd:4b81cc75-7419-47df-b127-d9144791716e,
+        dhd:dbc1c9cb-736e-4b10-ada8-baf23c74a2ee ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:d80605af-bbe5-4aec-80c1-18b9a31d37a6 a dho:Field ;
+    dho:hasSeme dhd:25950411-b16d-4f73-864d-0f36c343a375 ;
+    dho:hasTincture dho:Azure .
+
+dhd:d8195b74-1f76-4bfc-8b89-caa48c9d9366 a dho:Layer ;
+    dho:hasCharge1 dhd:015cebad-beb5-43a8-abfd-3242945840e1 .
+
+dhd:d84a4cd7-0c20-4a2a-8142-6ec9f57496cc a dho:Field ;
+    dho:hasPattern dho:Quarterly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:d85702a5-86c0-4899-8f38-f14b852f565f a dho:Lion ;
+    dho:hasTincture1 dho:P .
+
+dhd:d8791628-5dbb-4cbf-898a-5dce5cf83a3f dho:hasPattern dho:Compony .
+
+dhd:d888a42a-12f6-48ef-98f3-f82d48090604 a dho:QueueFourchy .
+
+dhd:d88d7389-8ccb-4db8-bac3-7a97d40a7f88 a dho:Layer ;
+    dho:hasCharge1 dhd:3759b952-6f8b-4a76-b1be-170f00dcebc7 .
+
+dhd:d8929c81-287f-4c8e-ad1d-4ba334eedc10 a dho:Guardant .
+
+dhd:d8a56bc3-091c-4e45-9a9f-a80b22aeb153 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d8bd2f26-75c9-4631-98c8-82ec9c3de486 a dho:Layer ;
+    dho:hasCharge1 dhd:0b49989e-ca6e-4fc0-9a8d-3772c91f5b44 .
+
+dhd:d8c60415-879b-4ff4-8eee-96d6da4baf87 a dho:Layer ;
+    dho:hasCharge1 dhd:f8d14e46-a615-4060-a722-09e1e3647e7c .
+
+dhd:d8d7c159-2083-49ab-bc7f-d2cd40ae064b a dho:Arrow ;
+    dho:arranged dhd:91a6098f-c4f3-45b6-9026-eed2802ecccf ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:d8e2fde0-3aeb-4e53-ab01-5b6fce65d1be a dho:Lion ;
+    dho:hasModifier dhd:49087a73-5f3f-47b7-a9bc-5eef9785c340,
+        dhd:69ed4206-441e-4e75-8d98-ce7ffe30e35c ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:d8fde929-6998-4d23-9a7d-6c99b10ca0ed a dho:Layer ;
+    dho:hasCharge1 dhd:ffe95887-cb6d-4b40-87d9-ff8a5e3293e9 .
+
+dhd:d923e3bd-411d-4a6a-83cf-f11deaece02a a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:d9424923-4bdf-480a-8b84-ba34f180a776 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:d94b7f5d-2c6a-4c99-8112-f84c50c58811 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:d9518da0-233d-4fc9-b533-62c4d1eef0e9 a dho:Rampant .
+
+dhd:d9589445-8d46-4802-bdde-b166d538571b a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:d96fcbd8-c003-45fa-8791-7bfebe983288 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:d984ad2b-4689-40e3-b323-15676cf16f1b a dho:Flying .
+
+dhd:d9bf2751-7643-48a7-9ab1-b31e89e0c12a a dho:Field ;
+    dho:hasPattern dho:Plain ;
+    dho:hasTincture dho:Ermine .
+
+dhd:d9e4d6cf-6867-46c7-abcb-8bc8183309eb a dho:PiedNouri .
+
+dhd:d9f13316-1cbd-4766-8b33-ee984a508067 a dho:Eagle ;
+    dho:hasModifier dhd:11bf7a26-9a6e-48a2-8662-869a098517a0 ;
+    dho:hasPattern dhd:331476f7-e92f-4137-954b-0d65620e335d ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Or .
+
+dhd:da015860-c529-4043-9c9c-2ffafcc38760 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:da0db269-a1ac-4d5a-a6c3-4d90f3af264d dho:hasPattern dho:Checky .
+
+dhd:da40dd43-fab4-49e4-b077-ee63ace24447 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:da40e6aa-5b9b-43b1-bcc3-ec563b20aa7a a dho:Layer ;
+    dho:hasCharge1 dhd:e00aad20-ce44-4380-b12e-653935fcc08d .
+
+dhd:da46b44e-5cb2-40cc-8c36-d4b94544726f a dho:Lozenge ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:da51d9fc-77fa-4435-a4ca-ce0f275f15df a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:da539d8d-820a-4fed-aeb9-e6091cc4b013 a dho:Fleur-De-Lis ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:da5a4b1d-13ff-4569-85f8-df7f07d92955 a dho:Field ;
+    dho:hasPattern dho:Quarterly ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:da6bbe9f-a0fd-4954-898e-a833beacad15 a dho:Guardant .
+
+dhd:da6e65ed-8581-4600-829d-44340b5247ea a dho:Rampant .
+
+dhd:da744968-b13d-4e3c-b541-3de1ec887b79 a dho:Crowned .
+
+dhd:da81ee2a-f986-442d-8dac-95bd3a8c6d95 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:da8539af-5768-4059-9d6d-dbc591862448 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:da94e658-a10b-4118-aba1-7dd82a131e36 a dho:Layer ;
+    dho:hasCharge1 dhd:43f72892-c0ab-49d9-866c-364e2e282966 .
+
+dhd:daa5a2a6-29a1-42d4-9407-50d62c1bedad a dho:Layer ;
+    dho:hasCharge1 dhd:b2d4f749-ec05-4991-acc2-bec41b4355b0 .
+
+dhd:dac825da-ac29-42f8-b02d-a7cfa8c8d431 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:daf74272-2f83-4b00-b19e-434d5b3a5152 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:daf953a0-e453-4f4c-808c-8bdcd0636b5b a dho:Layer ;
+    dho:hasCharge1 dhd:1c8d9c0e-da38-4479-b185-3f3ae30f6b1d .
+
+dhd:db059bdb-dcbd-430d-bb4c-de8b5aef6f3d a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:db0bf0fd-fa05-4ffd-ae81-e7878d83a5e9 a dho:Layer ;
+    dho:hasCharge1 dhd:6ffe9333-c4d4-489d-9343-e700ea2b5b03 .
+
+dhd:db11a439-80bc-4474-9b34-6b75ad931596 a dho:Layer ;
+    dho:hasCharge1 dhd:8e9c3073-3383-4794-a8d8-1ca7917cd75c .
+
+dhd:db229073-dbdb-4d54-8eef-030cf91d7a83 a dho:Layer ;
+    dho:hasCharge1 dhd:557830b9-f196-463b-a6ed-75248ed27cee .
+
+dhd:db2ccedd-15d9-4c1d-8bdd-084be1ad1470 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:db48e0e4-292a-41fc-8a83-49d131119473 a dho:ReedMace ;
+    dho:hasNumber 5 ;
+    dho:hasTincture1 dho:Azure ;
+    dho:on dhd:88d650c3-3fec-432b-8588-83ddcbf97614,
+        dhd:b2e3aba9-cd19-427f-bd46-05b28e5ec757 .
+
+dhd:db49d7c6-f3f3-4e22-866b-bf75d6ff0763 a dho:Layer ;
+    dho:hasCharge1 dhd:7e238d16-156c-451f-951c-738567bca3b0 .
+
+dhd:db53b8e2-96a0-4fb3-bdd6-b290dd6f625e a dho:Rose ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:db590100-fed8-40f8-9539-c79ae40285af a dho:Palewise .
+
+dhd:db609b5e-3b25-427e-9e3e-c6f693ca8c5d a dho:WaterlilyLeave ;
+    dho:hasModifier dhd:6d98ecd6-c1af-4f83-b079-d7aed6532b23 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:db694062-08b9-4527-ab58-543d84298cb5 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:db8d5dcc-d943-4a28-b338-9c4d1cae1195 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:db9a7ba4-8660-4b0b-a867-33e29bc97ac0 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:db9b0ff9-65c3-4c55-8707-aa85fd0348be a dho:Roundel ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:dba4cb21-78eb-41db-b70b-cab2951d0a92 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:dba73f31-ed96-47c9-822a-724f61d4a503 a dho:Increscent ;
+    dho:arranged dhd:ea3cfd31-1d0c-4b7b-b535-1d54b4c98b4e ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:dbc1c9cb-736e-4b10-ada8-baf23c74a2ee a dho:QueueFourchy .
+
+dhd:dbfda114-1b12-4ad6-8cfa-d126652722e1 a dho:Crowned .
+
+dhd:dc02c2be-af3e-4b0a-adee-8e932fa6e833 a dho:Layer ;
+    dho:hasCharge1 dhd:0db2395e-1e4d-4759-9e38-a672125f23d1 .
+
+dhd:dc16aad7-9fcd-4aa8-961b-62c2f195335a a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:dc1c910f-df30-4054-b1a1-6407b5e0cc60 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:dc2a32ee-43b3-45b9-91fe-f0239be91275 a dho:Layer ;
+    dho:hasCharge1 dhd:87f18be0-8a5d-4cb5-a009-9caff3efa3d3 .
+
+dhd:dc33f38f-fa2a-4373-9d3c-db8b0d66802f a dho:Layer ;
+    dho:hasCharge1 dhd:d5d49c6e-4904-4a61-aa01-4628d6b6b5f7 .
+
+dhd:dc343397-0ffa-490c-9640-d2297771f729 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:dc4b64cd-8952-4717-b0d0-3d1047f2b04d a dho:StarOf7Pt ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:dc733d2c-1ad3-4af2-a98d-8e610bfb9cfc a dho:Buckle ;
+    dho:hasTincture1 dho:Argent ;
+    dho:on dhd:753de681-7263-4f62-8392-890947c04d54,
+        dhd:9a9ae262-d313-45af-923f-2eaefada29d6 .
+
+dhd:dc88fc93-0cb2-4f70-b220-96dd35dec6a3 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:dc89ea9b-9ada-4db1-9f23-11ca6647e386 a dho:Lion ;
+    dho:chargedWith dhd:2af1bf00-a782-4e68-bb54-c5ddaa20233f,
+        dhd:ef1294fb-f1ec-4bac-bfe4-555eb8643d6d ;
+    dho:hasModifier dhd:ce8605db-2014-4e5e-ad81-a0dc632bd47a ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:dc9c088e-c75f-4e57-ad30-676e3f422dd4 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:dc9c68a0-7f31-4b9f-878b-b3a82d4a8e19 a dho:Layer ;
+    dho:hasCharge1 dhd:741f4695-7c0f-4cc4-8c83-ab1f0d7e2f8f .
+
+dhd:dcad71fd-60ff-4b68-8e6c-22b5d43a74d6 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:dcb36de8-58b9-4c1b-bde9-e137d867d63e a dho:QueueFourchy .
+
+dhd:dcc904a5-e01b-4f5f-93e5-e6c9d781fdc6 a dho:Layer ;
+    dho:hasCharge1 dhd:e0d1f833-74b4-48af-a8ca-aa68c3498cd4 .
+
+dhd:dcd1309e-7899-40be-addb-f37fab8f2bd4 a dho:Crowned .
+
+dhd:dcddb9d2-3da1-4eeb-8dae-3bf7db85b977 a dho:Layer ;
+    dho:hasCharge1 dhd:e509b1bd-21af-4d08-a55c-d9ab42f15077 .
+
+dhd:dd1289b2-7f2a-4730-80bc-223335e31b27 a dho:Gorged ;
+    dho:hasTincture dho:Gules .
+
+dhd:dd1ad094-031f-4a4e-a20f-0870e33e0d4c a dho:Layer ;
+    dho:hasCharge1 dhd:6070b970-0cb9-4e77-9e8a-60a1722de770 .
+
+dhd:dd1bf738-f2c5-472c-b7d3-8b56968e49d7 a dho:Layer ;
+    dho:chargedWith dhd:39d28f88-15db-4711-ae46-fb9685029685,
+        dhd:68eaa634-e9c8-48c5-a070-65e3fe4739a5 ;
+    dho:hasCharge1 dhd:7bf0c122-611c-4606-85ce-5503a47c7039 .
+
+dhd:dd2821bd-b025-4e33-a7e0-e6d4d50f3a57 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:dd2a5835-8312-4854-9619-b11ff4f21984 a dho:Field .
+
+dhd:dd55242b-1680-45be-b16b-3743fe6e9c6c a dho:Helmet ;
+    dho:hasTincture1 dho:Or .
+
+dhd:dd9cff80-e207-4838-bbdd-0e7723a3e211 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:ddb0f197-3619-475b-8715-4406c5a203a6 a dho:Fess ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ddb644c2-d5ca-4683-8225-24b993d0750b a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:ddbabd3e-af0e-489a-a92a-3472d18932b4 a dho:Saltire ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:dde59039-579d-4ee6-b4bb-eff647eade6b a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:ddfc5010-cb62-456e-aae3-cd9d5a056aa0 a dho:Chief ;
+    dho:chargedWith dhd:7a457bf7-fdc1-4079-a413-534cb2734ddb,
+        dhd:93bdd024-72f2-460b-966b-8c7010c83bf4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:de079183-7bc2-4f51-bb8b-6d4b5aa143b4 a dho:WithLionsClaws .
+
+dhd:de1c44f3-1a25-4b5f-843a-a2468c9db87d a dho:Rampant .
+
+dhd:de27b0a2-01e3-4a7d-82b8-c63e7a8f6d00 a dho:Layer ;
+    dho:chargedWith dhd:a57baaa8-0b6a-4139-b01c-3a80ab731e52,
+        dhd:e8d825cf-ebf6-46aa-b53a-19eda87bab21 ;
+    dho:hasCharge1 dhd:e4ead5a3-2202-4c8f-b6db-4f89fd29e099 .
+
+dhd:de6b777e-3919-4e7c-9aa8-8c28b374d5b5 a dho:Book ;
+    dho:chargedWith dhd:616115ec-ef57-4aac-831a-b951bb9a7f50,
+        dhd:d5ee6ad7-467e-4a13-9a8c-c193b32216f1 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:de984b4e-cda2-402e-903c-371cd7664ee6 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:de9ca45e-f1db-459a-bd8f-edce844f6b83 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:deae5433-b93d-4b1c-8b1e-d594bb9a125f a dho:Layer ;
+    dho:hasCharge1 dhd:89f33a2f-de91-4b44-a881-b87c2b96488a .
+
+dhd:deb74544-9709-44b4-b66a-125a7a2892f6 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:debc0848-67c7-44a3-a902-0d45373604b4 dho:hasPattern dho:Barry .
+
+dhd:dee55b5a-a3f5-4943-8c43-5dbdb9bcf671 a dho:Field ;
+    dho:hasSeme dhd:184cf8c5-d692-4c16-9a54-b74f10615c98 ;
+    dho:hasTincture dho:Azure .
+
+dhd:deeb0e81-29ca-447c-b30d-ed12afbd529a a dho:Layer ;
+    dho:hasCharge1 dhd:5c6d6c93-e75d-42f1-afc6-9ae6567781b1 .
+
+dhd:df2098f3-0b3c-4986-b524-ce317f002227 a dho:Layer ;
+    dho:chargedWith dhd:02e11609-aec8-4386-8d77-f66e52e3b7fc,
+        dhd:9e4b8bfb-3b46-4267-9d01-f436fec59281 ;
+    dho:hasCharge1 dhd:2afc438b-8b3e-45b1-bd50-e68a302d9db2 .
+
+dhd:df2a483c-769a-4fc8-bdd7-2425246326b0 a dho:InSaltire .
+
+dhd:df43376e-5172-4ddb-aca7-4593e3115281 a dho:Layer ;
+    dho:hasCharge1 dhd:1f9d08e4-b5f7-4bc4-8dfe-f73682059bce .
+
+dhd:df7a1ab5-0973-4d12-8419-6c6e11c1c479 a dho:Layer ;
+    dho:hasCharge1 dhd:e2a20d93-5763-4c06-bf98-4d44594a1942 .
+
+dhd:df9921fb-8835-40fb-a078-d813f9cb92ec a dho:InPale .
+
+dhd:df992ccc-e2db-49e7-a188-72a3a3ab3554 a dho:Layer ;
+    dho:hasCharge1 dhd:e0a7ded0-9672-4579-9aec-96cfa4e4941a .
+
+dhd:df9eca59-9052-4027-a827-299613f65d3d a dho:Chevron ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:dfa31216-8c0e-48fb-8d16-1bfe7a4e8dbd a dho:Issant .
+
+dhd:dfae28fe-0b16-4efb-9411-25ed484c72e7 a dho:Layer ;
+    dho:hasCharge1 dhd:61a99ffa-c701-4179-b1ad-eec1cd9037d7 .
+
+dhd:dfba27df-5772-47c4-ad00-ed8765b3883d a dho:Rampant .
+
+dhd:dfc4584e-3175-4cb6-9124-7eb90de42b10 a dho:Field ;
+    dho:hasSeme dhd:0f3deed0-8a59-4c1d-9c4d-45aaac597f7f ;
+    dho:hasTincture dho:Azure .
+
+dhd:dfc61fb4-884b-457a-ab19-208dd54a5212 a <http://digitalheraldry.org/digital-heraldry-ontology#(3:3)> .
+
+dhd:dfcc5434-1943-43a7-b30e-a0f1021826ee a dho:Layer ;
+    dho:hasCharge1 dhd:b614395e-6e14-4c0f-ac89-ea5ef1a29f65 .
+
+dhd:dfd125ea-7dc1-48d8-98b9-feaaaedc8902 a dho:Layer ;
+    dho:accompaniedBy dhd:2203bf49-d331-4eb0-9134-e9ced2806505,
+        dhd:ed34fa1c-5419-4160-8129-1adde2d67b11 ;
+    dho:hasCharge1 dhd:6cf7e54a-ccdd-46e4-a63b-1d723c2866b3 .
+
+dhd:dfee6dde-38f8-4323-8fdf-c896849db80b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e00a8b7f-3011-47d9-bdf9-740aae1cd197 a dho:Layer ;
+    dho:hasCharge1 dhd:f635dc24-f234-4901-acf4-1b3121f60f35 .
+
+dhd:e00aad20-ce44-4380-b12e-653935fcc08d a dho:BullsFace ;
+    dho:hasModifier dhd:52a89b35-1885-485e-b137-0d881293ba37 ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Or .
+
+dhd:e0197e25-7197-4cbb-afbf-a5f8eb727129 dho:hasPattern dho:Compony .
+
+dhd:e01cf89e-ad35-48af-ab6d-f04d503e8240 a dho:Barbel ;
+    dho:arranged dhd:9485e76d-8f73-4c89-bb63-e28237121453 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:e027fe30-4583-4164-b3fd-6c5e8ba33608 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e030ef44-d712-4a1a-af5d-149d5bb5c429 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:e0321b47-ba65-4ca5-a121-099eeaed5779 a dho:Segreant .
+
+dhd:e0412847-8fac-4d6e-8b56-c17d3c812a74 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:e0665a14-e8a5-4347-86a3-844562692c0c a dho:Escutcheon ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e07e3419-e14c-4c5f-b8e9-680a168e40d7 a dho:Addorsed .
+
+dhd:e084c31f-d07e-499e-86f1-c8bad9dae164 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:e09ad538-c316-45a9-97c2-ba0ae64c8bae a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:e0a7ded0-9672-4579-9aec-96cfa4e4941a a dho:Lion ;
+    dho:hasModifier dhd:3ebd9893-d026-4a3b-b0f3-d03cc2203142 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:e0ac6f78-14e2-48ff-98d5-355803daac8c a dho:Lion ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e0c07e8b-1a41-4db8-9713-ec5eefec8dd6 a dho:Crowned .
+
+dhd:e0d1f833-74b4-48af-a8ca-aa68c3498cd4 a dho:Fess ;
+    dho:hasLine dho:Dancetty ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:e0df4d7d-2183-4c43-aa5a-04d9087effd7 a dho:Crowned .
+
+dhd:e13083e7-3a4c-4781-bf67-bd68658c2a6f a dho:Segreant .
+
+dhd:e14ca9da-2625-434c-8e41-0c1ad5e9094c a dho:Seme ;
+    dho:hasSeme dho:SemyOfHearts ;
+    dho:hasTincture dho:Gules .
+
+dhd:e15ef04a-5928-476e-b5d4-9a5f637c97c1 a dho:Layer ;
+    dho:hasCharge1 dhd:76903dd8-b660-4625-bac7-b35fd01373ac .
+
+dhd:e172ef6f-5501-4341-9d16-5ab4cb01d1e2 a dho:Guardant .
+
+dhd:e18973bb-68a6-4319-93a7-14ddf424eedb a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:e1922758-d7b1-494d-b8d0-df0c2bf74c7d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e19c9c86-4473-47fb-a731-4a1a893157ef a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:e1ae2326-34de-4a9e-98e6-e85a29685c25 a dho:Layer ;
+    dho:hasCharge1 dhd:e54118fe-e5a4-4400-a96d-434872a61904 .
+
+dhd:e1d71faf-c510-4328-8f52-0d47b8873049 a dho:Field .
+
+dhd:e1efa49b-5778-4083-81e6-57c6f03981f3 a dho:Layer ;
+    dho:hasCharge1 dhd:304b04a2-e145-4d5f-a95b-18be7e399cd0 .
+
+dhd:e1f36a63-19ef-4651-be7a-3a825f1e5278 a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Or .
+
+dhd:e20682c0-d4c4-464e-aeee-df7b9d48692c a dho:Field ;
+    dho:hasSeme dhd:040766a3-5a5d-4877-8e51-cbf431d62305 ;
+    dho:hasTincture dho:Azure .
+
+dhd:e213d400-517e-4a3f-b1b5-769647344d40 a dho:Lion ;
+    dho:hasModifier dhd:883669cb-dfef-4d66-9460-db2938629511 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:e2169637-724a-459c-8904-ae0c072f75f7 a dho:Field ;
+    dho:hasTincture dho:Missing .
+
+dhd:e228a536-ac62-49c6-97fd-d4dfb047ff76 a dho:Chevron ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e22b7963-666b-444a-b54f-f7648fcbd74c a dho:Saltire ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e247af82-78a0-4ca8-8a48-5c4f2f7368d0 a dho:Field ;
+    dho:hasPattern dho:Tierced ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Argent ;
+    dho:hasTincture3 dho:Gules .
+
+dhd:e2538558-6aef-42c7-a455-43d4439fb66f a dho:PerPale .
+
+dhd:e25594ab-6ec1-4212-a436-113fedd4a5a0 dho:hasPattern dho:Barry .
+
+dhd:e262d5b0-d162-43d5-9696-544d1bf8414d a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e28c068c-5440-4cbb-b33e-63eb81d8f3c1 a dho:Doubleheaded .
+
+dhd:e29b3d48-5860-4127-bb8c-0b268407d853 a dho:Field .
+
+dhd:e2a20d93-5763-4c06-bf98-4d44594a1942 a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:e2ae66be-4dd9-4178-9753-e9cd8b5e7677 a dho:Layer ;
+    dho:accompaniedBy dhd:c2abbabd-a4a8-41ad-a701-72899e1a293d,
+        dhd:d061b94a-2bc6-410f-9a54-c2f1a7438de7 ;
+    dho:hasCharge1 dhd:a3f2ae49-8c76-4425-badf-b1fd3db651cb .
+
+dhd:e2d111a1-c355-49cd-b380-3a22bd02767b a dho:Layer ;
+    dho:hasCharge1 dhd:7a77b604-31e7-424c-a542-3abb807c5695 .
+
+dhd:e2dd4d06-1628-41d4-8093-a5498ae46b2a dho:hasPattern dho:Compony .
+
+dhd:e2f73c85-9be4-49de-a259-e7a7cbe45523 a dho:Bend ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:e3315baf-a577-4268-a55a-63ab4b6691dc a dho:Layer ;
+    dho:hasCharge1 dhd:911fdb0e-1888-4845-a190-4e75ebf8527e .
+
+dhd:e381b72c-10d3-4de9-8cd8-911e86fa6098 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e38886a5-5087-43ba-856d-0e4706f746e3 a dho:Lion ;
+    dho:hasModifier dhd:5a9bab4a-5900-4429-a9f8-35b1201fa1f9,
+        dhd:fa5910a4-9b9a-4f53-92db-3d32d055c668 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:e38c458f-d444-4340-b759-8ee0216cf4dc a dho:InPale .
+
+dhd:e3995ea5-e860-4196-9d46-59cb04e29096 a dho:Field ;
+    dho:hasSeme dhd:d71524b5-71c4-4752-ba26-e221af8277a6 ;
+    dho:hasTincture dho:Azure .
+
+dhd:e3d06ccc-9cc2-4e61-b723-317b8acf7d5a a dho:Lion ;
+    dho:hasModifier dhd:4683fe7e-b967-4c36-a258-cf709d7fbf6e ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:e3d59364-f44e-4430-a072-ea22273f33c7 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:e3dc04ab-9182-4c85-9528-74bd859aa38a a dho:Fess ;
+    dho:hasPattern dhd:6e6a7bd9-cdd8-409f-ad7f-8e9615724d25 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:e413b37d-ab84-4d23-bf10-043c0a6c6380 a dho:Layer ;
+    dho:hasCharge1 dhd:023fa488-8a1d-4a25-be3d-7687cb75117a .
+
+dhd:e416fd50-60f9-4c4e-ad7a-097672ab2941 a dho:Layer ;
+    dho:hasCharge1 dhd:e9beff9f-aa28-4634-84f7-1fb58e13fb0b .
+
+dhd:e4233135-e2ee-48a0-8932-e1cdbcfc9124 a dho:Issant .
+
+dhd:e4250430-5e80-4e0f-9688-7d91e5ca69c7 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e42add9c-430e-459d-9406-8bdd5f1ae024 a dho:Pouch ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:e45999e4-b911-4d9a-a53e-2e3795435a39 a dho:Fretty ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:e45e67eb-0e45-47dc-8657-0d0866a15c64 a dho:Layer ;
+    dho:hasCharge1 dhd:8bb7860a-dc0f-4738-aa59-432df5c26618 .
+
+dhd:e461e810-2d8a-4086-88bb-4e1b5ee7506d a dho:QueueFourchy .
+
+dhd:e472d4cd-9ab0-47d9-a1fb-1e2d4c92e1a7 a dho:Layer ;
+    dho:hasCharge1 dhd:40a97215-687c-4f15-9aa3-d1810180c118 .
+
+dhd:e48f60fe-b7cf-4183-9b24-e2caf59cd3ae a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:e49ad4d8-107e-41ce-a45f-4c83b6a56935 a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable ;
+    dho:inChf dhd:00854e48-ac80-420f-a451-a01f64096b4e .
+
+dhd:e49c6396-a806-4d46-aed6-b61528d4cbb7 a dho:Layer ;
+    dho:hasCharge1 dhd:4cb30439-8614-4ea8-9838-cb0efe25f503 .
+
+dhd:e4a545c6-1a25-4841-a734-a9af5ce96903 a dho:Layer ;
+    dho:hasCharge1 dhd:82fa5d54-c2f2-4657-994b-8993afa0a1ec .
+
+dhd:e4a7ce9d-f5a5-404a-941f-457d51737127 a dho:Layer ;
+    dho:hasCharge1 dhd:e5c57e83-f675-45ea-94d0-a7a2d075842e .
+
+dhd:e4b32748-c29d-4215-af3f-3a92ddbb82ac a dho:Layer ;
+    dho:hasCharge1 dhd:c2755f5a-ee7b-46df-9044-4ec350073afe .
+
+dhd:e4bd0d8d-3cd3-497b-9d18-40df2abb0fa4 a dho:Chief ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:e4c20e6e-07ba-4105-96f4-d97516cb4736 a dho:Bend ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e4d57ff0-1c21-44d9-829e-884ec7646418 a dho:Field ;
+    dho:hasTincture dho:Ermine .
+
+dhd:e4d7f9d3-91ac-4e0f-bd52-7b489b2681f0 a dho:Seme ;
+    dho:hasSeme dho:Crusily ;
+    dho:hasTincture dho:Sable .
+
+dhd:e4da7419-aaa0-42a6-b95d-2f1ed8fdd0be a dho:Field .
+
+dhd:e4e2491a-5ca4-4ebe-9ed0-c8090b639f74 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:e4e9ef4f-abf5-4b59-ba5e-f1e9451f4d9f a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:e4ead5a3-2202-4c8f-b6db-4f89fd29e099 a dho:Saltire ;
+    dho:chargedWith dhd:a57baaa8-0b6a-4139-b01c-3a80ab731e52,
+        dhd:e8d825cf-ebf6-46aa-b53a-19eda87bab21 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:e4ebd7dd-fe19-4b51-9225-0ebf2018726a a dho:Layer ;
+    dho:hasCharge1 dhd:85b1b9f0-a909-4acc-a069-1ba4e7372d67 .
+
+dhd:e509b1bd-21af-4d08-a55c-d9ab42f15077 a dho:Tower ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:e52aff36-90e5-408a-a5eb-901e7e8a5cfa a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:e533660e-e7be-4657-8054-4b5b6b92d394 a dho:Langued .
+
+dhd:e534198a-7fd2-4d7c-b6c3-4800e770e65d a dho:Field ;
+    dho:hasPattern dho:Paly ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:e538d286-bdd7-4ae7-8dfb-375f10268f61 a dho:Rose ;
+    dho:hasModifier dhd:068337c3-4b6b-4a56-a6f0-094c830475a5 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e54118fe-e5a4-4400-a96d-434872a61904 a dho:Lion ;
+    dho:hasModifier dhd:a7901f1d-727b-4fc7-beff-54d34496f535,
+        dhd:b1e0f3b6-e443-4b8b-b4ec-1d4b41f2c358 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:e547db0c-68bb-499e-9801-576f1718c659 a dho:Layer ;
+    dho:hasCharge1 dhd:6c612a02-e080-4edb-8254-79d3cb41d467 .
+
+dhd:e5786d9f-c2ea-4e94-be56-53fa2ef7ab76 a dho:ReedMace ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure ;
+    dho:on dhd:36953cb2-c08d-4e09-aab3-17620d196b49,
+        dhd:6679bac8-9dcf-4efb-b8ac-05427d0f505c .
+
+dhd:e591d5b3-3e44-482b-a305-34767604e8dd a dho:Layer ;
+    dho:hasCharge1 dhd:11b767e6-c9a6-4d8d-841c-0a78d2530a19 .
+
+dhd:e5a0589a-3af3-4182-b6c6-08d89c2b37eb a dho:Gamb ;
+    dho:arranged dhd:e2538558-6aef-42c7-a455-43d4439fb66f ;
+    dho:hasTincture1 dho:Sable ;
+    dho:isstSn dhd:a4dfd7ed-1d0c-4a56-9b84-8041e49dacf9 .
+
+dhd:e5a230f0-b42f-4937-bed5-07d87612de45 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e5a394ee-8e19-4f07-9568-d11e7a4aca03 a dho:Layer ;
+    dho:hasCharge1 dhd:bea0c127-13b5-45fb-bb33-cd8c6b3f7206 .
+
+dhd:e5a65031-6457-40a3-96f5-b7a7bd01658b a dho:Bar ;
+    dho:hasNumber 2 ;
+    dho:hasPattern dhd:f7d41c3b-1a1b-40a1-a49d-b777e604dac6 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:e5c57e83-f675-45ea-94d0-a7a2d075842e a dho:Griffin ;
+    dho:hasModifier dhd:a3696f35-4651-4fcc-8c42-f08b517aa928 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:e5cd5cd5-0b69-4ace-adde-2d4646ca2054 dho:hasPattern dho:Checky .
+
+dhd:e5ecf218-ad81-4e5c-890b-78dc86d05aca a dho:Bend ;
+    dho:hasPattern dhd:d8791628-5dbb-4cbf-898a-5dce5cf83a3f .
+
+dhd:e5fd06f9-7c33-4d43-b85d-be9d6b37eb0c a dho:Layer ;
+    dho:chargedWith dhd:294bb993-8f01-4f85-a164-ea8412e36cf5,
+        dhd:a85792ef-d11f-43c9-8e56-ce85e3b99c5b ;
+    dho:hasCharge1 dhd:fb9d1f5c-edff-4a70-b904-051fc9a92101 .
+
+dhd:e61e83dd-6889-46b1-8938-2731744e27d2 a dho:Rampant .
+
+dhd:e62b67ed-0962-468a-934f-2c3a8d356064 a dho:Rampant .
+
+dhd:e6386ec8-ed00-450c-abd6-eb8cc6cc80ed a dho:Crowned .
+
+dhd:e646c4b5-ecc2-439f-a244-5c1f4b16c3e5 a dho:Armed .
+
+dhd:e64aecad-7303-40d5-8ed2-9c9d7fd5ff2b a dho:Layer ;
+    dho:accompaniedBy dhd:7d75eeb6-4cba-4e78-a931-2a707be66e42,
+        dhd:b867645d-eb64-4c6f-8826-5e26b9aa18f2 ;
+    dho:hasCharge1 dhd:ca3768ad-81fc-4c6f-b060-c6442c22398b .
+
+dhd:e66d2d3a-31e6-4e16-a855-a56a1e0d2b95 a dho:QueueFourchy .
+
+dhd:e6a85021-db77-4dad-bdcf-33a480724b41 a dho:Layer ;
+    dho:chargedWith dhd:14260e6c-366f-41f1-a5c4-1a3f39c3f14b,
+        dhd:5513007b-7967-4757-b6a8-7c1b3ef83fa1 ;
+    dho:hasCharge1 dhd:0f627ea8-e7d7-4350-a1e7-a55808ee3dd0 .
+
+dhd:e6c384fe-238e-446a-ac4e-29fae25e74a1 a dho:Layer ;
+    dho:hasCharge1 dhd:3778ca01-6acf-437d-9199-04474e4c91ac .
+
+dhd:e6c5339d-c637-403d-9782-86038ff30e09 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:e6d70637-84fb-47ff-9c1c-d86b9f4e32a0 a dho:Layer ;
+    dho:hasCharge1 dhd:4ca661c9-109b-4d93-91ed-c66005de4934 .
+
+dhd:e6d7a2c3-4fc4-47a8-826f-223ac825b58d a dho:Layer ;
+    dho:hasCharge1 dhd:86f5f370-708e-419d-8eb4-a77dae9b1ef3 .
+
+dhd:e6e125d9-5947-4eb3-8437-4be83fb91287 a dho:Fretty ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e6e73ba1-89e8-4643-b774-106d749f70ad a dho:Layer ;
+    dho:hasCharge1 dhd:f9ba5989-95ca-4cb8-8dea-51cf09c55d41 .
+
+dhd:e71617fe-0cfc-4d77-9017-45060f147aab a dho:Chief ;
+    dho:chargedWith dhd:0aef9314-2bfb-416a-a097-49b987ca7276,
+        dhd:2e0d6ac0-e236-4723-a7f4-68f479129ab0 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e72cfb2f-e9c8-4d37-abab-df8981fa731a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e734c97b-eb2c-46a3-92c4-0812e1415dd4 a dho:Field .
+
+dhd:e7468457-cb9d-4048-8ef1-096ff4cdea38 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e746dfed-12ff-4473-b74e-173922d054f3 a dho:Rampant .
+
+dhd:e761cf31-5bfd-44ca-8023-bf0c7e460669 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:e7627448-d2be-43d6-8226-4d04eae5d8bb a dho:CrossFormy ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e7631393-f24d-403a-a72f-ff0733cde7c8 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:e7653bc5-a301-4c00-8eaa-351d417d38d4 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:e77653ba-cbfb-421a-85cb-b0e1ed0689e2 a dho:Layer ;
+    dho:hasCharge1 dhd:a175062b-9a65-4c81-bd8d-f14094bbff66 .
+
+dhd:e7b9c8fb-5d1e-4c65-a95b-f0c3358f26e2 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:e7d7213e-223c-4b0b-9684-52c062a6aed2 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e80350e2-32c5-40ab-ab2f-9c54d70ca6ab a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:e813b14c-63e5-471a-99c4-3c7561568baa a dho:Layer ;
+    dho:hasCharge1 dhd:553b5046-49e9-4e34-a28e-68cc9e287638 .
+
+dhd:e8234ac1-bb7a-4ebf-aad5-074a7401d138 a dho:Layer ;
+    dho:accompaniedBy dhd:50fcff88-afd3-47f5-bc89-44298ae6915d,
+        dhd:a08c3d24-3cb1-4ca6-be84-2502cfec8240 ;
+    dho:hasCharge1 dhd:7d2ee19f-a355-4287-ba6f-56392e6d6d8d .
+
+dhd:e84f387c-76e1-4dfb-9fc0-6a5aa2bbbefd a dho:BendOfLozenges ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e85f7902-eb0a-48dc-a765-c76b27dfcad1 a dho:Castle ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e86f5251-6bce-48d8-9565-d1f340f11b08 a dho:Lion ;
+    dho:arranged dhd:ec59f2b9-be0b-47e5-adae-bfb9a76cbfcc ;
+    dho:hasModifier dhd:37255320-3bc2-4a01-b632-2e980c21a23d ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:e8770a4e-bcf8-4d2a-929c-0c8a2509c962 a dho:Border ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:e87c1e2a-7c8b-48af-89f2-b94069d181d6 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:e89cef4a-a247-4fb3-b977-6d00863a7cac a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e8a21862-975d-4d4f-b8a5-24bc89414a58 a dho:Trumpet ;
+    dho:arranged dhd:f77a03b0-ad40-4b18-a331-d1a3705b61f6 ;
+    dho:hasModifier dhd:ff98c2cf-cabf-4887-b12b-8cd00b855c44 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e8b04b55-bbc2-48ea-a70b-fa0a63cede98 a dho:Rampant .
+
+dhd:e8b1869d-c612-4536-8ffc-2f2c1579d817 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:e8e5e13a-60e7-4c83-8244-a165be380b46 a dho:Layer ;
+    dho:hasCharge1 dhd:8f19c4e1-97ba-4d79-85dc-80b3a73ab230 .
+
+dhd:e8ee33fe-e25b-4277-bf8b-e904d3ff911a a dho:Pale ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:e8f4fdf3-bed8-4202-a9cd-3380786cf327 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e90fd0fe-2016-4a81-bc91-4a05948d019e a dho:PiedNouri .
+
+dhd:e9278324-ce1d-428f-abf6-bb2c1111959a a dho:Field .
+
+dhd:e92b4bbc-8f02-4c21-a211-e688ce6095ff a dho:Rampant .
+
+dhd:e9462d1f-4c03-4a38-982f-a21d18df4b03 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:e953c165-a122-4b0a-ab91-faa8f0c2039a a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e957bdb7-fe80-474c-a235-462f08214859 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e97db79c-dd11-4be7-a9d6-1f5dc36b6afa a dho:Layer ;
+    dho:hasCharge1 dhd:ee35dbfc-3c07-4b90-86b7-0d0748034241 .
+
+dhd:e98f70b2-3f0f-4edf-9078-ca81b2a83771 a dho:Rampant .
+
+dhd:e9985c05-ba0d-45da-a66e-8072c1623cc5 a dho:Lion ;
+    dho:hasModifier dhd:15693107-a4fc-4896-a8be-de5a0f7bbf47,
+        dhd:47d141d1-db5b-463e-bdc7-33626f0bc1de ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:e9aab280-fee9-4d43-9330-c8e7a1908668 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:e9beff9f-aa28-4634-84f7-1fb58e13fb0b a dho:Panther ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:e9c2e8b6-7a6c-44a0-956e-b99f1579fc6a a dho:Crowned .
+
+dhd:e9c4d8dd-686a-40ba-b86a-34522ddd415e a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:e9dee223-321e-4a4c-a015-8e727a29d1e5 a dho:Crowned .
+
+dhd:ea11d37c-8998-4b39-b70d-a72ac7cecb37 a dho:Pale ;
+    dho:chargedWith dhd:cf29d67a-46b4-4f4d-b561-d396cd1cda87,
+        dhd:d25f7268-2aba-4d16-89cf-422a8a17f689 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ea29e1bf-1ef2-423e-8e31-346f5409c43e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:ea2eb795-7bdc-4cb2-8a09-76163f74bfcf a dho:Layer ;
+    dho:hasCharge1 dhd:487fe6d6-7a79-49cc-b472-36ef45ade719 .
+
+dhd:ea2f574b-7f48-41c1-bf40-cc554b35b071 a dho:Layer ;
+    dho:accompaniedBy dhd:c00948b0-ffcc-47be-8467-f8a12ffca450,
+        dhd:e4632650-ea40-455c-a576-7a8b5273db1c ;
+    dho:hasCharge1 dhd:56e01896-8068-49ad-8a5d-17fe02a313e7 .
+
+dhd:ea35c11b-42e2-488c-ab33-e0489189a561 a dho:Rampant .
+
+dhd:ea3cfd31-1d0c-4b7b-b535-1d54b4c98b4e a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:ea6ed709-afae-480d-b40b-0032d8f73054 a dho:Eagle ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:ea98b210-8cf4-4a89-b9ea-1e64b62c1cfa a dho:Layer ;
+    dho:hasCharge1 dhd:3bd50f94-7099-40bc-8e2b-3b95594502f7 .
+
+dhd:eaa18105-ca47-486a-867f-11a869558445 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:eabe50c1-535e-4375-a8c1-861984f35b80 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ead4b23d-2762-454a-a917-c4cc13d9f531 a dho:Layer ;
+    dho:hasCharge1 dhd:34688abb-7ea1-4848-838a-f3eea754c6bb .
+
+dhd:eae22617-3c2b-4120-85ec-113602b2730e a dho:Layer ;
+    dho:accompaniedBy dhd:70f55f66-9e2e-434a-b3bb-2f49adaf5564,
+        dhd:957b4b8d-241d-4e32-ba07-4e6847307f2a ;
+    dho:hasCharge1 dhd:69d1e3cc-691c-49c9-8fae-19fa8c1f0a90 .
+
+dhd:eae548ab-2e30-4d73-a56e-a50b627ffb10 a dho:Fleur-De-Lis ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:eae96658-99d5-462d-bd59-621abab31f0c a dho:Armed .
+
+dhd:eafd0cf3-3d01-48ba-9858-dae3970cd8f9 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:eb111695-7346-401f-bc44-c2920192f11e a dho:Layer ;
+    dho:hasCharge1 dhd:f876c98b-4be7-4a15-8049-a24378513df7 .
+
+dhd:eb1dec1f-e2f8-4b62-b074-d57e305d932e a dho:Saltire ;
+    dho:accompaniedBy dhd:69d4088b-6ec6-4b58-a732-682dff757c2c,
+        dhd:a372e67a-7425-4cd7-93de-7908795bbf45 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:eb4733d4-a43a-40ee-9b7d-89beed66ab3f a dho:Layer ;
+    dho:hasCharge1 dhd:c32f0938-f274-4645-ba7f-f8961c3550ef .
+
+dhd:eb4a37f8-2eec-428c-90c4-14d6a29ea315 a dho:Lion ;
+    dho:hasModifier dhd:1e58a2cb-cfce-4096-b9dd-b8ac89f4bc9a ;
+    dho:hasPattern dhd:b436ab24-ad35-4b9f-8650-1df4594cc628 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:eb53c027-ecb5-44ee-953f-301269d2bb2a a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:eb5846f4-eee4-4459-8330-69625aa2329f a dho:Layer ;
+    dho:hasCharge1 dhd:80005eef-bfae-47da-a8cd-9fa427efa123 .
+
+dhd:eb696cb7-3c0f-4c73-a131-041f2a346c2c a dho:Layer ;
+    dho:hasCharge1 dhd:d800eaf4-c052-4672-b081-cc0e1fe4f601 .
+
+dhd:eb77845e-0e57-4a64-989b-dcb795dcb878 a dho:Layer ;
+    dho:hasCharge1 dhd:61bbc540-6ef4-491f-9c37-c08b3621b538 .
+
+dhd:eb7ba68b-b2fe-4178-8c52-79f99793fd9b a dho:Layer ;
+    dho:hasCharge1 dhd:0acbc04a-5756-4873-b545-733d5b54793d .
+
+dhd:eb889167-288b-4dd2-b3c4-c20c27083f89 a dho:Layer ;
+    dho:hasCharge1 dhd:c4cd44e1-7404-42c4-b94f-d0b39af2a4b1 .
+
+dhd:eb920c28-6e43-4587-9ad7-9a8c37f24156 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:eb944b61-b023-48aa-b058-57595c897d74 a dho:Issant .
+
+dhd:eb9db552-f6d6-4b11-814c-3f947ae01279 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:ebb50c1f-4a01-4dd0-922c-4edaabff7411 a dho:Rampant .
+
+dhd:ebbd5e3c-ff24-4cc2-abd5-137d7a76814e a dho:Layer ;
+    dho:hasCharge1 dhd:53b4204e-1da9-424c-b56a-eaa8ea9f8a98 .
+
+dhd:ebd152ae-d31f-4b4a-b469-db970b3adbd8 a dho:Chevron ;
+    dho:accompaniedBy dhd:6c5f27ae-3f59-400d-819a-d6f5eed0b02b,
+        dhd:882561da-bcae-4473-ae4b-f569220f70f7 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ebfdd817-3fcb-4f06-906b-8ca7e465648e a dho:Field ;
+    dho:hasPattern dho:Checky ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:ec151993-8bc7-4d05-bc59-03e427a0c016 a dho:Griffin ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:ec1a2b95-f007-4289-a646-95a77be1b8dc a dho:Fess ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ec1fb513-ac3c-4da4-9130-ea1abe98d7c3 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:ec264c66-aa4f-4192-8033-986dccb6634c a dho:Field .
+
+dhd:ec275156-7dc7-4e6d-b4d5-644fcf06ecc4 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ec2bb514-042f-4992-a668-020edd4d002b a dho:Layer ;
+    dho:hasCharge1 dhd:72ababfc-13a1-4d07-8c6e-88401bd94249 .
+
+dhd:ec2f40d9-faed-4b2b-b0d3-4039bf296499 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:ec3aba54-deb2-4a31-996a-68a043285939 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ec3c5eb5-dfc3-45b8-bd8d-2767192345b4 a dho:Layer ;
+    dho:hasCharge1 dhd:80d7223e-a3ce-468a-a378-c1a69e017a11 .
+
+dhd:ec45ab3b-5ed5-4cba-a86a-f51d545e6837 a dho:Armed .
+
+dhd:ec47f862-d358-4d34-ac60-a3c34ec8c326 a dho:Chief ;
+    dho:chargedWith dhd:175c6a2e-3fc6-425d-ad80-c3314e7c1923,
+        dhd:26bdbe75-aad6-47ef-ad17-f5fa268185d6 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ec59f2b9-be0b-47e5-adae-bfb9a76cbfcc a dho:Palewise .
+
+dhd:ec6d566e-e9dd-4403-ba21-703f45f2cc50 a dho:Pale ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ec7ae868-2e28-4446-b636-2ee2e394715c a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ec985282-91b5-4d51-aab0-99156863f190 a dho:Field ;
+    dho:hasSeme dhd:4859526b-0df4-4f08-88a7-6953cb6750a4 ;
+    dho:hasTincture dho:Azure .
+
+dhd:ec990e0c-07a5-4f95-9250-cd21ee20dcef a dho:Layer ;
+    dho:hasCharge1 dhd:0ec4562b-05e2-4e64-b179-ff22df8a1cb2 .
+
+dhd:ecc59d06-3866-4cca-a40a-0277571c6e42 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:ecd496d3-a45c-4078-9bd3-7804cc45df94 a dho:QueueFourchy .
+
+dhd:ece08491-a93a-4b1d-aa21-a6e47b74e9fe a dho:Lion ;
+    dho:hasModifier dhd:6f70894e-2473-4d37-96a1-42654f1a3f0d ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ece18a23-b0b6-4a53-baf1-3dc8f7e38775 a dho:Field ;
+    dho:hasPattern dho:Plain ;
+    dho:hasTincture dho:Azure .
+
+dhd:ece4e58d-d673-4db9-8321-d0e9858b643a a dho:Layer ;
+    dho:hasCharge1 dhd:a2472cf6-cc02-4683-bb56-dceb79b26ca1 .
+
+dhd:ed2792e8-b5ee-43b4-a102-7f0c990ccaa6 a dho:Label ;
+    dho:hasPattern dhd:6a96119f-f441-4bd6-a241-adbac4dde9b8 .
+
+dhd:ed2e6d72-b6ae-4568-b457-17275cd32355 a dho:Layer ;
+    dho:chargedWith dhd:2af1bf00-a782-4e68-bb54-c5ddaa20233f,
+        dhd:ef1294fb-f1ec-4bac-bfe4-555eb8643d6d ;
+    dho:hasCharge1 dhd:dc89ea9b-9ada-4db1-9f23-11ca6647e386 .
+
+dhd:ed314160-8d78-429d-981e-d468b169e54c a dho:Layer ;
+    dho:hasCharge1 dhd:fb33e1ab-2542-4f02-ad5f-95fe2bdd94c0 .
+
+dhd:ed5380d7-7414-4289-b926-1a75dab0181d a dho:Salient .
+
+dhd:edd45fbc-0328-47ef-a430-76d548e9b47a a dho:Helmet ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:edd55354-60c9-4521-ba7b-0bb021c17a4b a dho:Rampant .
+
+dhd:ede1d8f2-47af-4b87-9a62-dc17357679dc a dho:Rampant .
+
+dhd:edefba0b-9b22-431f-9914-b08d9314eacc a dho:Layer ;
+    dho:hasCharge1 dhd:bc0e8680-1490-463a-8cd4-348c5e476a97 .
+
+dhd:ee021dc7-e59b-4905-a130-aa9fba6e244b a dho:Fleur-De-Lis ;
+    dho:hasNumber 6 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ee0ab143-2d0b-4bff-bf37-f239443aff06 a dho:Chief ;
+    dho:chargedWith dhd:1a037776-698b-460a-acf4-8bae1cfbc4d2,
+        dhd:fa138440-d584-4072-953e-e1dcbb4becbe ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ee344cb4-5ead-4f84-93e1-f3bd855e39fa a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ee35dbfc-3c07-4b90-86b7-0d0748034241 a dho:Lion ;
+    dho:hasModifier dhd:8981e3c5-1dac-4310-b17f-08c82a04b621,
+        dhd:8a0a787b-46e4-498b-858d-130cdaa02e9e,
+        dhd:aa3e3c47-4367-4a6c-86d3-d24ea242bde8,
+        dhd:baf9c5f2-d65f-4f13-9ede-acafbd0ff893 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ee4f6a18-05d2-48f4-9c1f-aa8f88f95112 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:ee59d6c5-e586-4bc5-9db6-0bd0bbc1f398 a dho:Layer ;
+    dho:hasCharge1 dhd:d85702a5-86c0-4899-8f38-f14b852f565f .
+
+dhd:ee708be8-630a-4b7c-8e0f-321ad11b6c3a a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ee74b7a7-50cd-40e2-9809-89a540ad86ea a dho:Roundel ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ee832e48-e8d4-4efe-82f0-f6cf6e3983f1 a dho:Crowned .
+
+dhd:ee8c6e81-6fb4-4b1b-891d-905e754052dd a dho:Chief ;
+    dho:chargedWith dhd:9eeb3c15-ad4a-4bae-a472-c632c0f554b7,
+        dhd:f25ec8e5-69ac-4643-897f-dda96aea6d4e ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ee965530-81b6-4345-adae-76f6acf400ba a dho:Layer ;
+    dho:hasCharge1 dhd:1a24819c-bd02-423a-9c7c-a81384f244f0 .
+
+dhd:eeab05de-f056-4e39-81c6-fcddb9e55dfe a dho:Layer ;
+    dho:chargedWith dhd:1f5bc1c7-e7ea-4dfc-a055-66a9b22ba257,
+        dhd:4cb221b9-32ee-43dd-878d-22054bf0b0ca ;
+    dho:hasCharge1 dhd:bdd0de80-286f-4a30-bf35-3c18ec4fa199 .
+
+dhd:eeb9294e-5194-4577-9e1c-f6d8ad5c869d a dho:Lion ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:eecabf1d-5baf-4f23-a435-eeca093286d6 a dho:Of8Pt .
+
+dhd:eed76fb0-56e0-4aa0-9a77-108506eb15fd a dho:Empty ;
+    dho:hasPattern dhd:debc0848-67c7-44a3-a902-0d45373604b4 ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:eeddc68d-971d-435b-97c9-c44904e521b9 a dho:Field ;
+    dho:hasNumber "of 4" ;
+    dho:hasPattern dho:Paly ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:eeede6a8-b85a-4a48-8165-476a0b669cec a dho:Bar ;
+    dho:accompaniedBy dhd:2f39adf2-6b31-4c07-a86d-cd2134f1c621,
+        dhd:cb64c13b-71a3-4c2e-b095-6fe33cbec7d9 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:eef634ac-581c-4082-9fb4-1bd6634c06f7 a dho:FireBreathing .
+
+dhd:ef011934-8e44-47fa-a86f-088ab97f9bae a dho:Layer ;
+    dho:hasCharge1 dhd:89f79475-2942-400c-b595-b0bc196fc52b .
+
+dhd:ef032490-521b-445f-8474-ef84f8441eac a dho:Langued .
+
+dhd:ef13599d-c189-46c3-9629-c5ed6be5a048 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:ef3a86f8-8f97-4eec-8ad1-22484240d856 a dho:Lion ;
+    dho:hasModifier dhd:31831aa2-6445-4c96-8824-31c471a22e5c,
+        dhd:5444b4cd-e50b-448a-b533-4e2a021a145f,
+        dhd:63151ac2-f63f-4009-a62e-7a12fa73dd35 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:ef63c850-2171-4ff8-a97a-bddd6c0f5cb4 a dho:Layer ;
+    dho:hasCharge1 dhd:8e816d19-a78b-479b-bb12-298a160f3527 .
+
+dhd:ef94e0f9-feda-49aa-87f8-11a070d44d9e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:efa6b029-d432-4ac5-a3b0-6a49b9e0079a a dho:Layer ;
+    dho:chargedWith dhd:0e07b6d6-35f5-4694-84df-bb225b4f3562,
+        dhd:1ac5929b-2b21-4cec-954a-0ecdc585ef23 ;
+    dho:hasCharge1 dhd:d7197dda-801d-4ee8-bda7-ea17473bdd94 .
+
+dhd:efc02ac5-c0f8-496b-ba19-568e2fba8b40 a dho:Layer ;
+    dho:hasCharge1 dhd:24147215-b1c7-4cb7-b872-1bde61aface5 .
+
+dhd:efd3c710-a366-42d6-8a56-31b0203c0631 a dho:Layer ;
+    dho:hasCharge1 dhd:ccaf1c3a-7391-4e94-8fc9-6b9cd8a8de72 .
+
+dhd:efd817a8-099b-49bf-9c62-d37ac35d105f a dho:Lion ;
+    dho:hasModifier dhd:b5033222-303c-4eac-aa67-e07478c3d0ff ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:efe2e217-f595-44ff-95d6-564b0d231100 a dho:Lion ;
+    dho:hasModifier dhd:168039da-ffd8-4134-813e-d84465101f19,
+        dhd:91caaadc-cec2-4dc4-8f82-7f318262d49b,
+        dhd:eb944b61-b023-48aa-b058-57595c897d74 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:efe31c16-a9fc-4d7f-a4ee-d0c2c26bba03 a dho:Field ;
+    dho:hasPattern dho:Chevronny ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:f01a8a46-b967-45fd-baf0-1717532ab2ef a dho:Griffin ;
+    dho:hasModifier dhd:e13083e7-3a4c-4781-bf67-bd68658c2a6f ;
+    dho:hasTincture1 dho:Or .
+
+dhd:f0338a1c-6461-4001-843f-906e33dd2577 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:f05fccf1-cad3-4d83-9f30-d3329ccbd96c a dho:Layer ;
+    dho:hasCharge1 dhd:211bd614-ca61-4b15-b6b4-61d28e5ed3b7 .
+
+dhd:f0601c91-3663-4ca6-a499-370f65cf4434 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:f0633ddc-4306-4897-91ca-4cd5a03c5dbf a dho:Layer ;
+    dho:hasCharge1 dhd:7d3fe9bd-d992-4a3c-a8ec-03e8d9919350 .
+
+dhd:f06f70eb-4e76-4ca0-bf4e-f3d37400286d a dho:Lion ;
+    dho:hasTincture1 dho:P .
+
+dhd:f08eb5e0-ecd8-4494-9287-82ecb5be402b a dho:Field ;
+    dho:hasSeme dhd:ad4b28d4-d75b-4722-84e5-e68a7a101bb2 ;
+    dho:hasTincture dho:Azure .
+
+dhd:f090e940-8b65-40d7-b3f0-b0565bbaab75 a dho:CrossFormy ;
+    dho:hasTincture1 dho:Missing .
+
+dhd:f09dbb63-5b82-4a48-a50d-f27ab52872b0 a dho:Layer ;
+    dho:hasCharge1 dhd:66a7c0cd-4dbc-4913-80de-d3134ef313b5 .
+
+dhd:f0a7305e-2f69-49e3-a146-ec4752371848 a dho:Layer ;
+    dho:hasCharge1 dhd:618a9ad8-dc6f-4c12-b219-3cea9498aea8 .
+
+dhd:f0ad16eb-d0f3-4294-a24a-c714771da3a1 a dho:MaunchFisted ;
+    dho:hasTincture1 dho:Argent ;
+    dho:holding dhd:00853f1c-8590-4341-80ce-536a7109c947,
+        dhd:fd391c6e-71e3-4143-9f17-e1313a0cac71 .
+
+dhd:f0b2faa5-eb4b-4320-9a92-d6b7dce0bbe5 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:f0db7c76-57ae-46e8-afc0-85727d63d585 a dho:Layer ;
+    dho:hasCharge1 dhd:03893a69-d803-4845-bd22-7b5672e6ea18 .
+
+dhd:f0eaf662-567a-4900-813f-cdba98c7c483 a dho:Greyhound ;
+    dho:hasModifier dhd:b62bd1a5-65c3-4377-9f60-c2ed2e955976 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:f101dbd4-1f03-4791-ae1a-654c8f7e23ad a dho:Layer ;
+    dho:hasCharge1 dhd:abddfaca-b2ed-48d4-96d9-20ad15f17553 .
+
+dhd:f1340f0b-02fa-49ee-9c1f-bedc3eebb93a a dho:Issant .
+
+dhd:f15a25f3-36be-41d3-b2fa-55656fe97fca a dho:Cushion ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:f16021a8-6f76-43c8-b459-4a3adb990071 a dho:Layer ;
+    dho:hasCharge1 dhd:d32a0681-d2ae-4529-b13d-9e80078e32e8 .
+
+dhd:f19b22d9-fc3a-4ca5-811c-9c7144c33d67 a dho:Field ;
+    dho:hasPattern dho:Demi-Gironny ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:f1d4cf59-d693-47fa-acbb-0fe52186abcd a dho:Saltire ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:f1d5d85f-e8a0-4c49-9dfc-6245b9393655 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:f201c16a-bc7a-4eb1-9e16-fa06388d9824 a dho:Layer ;
+    dho:accompaniedBy dhd:13a37496-28c0-4cab-aba7-5ba08a2263d2,
+        dhd:171b4a5a-c80a-4033-88ef-7fdb89ad5c6d ;
+    dho:hasCharge1 dhd:2e79e468-17e9-4a60-86a4-3f31dd1b0aa0 .
+
+dhd:f226dbdb-95a3-4e1b-b377-79e322127341 a dho:Bird ;
+    dho:hasTincture1 dho:T .
+
+dhd:f22b082a-e9a8-4d53-a093-877c3e435119 a dho:Layer ;
+    dho:chargedWith dhd:cd4ce292-2b45-454a-9049-97972d09a31c,
+        dhd:e94cc5f2-61e0-4adf-b415-d3e91a0362d3 ;
+    dho:hasCharge1 dhd:c2ebe84f-b85c-457e-bd57-c788b177ec6b .
+
+dhd:f230bf0a-0b9f-4b04-965a-2837fa8229a7 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:f236928f-56f3-4f6f-99e4-5e8dc6d6718a a dho:Field .
+
+dhd:f236de88-3d81-4195-ae93-15176c6b68b3 a dho:Gamb ;
+    dho:arranged dhd:02e7664a-89d7-49b1-9125-bd57864f93e3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:f2546c21-73b4-463b-8a35-67411171abfb a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:f2843caf-6cc8-4286-9d92-65c72f5d76d7 a dho:Lion ;
+    dho:hasModifier dhd:3a213788-e88b-4add-beae-e1004c6f3814 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:f297a308-ed7a-49d5-a053-a306d62d5fa8 a dho:Langued .
+
+dhd:f2aa72bc-e7a6-4f77-aa8e-5c6961dbab5a a dho:Escutcheon ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:f2ee8ad8-902b-4770-882e-c2581c745453 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:f2f2fd49-30c8-42c8-b8e1-f932ec0c8656 a dho:Seme ;
+    dho:hasSeme dho:Billety ;
+    dho:hasTincture dho:Or .
+
+dhd:f3298ff8-7cc4-47a4-b617-880796070775 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:f32bb63f-6ee7-424c-8c58-2f9a55efec44 a dho:Layer ;
+    dho:hasCharge1 dhd:fdbebaa1-43c4-4f14-9d03-d1ff07575c32 .
+
+dhd:f363d9ca-e50c-4685-81cd-028fd34c69b3 a dho:Layer ;
+    dho:hasCharge1 dhd:235e146e-894f-47a2-aebc-fce57077dddb .
+
+dhd:f36d327f-6661-421f-a388-bf8dcb8c5537 a dho:Tower ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:f37c7fd0-e2a7-4eef-8f95-5090735de1ed a dho:Rampant .
+
+dhd:f39b946c-0006-4b66-8161-fc67dde37e53 a dho:Bluebell ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:f3a44a5b-1040-4df8-809f-4faf2ea31ef3 a dho:Saltire ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:f3b9f2c1-5554-441d-a073-58b8d3c524c9 a dho:Border ;
+    dho:hasPattern dhd:2d7cb291-c5ed-49cd-b570-23c9bb69d80c ;
+    dho:hasTincture1 dho:Sable ;
+    dho:hasTincture2 dho:Or .
+
+dhd:f3ba8aab-e78c-4a70-9fd7-90531a3fcf43 a dho:Layer ;
+    dho:accompaniedBy dhd:32d39680-8010-4702-8536-d79f182b2c36,
+        dhd:385d7b26-bdb0-4e3d-b24c-8791d65409b5 ;
+    dho:hasCharge1 dhd:716045ca-75d6-426c-a943-54376f4262e0 .
+
+dhd:f3c16e14-ab41-4898-a40e-a769b984baa7 a dho:Field ;
+    dho:hasPattern dho:Barruly ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:f3dead35-e992-4a70-9c35-f032ef4f55d0 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:f431458b-625f-4b38-90bb-deaf38ef73b1 a <http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> .
+
+dhd:f446b1ec-c20d-46ce-a13e-99204c86dd14 a dho:Cross ;
+    dho:chargedWith dhd:051b653c-135d-40f4-9485-3009292a25c0,
+        dhd:0d2263b9-0bf6-41d5-b6c1-a163ac836604 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:f458bc07-be58-4b51-8af3-e2bc31ddc1c9 a dho:Layer ;
+    dho:hasCharge1 dhd:6f19155f-61e9-4661-8c3f-c335ed0f8280 .
+
+dhd:f46ec5f7-6bc9-42de-bd4a-810adf8dda07 a dho:Cross ;
+    dho:accompaniedBy dhd:55405f85-3aac-4274-bd11-3de20a5f053c,
+        dhd:dcc3e5ef-2d42-4715-8322-6a1ce1c94015 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:f4864416-53ee-4f51-98dc-098a5e6d89bb a dho:Layer ;
+    dho:hasCharge1 dhd:bf5bf265-6395-4210-99df-82310c0915c1 .
+
+dhd:f49ec7a7-cd9c-41ae-a415-794cc067b2c8 a dho:Lion ;
+    dho:accompaniedBy dhd:098a2729-3574-44d1-8ce3-701f0d5f481b,
+        dhd:cd57d507-145b-4f42-b2d7-53260def71a0 ;
+    dho:hasModifier dhd:3e0b7201-7fac-4995-9ee5-56753398d14f,
+        dhd:b3db5e1c-075f-463e-8d78-4a4488b3b5d2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:f4d8294f-8bab-49f5-befc-194847375bc6 a dho:Layer ;
+    dho:hasCharge1 dhd:db8d5dcc-d943-4a28-b338-9c4d1cae1195 .
+
+dhd:f4f9a832-8626-49b5-8b4f-e7ef80fb9737 dho:hasPattern dho:Barry .
+
+dhd:f4fc73a9-82db-4c7b-87ee-966f96b0082e a dho:Layer ;
+    dho:accompaniedBy dhd:6c5f27ae-3f59-400d-819a-d6f5eed0b02b,
+        dhd:882561da-bcae-4473-ae4b-f569220f70f7 ;
+    dho:hasCharge1 dhd:ebd152ae-d31f-4b4a-b469-db970b3adbd8 .
+
+dhd:f51382c0-4a77-4d6e-8538-2733d5f75ad6 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:f537f967-1ac2-4e8a-8ad1-cd8aa92388da a dho:Curled .
+
+dhd:f54cdc1a-6708-444b-92d6-dbb3d2538ac8 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:f554b623-a68c-42a8-9498-3acb5706d535 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:f56f78fa-563f-4018-8ad0-6b694d93bdcf a dho:Lozenge ;
+    dho:arranged dhd:31012999-a6cd-4587-9859-94abe775d2fd ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:f576a1c7-9e14-4d02-978d-109c75ded626 a dho:Layer ;
+    dho:hasCharge1 dhd:723e47da-fb53-4c9e-bf84-17af1e3caf56 .
+
+dhd:f58c6e09-5a14-45dd-b92b-87416866a7db a dho:Lion ;
+    dho:hasModifier dhd:64ade7de-b2f7-49ed-a3d6-8b14f8d71b37 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:f5960f31-34d5-4cb8-b438-8eeae65053f5 a dho:Layer ;
+    dho:hasCharge1 dhd:5b66d896-4878-4331-a33a-5298e607ac36 .
+
+dhd:f5a80b1b-86b8-47dd-807c-b9f83d2c4802 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:f5bca011-89c3-4af7-a5c2-7eb2c7b2de0b a dho:Field .
+
+dhd:f5bd4109-3317-4006-bbfe-0f8f301afcd9 a dho:Lion ;
+    dho:hasModifier dhd:6bc4fb7b-1683-4252-a9b1-68dac08c4457 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:f5be9b29-01f9-44e6-a269-82e2919bf6cf a dho:Passant .
+
+dhd:f5c4f17a-6819-4554-a236-3418f6dd41aa a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:f5ca96c2-ed0e-4646-91f0-e407fe319e30 a dho:Layer ;
+    dho:hasCharge1 dhd:14341838-a7f5-44b0-8bea-f134b30b41ab .
+
+dhd:f5d52a31-63c6-4061-9608-188efda0c9c0 a dho:Birdcage ;
+    dho:hasTincture1 dho:Or .
+
+dhd:f5f33fa5-4650-4de1-9753-5c3833402ed1 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:f603affa-aa29-4d5f-af92-618042252f10 a dho:Field ;
+    dho:hasSeme dhd:9bf1eccd-b944-4673-9eb2-d538fcf371df ;
+    dho:hasTincture dho:Gules .
+
+dhd:f60a21b4-9b01-40d5-9be6-508749647cba a dho:Layer ;
+    dho:hasCharge1 dhd:8ba2bfb6-7893-4bc5-9916-bd52bbca891f .
+
+dhd:f62777cc-630f-494b-8743-0bba0a0a1cb8 a dho:Bugle-Horn ;
+    dho:arranged dhd:09729135-3d01-4ca7-947c-5b78ce0aad80 ;
+    dho:hasModifier dhd:4d94305c-864c-4af4-81c5-e61cbcb32dc2 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Sable ;
+    dho:on dhd:679428c7-9e0e-4762-9d93-d070a885d33e,
+        dhd:db7a08e9-9d05-4257-8c5f-caaf3aef81f3 .
+
+dhd:f6342e1a-9f02-480e-9faf-89dd8d5e56ce a dho:Chief ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:f635dc24-f234-4901-acf4-1b3121f60f35 a dho:Crescent ;
+    dho:arranged dhd:f431458b-625f-4b38-90bb-deaf38ef73b1 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:f6661b2b-b402-4505-80c1-a527bdb23dfc a dho:Layer ;
+    dho:hasCharge1 dhd:e3dc04ab-9182-4c85-9528-74bd859aa38a .
+
+dhd:f66628db-4b3e-4782-bea6-9352d36ae565 a dho:Layer ;
+    dho:hasCharge1 dhd:3c703171-3057-4f4a-bd3b-23e9c8d3f697 .
+
+dhd:f6697c25-1f85-434d-b744-9a452a339e39 a dho:Layer ;
+    dho:hasCharge1 dhd:9de623ee-f401-4d3b-85e0-c989cc6afe1f .
+
+dhd:f6784afd-2471-4556-a103-a0121fdbc5b3 a dho:Mullet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:f67e5219-c698-4199-9a84-fb28a4c1158c a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:f6841628-4e94-4bb1-9fed-f4479a56e457 a dho:Armed ;
+    dho:hasTincture dho:Gules .
+
+dhd:f6ce2ff5-348a-487a-83de-e85f954fee4a a dho:Layer ;
+    dho:hasCharge1 dhd:7d494314-fe9a-49b9-9cc1-080d6523f437 .
+
+dhd:f6d461c5-a041-405a-b1b7-ae4bc48944fe a dho:Field ;
+    dho:hasNumber "of 4" ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Azure ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:f6dc2893-dbb4-4542-8aca-7f2b0e904432 a dho:Layer ;
+    dho:hasCharge1 dhd:c5f004bc-8dec-4044-be55-221e947834e1 .
+
+dhd:f6eb6cb7-01c2-4b5c-8a60-6393d2b98d63 a dho:Layer ;
+    dho:chargedWith dhd:010491bc-8456-4bc3-b35f-9b9e63009e35,
+        dhd:8534e89b-03c1-4297-9bbb-63157fdc5185 ;
+    dho:hasCharge1 dhd:7e180136-51e3-4176-8c5f-60d65f0d3e30 .
+
+dhd:f74484da-c5d6-4f3a-ade6-82f675484e21 a dho:Layer ;
+    dho:hasCharge1 dhd:cff2dfc2-b5e7-4ac6-b8d2-f9f9bae78057 .
+
+dhd:f745a967-3820-49fd-a420-0a7017b6517b a dho:Bend ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:f758f43e-3d38-40ca-8d54-f3a94b625766 a dho:Armed .
+
+dhd:f773ecb8-1c75-4024-9d26-c01c5375bc34 a dho:Chevron ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:f77a03b0-ad40-4b18-a331-d1a3705b61f6 a dho:InSaltire .
+
+dhd:f7a5dd03-fc1f-4a54-8556-810cd1f79961 a dho:Armed .
+
+dhd:f7bd3c8e-d7c1-4b57-8b5e-561c100c64f2 a dho:Lion ;
+    dho:hasTincture1 dho:Or .
+
+dhd:f7d41c3b-1a1b-40a1-a49d-b777e604dac6 dho:hasPattern dho:Checky .
+
+dhd:f7df0e9a-cca4-42a6-b086-26e39a071e41 a dho:Layer ;
+    dho:hasCharge1 dhd:ec3aba54-deb2-4a31-996a-68a043285939 .
+
+dhd:f7fdc4bf-dc4c-4c76-b1e6-ed180308fda0 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:f80ba6c1-2b70-487d-bdee-216a6e516141 a dho:Layer ;
+    dho:hasCharge1 dhd:476bdedc-8e1c-45c8-8b0e-b4d7e1c1bd0c .
+
+dhd:f82e6ecb-086b-4f90-8e3a-813866f57df6 a dho:Layer ;
+    dho:hasCharge1 dhd:0f4fd69b-bf30-4090-96a7-a7b464cc1f87 .
+
+dhd:f83cad2a-ec39-4620-88c3-ae147d34f6c7 a dho:Layer ;
+    dho:hasCharge1 dhd:82bae744-9fa9-4302-a64c-329cb6bb4b75 .
+
+dhd:f83df754-69d5-434d-a90f-6873cf2bd859 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:f8438602-b24c-48de-a4b4-c64c7af90eae a dho:Issant .
+
+dhd:f84f7458-dd9b-4c8e-b736-27bd165f83fc a dho:Layer ;
+    dho:hasCharge1 dhd:d2c52552-3f60-4425-8cd0-8d4763dd08a1 .
+
+dhd:f85d2ed1-2430-485d-a0b2-6c89964b3ff5 a dho:Layer ;
+    dho:hasCharge1 dhd:467bbaa0-5129-4312-9daa-0ceb3f72e8c3 .
+
+dhd:f8604cb0-3905-4877-84ad-15499e28d476 a dho:Layer ;
+    dho:chargedWith dhd:1ce18a99-ce37-4397-8272-27ba75ad140b,
+        dhd:fd4dded1-b252-4ef5-b00a-354f7d1bcb79 ;
+    dho:hasCharge1 dhd:87a5cef0-1dd9-4413-9539-547a43fef463 .
+
+dhd:f876c98b-4be7-4a15-8049-a24378513df7 a dho:Fess ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:f877d271-b268-448b-a898-7994db7795fe a dho:Layer ;
+    dho:hasCharge1 dhd:d4944a8a-2246-4785-a79f-2f6b1e9d9c09 .
+
+dhd:f89d40e8-0421-42b0-b026-063120a88913 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:f8ac1372-1003-40dd-9297-35518983ac4f a dho:Layer ;
+    dho:hasCharge1 dhd:736807dd-390e-49ee-a927-cf34324f529d .
+
+dhd:f8bdecab-8e23-4a1c-8420-f2b7f5bea204 a dho:Border ;
+    dho:hasPattern dhd:0ce9d609-1433-452c-9d03-b67417ed1aac ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:f8c64bc0-7982-4b43-91c2-15bcd214060e a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:f8d14e46-a615-4060-a722-09e1e3647e7c a dho:Lion ;
+    dho:hasModifier dhd:3978373a-e26e-4333-bbcc-ba1de12c1cf2,
+        dhd:cd5b2be7-d208-43c3-b2ef-469fb4618b21 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:f90ad2b4-b01a-4665-b672-ae73f32cff4b a dho:Langued .
+
+dhd:f94cf23f-8926-4e07-a8e0-7e0a57a3d542 a dho:Layer ;
+    dho:hasCharge1 dhd:fec9b431-3393-47e6-af76-b8632744d401 .
+
+dhd:f9616776-008f-4274-bb2c-f2603ce58ee0 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:f9a31675-1e33-4322-8ae0-f969daf32121 a dho:Layer ;
+    dho:chargedWith dhd:9eeb3c15-ad4a-4bae-a472-c632c0f554b7,
+        dhd:f25ec8e5-69ac-4643-897f-dda96aea6d4e ;
+    dho:hasCharge1 dhd:ee8c6e81-6fb4-4b1b-891d-905e754052dd .
+
+dhd:f9ba5989-95ca-4cb8-8dea-51cf09c55d41 a dho:Rose ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:f9c79873-d1f3-41b3-84a2-840785f74adf a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:f9d26600-c2ff-40c5-b2e8-07c4550e24a4 a dho:Label ;
+    dho:hasPattern dhd:c92071a2-a2d3-4dbd-8815-0e24b881051d ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:f9e08582-66bf-459d-b681-c69081953e25 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:fa23073c-000b-454f-a49f-5b118ce68e3c a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:fa25b5a3-4d4e-49d7-9545-5ba49ead556b a dho:Label ;
+    dho:arranged dho:PerPale ;
+    dho:hasTincture1 dho:Ermine ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:fa271d8a-ae1d-4dca-b23d-7b100785583b a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:fa37a489-4a58-4c05-bfb0-637fb2d2ca56 a dho:Layer ;
+    dho:hasCharge1 dhd:fb8174b3-21d4-4529-bf5a-b8e1e6376535 .
+
+dhd:fa3e52b7-bf96-4105-8d22-4c561f4d1dcd a dho:Lion ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:fa40d88c-9af3-4561-a45f-832255139f3f a dho:Chief ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:fa4b76d3-bf0a-425d-bb32-29167ccb5b9a a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:fa5910a4-9b9a-4f53-92db-3d32d055c668 a dho:Langued .
+
+dhd:fa6a325d-4bb3-4c48-a6d0-37798e442105 a dho:Rose ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:fa879813-a1d7-402f-8ec7-0f9c5305ad69 a dho:FessOfLozenges ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:fa918c26-ca77-4a1c-979a-4638f648b6cb a dho:Layer ;
+    dho:hasCharge1 dhd:dc4b64cd-8952-4717-b0d0-3d1047f2b04d .
+
+dhd:fa94fa67-2794-4517-ae51-3c90d9c5e43c a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:fae995df-487f-43bd-b380-2815c6788ac9 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:faf9e929-4599-4567-a444-292c42de86b9 a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:fb025e89-4ead-4ac5-8b9a-d314ecc80d5b a dho:Bend ;
+    dho:chargedWith dhd:8bce3ae1-4319-4faa-859e-99814f2ee64f,
+        dhd:c4cd5183-a661-41c7-b9a3-b917967d2e28 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:fb0a8962-fb76-4795-9560-f16405a6936a a dho:Layer ;
+    dho:hasCharge1 dhd:e22b7963-666b-444a-b54f-f7648fcbd74c .
+
+dhd:fb25be71-e624-4cb8-a809-05fc829f4a77 a dho:Field ;
+    dho:hasPattern dho:Barry ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:fb33e1ab-2542-4f02-ad5f-95fe2bdd94c0 a dho:Moorcock ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:fb3f3845-60cb-4c9d-9872-61c4d4eae190 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:fb574a90-2bdd-4d06-bd64-8826b7d9b85c a dho:Layer ;
+    dho:hasCharge1 dhd:06d4617e-8814-4727-bdfc-6cbb6493997b .
+
+dhd:fb71ff2b-1f85-4cbe-9a0a-9c3a2bb5c917 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:fb724c9f-8269-4e4b-aaca-701864945c6d a dho:CrossOfAvis ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:fb7850fa-2861-425a-ad5d-614f3ef864f2 a dho:Guardant .
+
+dhd:fb8174b3-21d4-4529-bf5a-b8e1e6376535 a dho:Lion ;
+    dho:hasModifier dhd:35de3e35-60d9-47d0-a849-28dd0a12d7ee ;
+    dho:hasTincture1 dho:Or .
+
+dhd:fb89975d-4451-4b4e-89be-cde70808b7df a dho:Field ;
+    dho:hasPattern dho:Tierced ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or ;
+    dho:hasTincture3 dho:Azure .
+
+dhd:fb991f5c-1e8d-4a4d-af2c-98a3b4e73531 a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:fb9d1f5c-edff-4a70-b904-051fc9a92101 a dho:Bend ;
+    dho:chargedWith dhd:294bb993-8f01-4f85-a164-ea8412e36cf5,
+        dhd:a85792ef-d11f-43c9-8e56-ce85e3b99c5b ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:fbaaec8e-4da7-4b4f-8827-992d8147b5e1 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:fbd5f0b8-11b6-4aae-b091-cb7b43014b36 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:fbdd1c60-8807-4bd8-97c4-c8d76bbc0159 a dho:Cerf ;
+    dho:hasModifier dhd:b82b4077-fe8b-4816-a9c1-d9f31f4a7416 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:fbdd4dd5-2a24-4507-9de7-b546b03c15c9 a dho:Rampant .
+
+dhd:fc340c79-92de-4e0b-be3e-d40cdfae1318 a dho:Seme ;
+    dho:hasSeme dho:SemyOfFleurs-De-Lis ;
+    dho:hasTincture dho:Or .
+
+dhd:fc3e7a2b-0668-4e4d-a08d-01883269250f a dho:Langued .
+
+dhd:fc4a4d3f-a4a3-4f61-8373-deebad633a90 a dho:Layer ;
+    dho:hasCharge1 dhd:358ed3d1-c4bd-48a6-b7c3-a437232b6a3a .
+
+dhd:fc4c607c-3875-4721-ac97-fa75d9d18911 a dho:Layer ;
+    dho:hasCharge1 dhd:85ae29c3-a225-4c79-8e8d-b1c6f99a9247 .
+
+dhd:fc66afde-e21c-41f9-924b-1924389723c8 a dho:Field ;
+    dho:hasTincture dho:Azure .
+
+dhd:fc6ff887-c940-4e7a-a50f-0a2793405da5 a dho:Flory-Counterflory .
+
+dhd:fcaad719-29be-44a2-94e7-eccab91b9ff2 a dho:Layer ;
+    dho:hasCharge1 dhd:71cff6ff-03a5-4ae4-b6b0-1c5f6972a3ec .
+
+dhd:fcb5da6e-75f8-460a-b4b8-8a7917b988ad a dho:Layer ;
+    dho:hasCharge1 dhd:63b9451c-e3a6-44ba-a728-64096201d2a3 .
+
+dhd:fcc4af0e-74cb-4099-bea1-41337bf62c4d a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:fcc5688b-1ee8-49ee-b01d-aa6f4d8bae91 a dho:BellFrame ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:fcc9929a-b591-4d82-a3cf-402a1e1323e3 a dho:Erect .
+
+dhd:fcce84e9-dcf4-4f9b-bbd6-19328cbd55e1 a dho:Layer ;
+    dho:chargedWith dhd:82d19eaf-692e-43ca-a08c-da37a064d045,
+        dhd:a72bd510-7939-4d69-b7e9-0be6768d6955 ;
+    dho:hasCharge1 dhd:a07fdf47-5a22-4428-8603-3d901ce92bd1 .
+
+dhd:fce95a58-3620-4ff8-aeaf-766fa1b9e8e9 a dho:Field ;
+    dho:hasPattern dho:PerBend ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:fd13a2f5-f6c2-4b11-a7d1-d63a48001e5f a dho:Field ;
+    dho:hasLine dho:Crenelated ;
+    dho:hasPattern dho:PerChevron ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Sable .
+
+dhd:fd19d69e-b21b-4d5e-9d5f-f09aead5b1c8 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:fd92c5b5-852e-4ab9-b2e5-6601ca6e0004 a dho:Bugle-Horn ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:fd964e4b-0bfe-4304-a600-1e0c3102f779 a dho:Field ;
+    dho:hasPattern dho:Ermine ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Or .
+
+dhd:fda36aca-d763-440b-ab11-c069a1258443 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:fdaeef2b-f00c-4a15-a511-4e9715d8572a a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:fdbbe43c-7ba2-4d28-8b2d-24c1842899db a dho:Field .
+
+dhd:fdbe19ec-d0a2-4134-aa57-d262ba682ef9 a dho:Lion ;
+    dho:hasModifier dhd:1688a3f5-ae47-494c-b4ff-ba2f8ca35d65 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:fdbebaa1-43c4-4f14-9d03-d1ff07575c32 a dho:TalbotsHead ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:fde1ac62-bf21-4f3a-b388-053c831f64ea a dho:Passant .
+
+dhd:fdefcd2d-cee4-46e0-8aa0-dc56a9105e16 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:fe11db4f-b87c-45c4-bc6d-c8c6ef5f17ad a dho:Chief ;
+    dho:hasTincture1 dho:Or .
+
+dhd:fe3e8200-4195-42ee-aa36-373de2f1c7c5 a dho:Layer ;
+    dho:hasCharge1 dhd:311b13b6-90b2-431f-a0c3-138f988af460 .
+
+dhd:fe605847-ebc9-4c82-a420-588f2abbf55c a dho:Field ;
+    dho:hasTincture dho:Ermine .
+
+dhd:fe6cb166-8837-403e-8663-3046ce932138 a dho:Layer ;
+    dho:hasCharge1 dhd:7c7f5f8c-f808-4576-a1db-a972e9a36095 .
+
+dhd:fead6be0-cb79-4112-86d2-90d507430281 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:fec9b431-3393-47e6-af76-b8632744d401 a dho:Lion ;
+    dho:hasModifier dhd:2b64dff0-0398-48ea-a43e-0bbd97e4af3b,
+        dhd:c6a67da2-d3d9-4344-8ad6-dccba55c2b46 ;
+    dho:hasTincture1 dho:Missing .
+
+dhd:fedee71d-c985-41d7-99eb-98e5449685e3 a dho:Field ;
+    dho:hasTincture dho:Vert .
+
+dhd:ff056324-a0a8-4344-8d52-d88ee886d06b a dho:Armed .
+
+dhd:ff0a3b98-42ca-478a-916c-ab177b237cc9 a dho:Layer ;
+    dho:hasCharge1 dhd:61619c83-ceb8-4047-a0a3-700553753684 .
+
+dhd:ff29d0d6-1f02-4da0-9a64-27a9aa297377 a dho:Layer ;
+    dho:hasCharge1 dhd:0c21431e-89dd-4ac4-9c50-8ae224515571 .
+
+dhd:ff2a95e4-7dac-44e1-87e1-49873914ca9e a dho:InBend .
+
+dhd:ff2fe206-fc42-4eec-b5dc-2e6ca1ce2f3b a dho:InFess .
+
+dhd:ff39e57f-fbcd-4139-993c-3822605f8e71 a dho:Layer ;
+    dho:hasCharge1 dhd:f9d26600-c2ff-40c5-b2e8-07c4550e24a4 .
+
+dhd:ff591d19-6067-4e37-bd78-5988363252bf a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:ff98c2cf-cabf-4887-b12b-8cd00b855c44 a dho:Embowed .
+
+dhd:ffad58da-1e6b-48a9-bd62-5b68c0cb5708 a dho:Key ;
+    dho:arranged dhd:c65119b0-e4d0-403a-9e85-5be0cdc2726e ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ffc1574f-c716-47a1-984a-f5e44ce78b0a a dho:Layer ;
+    dho:accompaniedBy dhd:55405f85-3aac-4274-bd11-3de20a5f053c,
+        dhd:dcc3e5ef-2d42-4715-8322-6a1ce1c94015 ;
+    dho:hasCharge1 dhd:f46ec5f7-6bc9-42de-bd4a-810adf8dda07 .
+
+dhd:ffcfe389-d1d8-4a31-98cf-6690b18efb71 a dho:Layer ;
+    dho:hasCharge1 dhd:d8d7c159-2083-49ab-bc7f-d2cd40ae064b .
+
+dhd:ffd4aa69-66ba-4ba6-bee4-8b845bf906e5 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:ffe95887-cb6d-4b40-87d9-ff8a5e3293e9 a dho:Chevron ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ffee64f7-2868-4deb-9cbb-a2b218570120 a dho:Crowned .
+
+<http://digitalheraldry.org/digital-heraldry-ontology#(1StCh.Annulet)> rdfs:subClassOf dho:Modifier .
+
+<http://digitalheraldry.org/digital-heraldry-ontology#(3:2:1)> rdfs:subClassOf dho:Arrangement .
+
+<http://digitalheraldry.org/digital-heraldry-ontology#(3:3)> rdfs:subClassOf dho:Arrangement .
+
+<http://digitalheraldry.org/digital-heraldry-ontology#-> rdfs:subClassOf dho:Tincture .
+
+dho:Aigle rdfs:subClassOf dho:Charge .
+
+dho:Anchor rdfs:subClassOf dho:Charge .
+
+dho:Arm rdfs:subClassOf dho:Charge .
+
+dho:Arrowhead rdfs:subClassOf dho:Charge .
+
+dho:BearsHead rdfs:subClassOf dho:Charge .
+
+dho:BellFrame rdfs:subClassOf dho:Charge .
+
+dho:BendCotisedPotenty rdfs:subClassOf dho:Charge .
+
+dho:Boat rdfs:subClassOf dho:Charge .
+
+dho:Bodkin rdfs:subClassOf dho:Charge .
+
+dho:Castely rdfs:subClassOf dho:FieldPattern .
+
+dho:Castily rdfs:subClassOf dho:FieldPattern .
+
+dho:Cerf rdfs:subClassOf dho:Charge .
+
+dho:Chicot rdfs:subClassOf dho:Charge .
+
+dho:Cock rdfs:subClassOf dho:Charge .
+
+dho:ConjoinedInPairle rdfs:subClassOf dho:Arrangement .
+
+dho:Couped rdfs:subClassOf dho:Modifier .
+
+dho:Cowardly rdfs:subClassOf dho:Modifier .
+
+dho:CrestOfWings rdfs:subClassOf dho:Charge .
+
+dho:CrossBotonny rdfs:subClassOf dho:Charge .
+
+dho:CrossCrosslets rdfs:subClassOf dho:Charge .
+
+dho:CrossOfAvis rdfs:subClassOf dho:Charge .
+
+dho:Cushion rdfs:subClassOf dho:Charge .
+
+dho:Demi-Eagle rdfs:subClassOf dho:Charge .
+
+dho:Dog rdfs:subClassOf dho:Charge .
+
+dho:DogsHead rdfs:subClassOf dho:Charge .
+
+dho:DonkeysHead rdfs:subClassOf dho:Charge .
+
+dho:DoubleTressureFlory rdfs:subClassOf dho:Charge .
+
+dho:Dove rdfs:subClassOf dho:Charge .
+
+dho:ElmBranch rdfs:subClassOf dho:Charge .
+
+dho:Embattled-Counterembattled rdfs:subClassOf dho:Line .
+
+dho:Enflamed rdfs:subClassOf dho:Modifier .
+
+dho:EscutchOf rdfs:subClassOf dho:Charge .
+
+dho:Fimbriated rdfs:subClassOf dho:Line .
+
+dho:FireBreathing rdfs:subClassOf dho:Modifier .
+
+dho:FireSteel rdfs:subClassOf dho:Charge .
+
+dho:FishHauriant rdfs:subClassOf dho:Charge .
+
+dho:Flying rdfs:subClassOf dho:Modifier .
+
+dho:FromEdgesInwards rdfs:subClassOf dho:Arrangement .
+
+dho:Garb rdfs:subClassOf dho:Charge .
+
+dho:GarlicPlant rdfs:subClassOf dho:Charge .
+
+dho:Gemel rdfs:subClassOf dho:Modifier .
+
+dho:Gironny rdfs:subClassOf dho:FieldPattern .
+
+dho:Gonfanon rdfs:subClassOf dho:Charge .
+
+dho:Hammer rdfs:subClassOf dho:Charge .
+
+dho:Harp rdfs:subClassOf dho:Charge .
+
+dho:Heart rdfs:subClassOf dho:Charge .
+
+dho:IbexHorn rdfs:subClassOf dho:Charge .
+
+dho:IronGrate rdfs:subClassOf dho:Charge .
+
+dho:Ladder rdfs:subClassOf dho:Charge .
+
+dho:Leave rdfs:subClassOf dho:Charge .
+
+dho:Leek rdfs:subClassOf dho:Charge .
+
+dho:LeopardsHead rdfs:subClassOf dho:Charge .
+
+dho:LineModifier rdfs:subClassOf dho:Modifier .
+
+dho:LobstersClaw rdfs:subClassOf dho:Charge .
+
+dho:Mace rdfs:subClassOf dho:Charge .
+
+dho:Mallet rdfs:subClassOf dho:Charge .
+
+dho:Mallets rdfs:subClassOf dho:Charge .
+
+dho:Mill-Rind rdfs:subClassOf dho:Charge .
+
+dho:Millstone rdfs:subClassOf dho:Charge .
+
+dho:Mirror rdfs:subClassOf dho:Charge .
+
+dho:Molette rdfs:subClassOf dho:Charge .
+
+dho:Monk rdfs:subClassOf dho:Charge .
+
+dho:Moorcock rdfs:subClassOf dho:Charge .
+
+dho:N rdfs:subClassOf dho:Tincture .
+
+dho:Naturel rdfs:subClassOf dho:Tincture .
+
+dho:NavarreChain rdfs:subClassOf dho:Charge .
+
+dho:Nebuly rdfs:subClassOf dho:Line .
+
+dho:Nettleleaf rdfs:subClassOf dho:Charge .
+
+dho:Of7Pt rdfs:subClassOf dho:Modifier .
+
+dho:PairOfPincers rdfs:subClassOf dho:Charge .
+
+dho:Paly-Bendy rdfs:subClassOf dho:FieldPattern .
+
+dho:Panther rdfs:subClassOf dho:Charge .
+
+dho:Pily-Bendy rdfs:subClassOf dho:FieldPattern .
+
+dho:Pincers rdfs:subClassOf dho:Charge .
+
+dho:PosedBendwise rdfs:subClassOf dho:Arrangement .
+
+dho:Pouch rdfs:subClassOf dho:Charge .
+
+dho:QueensFace rdfs:subClassOf dho:Charge .
+
+dho:Quina rdfs:subClassOf dho:Charge .
+
+dho:R rdfs:subClassOf dho:Tincture .
+
+dho:Rake rdfs:subClassOf dho:Charge .
+
+dho:Roses rdfs:subClassOf dho:Charge .
+
+dho:Roundels rdfs:subClassOf dho:Charge .
+
+dho:Sejant rdfs:subClassOf dho:Modifier .
+
+dho:SemyOfMullets rdfs:subClassOf dho:Seme .
+
+dho:SerpentCoiled rdfs:subClassOf dho:Charge .
+
+dho:Staff rdfs:subClassOf dho:Charge .
+
+dho:Stag rdfs:subClassOf dho:Charge .
+
+dho:StarOf7Pt rdfs:subClassOf dho:Charge .
+
+dho:T rdfs:subClassOf dho:Tincture .
+
+dho:TalbotsHead rdfs:subClassOf dho:Charge .
+
+dho:Text rdfs:subClassOf dho:Charge .
+
+dho:Tree rdfs:subClassOf dho:Charge .
+
+dho:Undy rdfs:subClassOf dho:Line .
+
+dho:Viol rdfs:subClassOf dho:Charge .
+
+dho:WheelOnPartition rdfs:subClassOf dho:Charge .
+
+dho:WithLionsClaws rdfs:subClassOf dho:Modifier .
+
+dho:WithTuftsOnPoints rdfs:subClassOf dho:Modifier .
+
+dho:WolfsHead rdfs:subClassOf dho:Charge .
+
+dho:hasCoatOfArms a owl:ObjectProperty .
+
+dho:hasModifier a owl:ObjectProperty .
+
+dhd:00854e48-ac80-420f-a451-a01f64096b4e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:04b6b945-5e1a-4176-9a31-e3584d3426cd a dho:Bend ;
+    dho:hasPattern dhd:5227c4b9-eea5-4ce8-a63a-420cea05257a ;
+    dho:hasTincture1 dho:Argent ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:0aaecfff-2762-480e-9fc1-a7bde6abcd8d a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:1a461302-0f38-4410-9337-daef5fd2a35e a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:20bfe8cf-f49d-4090-8a83-7733bb8b7efe a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:2187c446-39b1-4a3d-80ca-10c46d2bda99 a dho:Crancelin ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:21fb11ca-5a34-473a-aa96-abcf11b72274 a dho:Layer ;
+    dho:hasCharge1 dhd:4a638ba2-b8e7-4d8e-bd3a-b7887480e2be .
+
+dhd:2414e395-d84a-43a3-8eac-01291f721fbe a dho:Field ;
+    dho:hasTincture dho:Sable .
+
+dhd:41b1d6a0-0651-4702-bfca-1c4aca03e1fd a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:4a638ba2-b8e7-4d8e-bd3a-b7887480e2be a dho:Crown ;
+    dho:hasTincture1 dho:Or ;
+    dho:inChfDx dhd:d6a3459d-2f61-43dc-949d-df7ee88e86a0 .
+
+dhd:50ddf4c8-313f-44f0-b23b-3792f0c795e4 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:583a6e5a-d67b-4cd3-ba21-194ffcb8f7f1 a dho:Field ;
+    dho:hasTincture dho:Or .
+
+dhd:5a36dbe1-90e1-45a1-a7b0-d46285d09645 a dho:Rose ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:63c9c3fb-df58-4e36-8d55-76245a839c08 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:6dbf6d21-31a5-4e04-8262-a5865efbc4a3 a dho:Field ;
+    dho:hasTincture dho:Gules .
+
+dhd:7ff6eafd-dfb2-47cd-88fe-c688a2ab1e88 a dho:Leave ;
+    dho:hasModifier dhd:0dc73096-4ebe-4456-b7e9-37c25d479a5c ;
+    dho:hasNumber 3 .
+
+dhd:8c617856-bfd6-4709-89e4-c973d1cc336f a dho:Field ;
+    dho:hasPattern dho:PerFess ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:CoA0000000118_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:943a95d1-0121-4cbd-8c0e-c351aff1c689 ;
+    dho:hasLayer1 dhd:cbdefd12-c122-4f40-9e3f-3baf70e19014 ;
+    dho:hasLayer2 dhd:a30c9ba8-1680-4a5d-bc97-7da22ce312a0 ;
+    dho:hasOMAID "118_1" .
+
+dhd:CoA0000000384_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:4fe18422-d4d0-4727-bf64-ced67b2405a8 ;
+    dho:hasLayer1 dhd:1682cbea-bc4b-4d5c-b166-555d02305b7d ;
+    dho:hasOMAID "384_1" .
+
+dhd:CoA0000000586_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:40a1abfc-e2f8-4c7a-b29c-655bab120a23 ;
+    dho:hasLayer1 dhd:15820b6b-7399-44ec-8dbc-36d97a3e950c ;
+    dho:hasOMAID "586_1" .
+
+dhd:CoA0000000773_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:b09b77a2-4081-4f7e-b530-177b177d289b ;
+    dho:hasLayer1 dhd:b94a0554-d4d1-459e-9779-83bce9a07184 ;
+    dho:hasOMAID "773_1" .
+
+dhd:CoA0000001227_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:0113457f-1f92-4856-b11d-bb1092f45fdf ;
+    dho:hasLayer1 dhd:9c39b9cd-90fb-41b1-9162-ca4a723a82ab ;
+    dho:hasLayer2 dhd:68b9a554-1c91-4770-a9a1-19493e643532 ;
+    dho:hasOMAID "1227_1" .
+
+dhd:CoA0000001319 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000001319_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:55f2366e-95c8-4589-8e3c-f966640cf429 ;
+    dho:hasLayer1 dhd:f5ca96c2-ed0e-4646-91f0-e407fe319e30 ;
+    dho:hasOMAID "1319" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000001319_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:301575f0-5de6-41c8-b2c8-b4ac4db1d945 ;
+    dho:hasLayer1 dhd:68c211a5-3e3f-4c84-8923-c9f4d888ddfa ;
+    dho:hasOMAID "1319_1" .
+
+dhd:CoA0000001357_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:da015860-c529-4043-9c9c-2ffafcc38760 ;
+    dho:hasLayer1 dhd:1dd9d802-26d3-4f04-b327-b4735deff736 ;
+    dho:hasOMAID "1357_1" .
+
+dhd:CoA0000001458_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:36e29e11-b2cb-480f-8eb7-219eecb31cfe ;
+    dho:hasLayer1 dhd:1dad8964-926e-4515-a126-ce6e066fbbd5 ;
+    dho:hasLayer2 dhd:002ba3b1-c656-493f-b7c1-3c1fcd7e6d2b ;
+    dho:hasOMAID "1458_1" .
+
+dhd:CoA0000001988_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:af00c314-93c1-4f8f-899b-c36dd7a5b825 ;
+    dho:hasLayer1 dhd:050a2c20-ed49-4ce0-b85b-692caaca02e8 ;
+    dho:hasOMAID "1988_1" .
+
+dhd:CoA0000002410_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:9147d9a6-3c4b-4426-8795-a39fe3922996 ;
+    dho:hasLayer1 dhd:9918f19c-e142-4f7b-b5b7-d3311ff481ef ;
+    dho:hasLayer2 dhd:175c6a2e-3fc6-425d-ad80-c3314e7c1923 ;
+    dho:hasOMAID "2410_1" .
+
+dhd:CoA0000002410_CoAF1 a dho:Escutcheon ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fe605847-ebc9-4c82-a420-588f2abbf55c ;
+    dho:hasLayer1 dhd:615cad45-0252-4ed9-9bed-362391c05115 ;
+    dho:hasLayer2 dhd:43471e54-ab5b-4ea5-8c6c-49b3e62abeb1 ;
+    dho:hasOMAID "2410_CoAF1" .
+
+dhd:CoA0000002440_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c0f76534-940f-4fe7-a1a4-66d9ea1b8557 ;
+    dho:hasLayer1 dhd:03769423-c4d6-47a3-b2a2-73afe6eb10fd ;
+    dho:hasLayer2 dhd:d4ab7bee-7000-4dbf-9185-0f7763e42be8 ;
+    dho:hasOMAID "2440_1" .
+
+dhd:CoA0000002440_CoAF1 a dho:Escutcheon ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002440_CoAF1_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:099d671e-d632-4667-9814-415cd4a00b18 ;
+    dho:hasLayer1 dhd:5e21b0fb-8ae6-461e-a6ae-77d01ad1b6a7 ;
+    dho:hasOMAID "2440_CoAF1" .
+
+dhd:CoA0000002443_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:fbaaec8e-4da7-4b4f-8827-992d8147b5e1 ;
+    dho:hasLayer1 dhd:caea8fe8-09fa-447d-bf9d-409400ae7ffb ;
+    dho:hasLayer2 dhd:124656f7-142e-400d-96b2-dedcfc054d33 ;
+    dho:hasOMAID "2443_1" .
+
+dhd:CoA0000002444_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e027fe30-4583-4164-b3fd-6c5e8ba33608 ;
+    dho:hasLayer1 dhd:66724687-c115-4ab6-96ed-1ce8bea75489 ;
+    dho:hasOMAID "2444_1" .
+
+dhd:CoA0000002445_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:ef94e0f9-feda-49aa-87f8-11a070d44d9e ;
+    dho:hasLayer1 dhd:3f472fe5-f26e-490f-aaf5-43ca33f7152c ;
+    dho:hasLayer2 dhd:f8ac1372-1003-40dd-9297-35518983ac4f ;
+    dho:hasOMAID "2445_1" .
+
+dhd:CoA0000002457_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:ec7ae868-2e28-4446-b636-2ee2e394715c ;
+    dho:hasLayer1 dhd:68069339-263a-4902-9f00-36ed7060f70e ;
+    dho:hasLayer2 dhd:b80f3a5d-316e-4056-8b39-4f03ba09911e ;
+    dho:hasOMAID "2457_1" .
+
+dhd:CoA0000002459_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:317ef0f2-db76-4909-8d19-757d4458c4d9 ;
+    dho:hasLayer1 dhd:572b6518-b51e-4cdb-a55e-012572cd0c81 ;
+    dho:hasLayer2 dhd:0968495c-03e5-4fed-9616-ae19375e76a9 ;
+    dho:hasOMAID "2459_1" .
+
+dhd:CoA0000002464_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:41c34d02-2621-401e-a856-35638ee5ea34 ;
+    dho:hasLayer1 dhd:2bf0b362-11b1-4926-bcb4-ebb3724c7c2d ;
+    dho:hasOMAID "2464_1" .
+
+dhd:CoA0000002473_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:28bc10eb-f7ed-4a5c-b35b-7dc0f74e50f3 ;
+    dho:hasLayer1 dhd:48ef95f6-6dc8-4b05-8c52-a22e1ec8bb28 ;
+    dho:hasLayer2 dhd:5aa25c71-4fb5-44e3-9f55-49c0ffa707b1 ;
+    dho:hasOMAID "2473_1" .
+
+dhd:CoA0000002583 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000002583_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:cd61127b-d31a-47b9-9451-01ebd516ea8c ;
+    dho:hasLayer1 dhd:16d6cb93-3440-41b6-9c95-bfaf66959a11 ;
+    dho:hasOMAID "2583" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002701_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a5829ce8-4e05-43bb-a293-1013d177ed4c ;
+    dho:hasLayer1 dhd:72afcd52-73c7-4ccd-8227-d8f818c06e39 ;
+    dho:hasLayer2 dhd:8f3d1061-6b16-4b24-9e41-b7bbbbfa5e03 ;
+    dho:hasOMAID "2701_1" .
+
+dhd:CoA0000002714_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:77767af2-be8b-4601-a937-c823a56a8401 ;
+    dho:hasLayer1 dhd:2541eb90-0164-4dc2-bc5b-d048901bc4b3 ;
+    dho:hasOMAID "2714_1" .
+
+dhd:CoA0000002723 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:73ff9aa1-b1f4-486d-ab9c-f2648ba57825 ;
+    dho:hasLayer1 dhd:72309492-31d8-4a7b-8f87-9cddabd1626f ;
+    dho:hasOMAID "2723" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002730_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5e381421-d527-4d1d-b002-8905d3ab578e ;
+    dho:hasLayer1 dhd:f3ba8aab-e78c-4a70-9fd7-90531a3fcf43 ;
+    dho:hasLayer2 dhd:32d39680-8010-4702-8536-d79f182b2c36 ;
+    dho:hasOMAID "2730_1" .
+
+dhd:CoA0000002776_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:21b291e8-dcea-486d-b6c9-5040b6490c34 ;
+    dho:hasLayer1 dhd:b0a208e4-852a-48a7-8106-3434c49dc22b ;
+    dho:hasOMAID "2776_1" .
+
+dhd:CoA0000002778_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:6449fc52-af81-41b1-8903-e7381ca72c07 ;
+    dho:hasLayer1 dhd:92e28ff6-e42c-47c3-89c2-8685b25d7072 ;
+    dho:hasOMAID "2778_1" .
+
+dhd:CoA0000002779_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:d94b7f5d-2c6a-4c99-8112-f84c50c58811 ;
+    dho:hasLayer1 dhd:2585afcd-1a81-403f-9a06-967b6c25eee1 ;
+    dho:hasOMAID "2779_1" .
+
+dhd:CoA0000002787_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:2f68be4b-37a3-44a3-b152-21be76c2cfc0 ;
+    dho:hasLayer1 dhd:2896be6a-9b6d-4e02-8263-94db94582343 ;
+    dho:hasOMAID "2787_1" .
+
+dhd:CoA0000002792_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:89e5bbec-3869-42f2-84b3-55417446187b ;
+    dho:hasLayer1 dhd:9157a1a1-9403-4e6b-942d-ca5f893715f6 ;
+    dho:hasOMAID "2792_1" .
+
+dhd:CoA0000002797_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:16bc2694-37d9-4442-b676-2a138172b59c ;
+    dho:hasLayer1 dhd:4a8662fb-6f66-4a18-9a40-ef32fcc9ff49 ;
+    dho:hasOMAID "2797_1" .
+
+dhd:CoA0000002800_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:29a0983b-776e-4945-9097-646b9199ddd7 ;
+    dho:hasLayer1 dhd:27fba0af-76ac-45f8-beba-98b9100fa1d6 ;
+    dho:hasLayer2 dhd:2b0dda3c-c9a6-4896-bda8-e5155ac34572 ;
+    dho:hasOMAID "2800_1" .
+
+dhd:CoA0000002802_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:101f2c34-2c71-41d8-8c1f-fdba62fae2ad ;
+    dho:hasLayer1 dhd:5082480d-0e6e-4a8c-8aa5-5ac29a642d37 ;
+    dho:hasOMAID "2802_1" .
+
+dhd:CoA0000002811 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:231ed401-0476-43e6-8786-a558ba952b8d ;
+    dho:hasOMAID "2811" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000002814_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:78845583-2516-48b0-b96a-e088f398d29e ;
+    dho:hasLayer1 dhd:6ce9b69e-694d-45e9-a04d-c645a0cd3e02 ;
+    dho:hasLayer2 dhd:ae6f1fe8-6aef-438a-9f44-3131deac8adf ;
+    dho:hasOMAID "2814_1" .
+
+dhd:CoA0000002816_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:4ec5ce24-2a64-47cf-9ef3-7ce7e6b38249 ;
+    dho:hasLayer1 dhd:be63d725-b1f3-4572-99c1-091bd4fc7d54 ;
+    dho:hasLayer2 dhd:cffab53d-60bd-4261-b657-dc5c01756dfb ;
+    dho:hasOMAID "2816_1" .
+
+dhd:CoA0000002821_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e8f4fdf3-bed8-4202-a9cd-3380786cf327 ;
+    dho:hasLayer1 dhd:d4a8114c-d8e2-49e1-9518-d16834101537 ;
+    dho:hasOMAID "2821_1" .
+
+dhd:CoA0000002828_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:578ee88e-c776-48d6-83b3-1dfbb5fde9a7 ;
+    dho:hasLayer1 dhd:955343e1-7711-4a48-9f5e-bd7903462778 ;
+    dho:hasLayer2 dhd:6f4feabf-d60f-4cd1-8cee-9c4583c8de26 ;
+    dho:hasLayer3 dhd:bbf3f02d-9cb9-4e6c-9701-1f1a473f1b4c ;
+    dho:hasLayer4 dhd:a0b660c1-1f7a-4cc8-98dd-30cfaa42b8cb ;
+    dho:hasOMAID "2828_1" .
+
+dhd:CoA0000002904_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:9f8a0e63-680d-420b-9039-aa83f4de0588 ;
+    dho:hasOMAID "2904_1" .
+
+dhd:CoA0000002905_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:d67566a1-112b-44fb-a015-ea05a99d5aa6 ;
+    dho:hasLayer1 dhd:1f5549b3-bad4-459c-8b30-bb83417abd7b ;
+    dho:hasOMAID "2905_1" .
+
+dhd:CoA0000002906_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:9d7c3c22-780d-4ef2-8763-9d8803788947 ;
+    dho:hasLayer1 dhd:02d163e1-6ba2-4cbe-b9ef-41d673826256 ;
+    dho:hasOMAID "2906_1" .
+
+dhd:CoA0000002907_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a1b24f80-8f13-451c-a4a2-d99802de681d ;
+    dho:hasLayer1 dhd:a5ecb828-43c0-4f1a-9640-e8d13a1646d4 ;
+    dho:hasOMAID "2907_1" .
+
+dhd:CoA0000002910_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:91d147b9-4a6a-4646-baa6-add944405673 ;
+    dho:hasLayer1 dhd:4fb3adbb-23ea-4882-8237-cbf313631fa0 ;
+    dho:hasOMAID "2910_1" .
+
+dhd:CoA0000003081_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a6444d12-077a-4ce5-ad16-78bf41a3fc71 ;
+    dho:hasLayer1 dhd:daf953a0-e453-4f4c-808c-8bdcd0636b5b ;
+    dho:hasOMAID "3081_1" .
+
+dhd:CoA0000003176_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a6fcbab1-4e34-443a-b4ea-ce87c7880fdb ;
+    dho:hasLayer1 dhd:4e32a735-f404-433b-a770-cb7224209c12 ;
+    dho:hasLayer2 dhd:e4ebd7dd-fe19-4b51-9225-0ebf2018726a ;
+    dho:hasOMAID "3176_1" .
+
+dhd:CoA0000003357_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:7ce3559d-7e50-429d-b241-558ffe77b8d2 ;
+    dho:hasLayer1 dhd:29e3ce1a-4169-4c5b-a13c-df16df538bde ;
+    dho:hasLayer2 dhd:96f26145-eba4-450f-9764-c96ad982702d ;
+    dho:hasOMAID "3357_1" .
+
+dhd:CoA0000003420 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:7281c53f-a6b7-4f96-ad25-e7c4978710f1 ;
+    dho:hasLayer1 dhd:3aa30458-84e8-4742-b723-168ddd10c647 ;
+    dho:hasOMAID "3420" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003420_2 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added nimbed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000003420_2_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b4adb44e-63e7-4817-b26a-918780bceea9 ;
+    dho:hasLayer1 dhd:9c5ed115-e213-4ccb-8e23-fc81bf15fad2 ;
+    dho:hasOMAID "3420_2" .
+
+dhd:CoA0000003450_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:ba52c9a7-88e1-4c9f-b37d-66670c3a9e39 ;
+    dho:hasLayer1 dhd:82e2dc5d-85b7-4b12-9b47-fbbfc73e134c ;
+    dho:hasOMAID "3450_1" .
+
+dhd:CoA0000003689_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:1210680e-725d-433a-bd84-71896d1a6ba5 ;
+    dho:hasLayer1 dhd:c6122e8a-db36-4ebe-959c-39fbe486d9bc ;
+    dho:hasOMAID "3689_1" .
+
+dhd:CoA0000003744 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3baa1ad8-70b8-4c93-b156-d91ef5a910b5 ;
+    dho:hasLayer1 dhd:d8195b74-1f76-4bfc-8b89-caa48c9d9366 ;
+    dho:hasOMAID "3744" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000003758_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:71552ad0-27b1-47d1-aff3-4fbcad134bf2 ;
+    dho:hasLayer1 dhd:ff29d0d6-1f02-4da0-9a64-27a9aa297377 ;
+    dho:hasOMAID "3758_1" .
+
+dhd:CoA0000003803_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:433d70e9-2443-49d4-9842-5fb90d128066 ;
+    dho:hasLayer1 dhd:6df439bf-cd79-4e4f-aa15-3e12c951650d ;
+    dho:hasOMAID "3803_1" .
+
+dhd:CoA0000003805_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c64991d1-329e-46f2-b18c-2b2d3cebaac9 ;
+    dho:hasLayer1 dhd:c4066573-c367-40b3-82ab-1e531a077688 ;
+    dho:hasLayer2 dhd:c486fa58-a2e5-4d28-9712-45263ad6ecc8 ;
+    dho:hasLayer3 dhd:25b24d98-3a8c-4a2d-8848-4a431097e02f ;
+    dho:hasOMAID "3805_1" .
+
+dhd:CoA0000004384_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:03997ee1-13a3-4bc8-b013-daa54448c494 ;
+    dho:hasLayer1 dhd:1bda68b9-6787-40db-bc11-a531097dc5ac ;
+    dho:hasLayer2 dhd:60f06fd4-1cc2-4ea4-a762-f27495885720 ;
+    dho:hasOMAID "4384_1" .
+
+dhd:CoA0000004403 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tinctures / removed Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000004403_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3ff217c2-c8f0-466e-a7cf-5c4dc509163e ;
+    dho:hasLayer1 dhd:7c8231e2-1283-4821-8b00-854e93900811 ;
+    dho:hasOMAID "4403" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000004537_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:1ef29dca-768a-4259-84d3-4ae7b80806de ;
+    dho:hasLayer1 dhd:494401e3-1a3e-461f-919f-96b386023984 ;
+    dho:hasOMAID "4537_1" .
+
+dhd:CoA0000004649_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:b1f83f10-fbea-4b21-bf5b-c7b944b2f30d ;
+    dho:hasLayer1 dhd:1804c2e5-f2f4-4fe0-ac70-89e9ddc043a6 ;
+    dho:hasOMAID "4649_1" .
+
+dhd:CoA0000005679_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:0d607e28-87b3-4fff-bade-05da44698881 ;
+    dho:hasLayer1 dhd:77ffdd6e-f090-4bfe-b898-88e783f59bc2 ;
+    dho:hasOMAID "5679_1" .
+
+dhd:CoA0000005965_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:1b20d2bf-7ac7-44f4-9b69-7724eac84184 ;
+    dho:hasOMAID "5965_1" .
+
+dhd:CoA0000006015_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:de984b4e-cda2-402e-903c-371cd7664ee6 ;
+    dho:hasLayer1 dhd:bfc7b55a-d9cf-4758-9dac-31723b24cb19 ;
+    dho:hasLayer2 dhd:394bf06a-3f0d-46a0-bb87-bd867db17b04 ;
+    dho:hasOMAID "6015_1" .
+
+dhd:CoA0000006018_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:23a0e40a-e9d0-4275-a134-2a85b876b7d3 ;
+    dho:hasLayer1 dhd:71b84426-6546-462b-bea3-b84a44583aed ;
+    dho:hasOMAID "6018_1" .
+
+dhd:CoA0000006024_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:9dc883e3-c3d1-4432-8b54-cb48a6c3ee2e ;
+    dho:hasLayer1 dhd:4d7fbea0-6fd6-4a45-a128-326e5720f335 ;
+    dho:hasLayer2 dhd:ea2eb795-7bdc-4cb2-8a09-76163f74bfcf ;
+    dho:hasOMAID "6024_1" .
+
+dhd:CoA0000006037_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:8629d030-1ad2-4da3-ad1d-933a17a3f866 ;
+    dho:hasLayer1 dhd:1c3ffe50-be92-4f52-9148-24d05abe2e0f ;
+    dho:hasLayer2 dhd:32666b22-537f-4f7d-a8da-33b0cd8785be ;
+    dho:hasOMAID "6037_1" .
+
+dhd:CoA0000006037_CoAF1 a dho:Canton ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1 / added armed to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006037_CoAF1_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dcad71fd-60ff-4b68-8e6c-22b5d43a74d6 ;
+    dho:hasLayer1 dhd:2b065cde-7a4c-4c02-8ab4-35324df883f4 ;
+    dho:hasOMAID "6037_CoAF1" .
+
+dhd:CoA0000006039_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:3c93ddcd-b089-4c06-acdd-c3d69a4d261c ;
+    dho:hasLayer1 dhd:c727b521-d7ad-42e7-82b0-3d3bc8152255 ;
+    dho:hasOMAID "6039_1" .
+
+dhd:CoA0000006056_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:f603affa-aa29-4d5f-af92-618042252f10 ;
+    dho:hasLayer1 dhd:00519956-07fc-4d06-bcc4-b281a86810f5 ;
+    dho:hasLayer2 dhd:fd391c6e-71e3-4143-9f17-e1313a0cac71 ;
+    dho:hasOMAID "6056_1" .
+
+dhd:CoA0000006136_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:f83df754-69d5-434d-a90f-6873cf2bd859 ;
+    dho:hasLayer1 dhd:760d6a42-ffec-4199-8280-7036fa7d0d34 ;
+    dho:hasOMAID "6136_1" .
+
+dhd:CoA0000006228 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006228_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3b62abc0-4c48-4981-aa16-e2b345d36644 ;
+    dho:hasLayer1 dhd:198f0046-8057-4c73-8d84-eb4acfa1462b ;
+    dho:hasOMAID "6228" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006234_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:0ae625f5-903c-4897-a757-5486c3278890 ;
+    dho:hasLayer1 dhd:35c8a389-656e-4642-83f0-704793880800 ;
+    dho:hasOMAID "6234_1" .
+
+dhd:CoA0000006237 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5aee989a-9804-43a0-a069-89336d6b02b6 ;
+    dho:hasLayer1 dhd:b5daa8f9-f8d7-4852-b341-070dc4fce9f0 ;
+    dho:hasOMAID "6237" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006238 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:eafd0cf3-3d01-48ba-9858-dae3970cd8f9 ;
+    dho:hasLayer1 dhd:0b32cc1e-9b20-40d9-9372-7001cf95732a ;
+    dho:hasOMAID "6238" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006252_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:2587c40c-5145-4fcc-a2ce-02965801a618 ;
+    dho:hasLayer1 dhd:dfae28fe-0b16-4efb-9411-25ed484c72e7 ;
+    dho:hasOMAID "6252_1" .
+
+dhd:CoA0000006253_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:198d57d7-fc97-4362-8b23-fec7fb3a887e ;
+    dho:hasLayer1 dhd:56902bff-3f52-44d6-b5d5-a37c7033297b ;
+    dho:hasOMAID "6253_1" .
+
+dhd:CoA0000006259 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e247af82-78a0-4ca8-8a48-5c4f2f7368d0 ;
+    dho:hasOMAID "6259" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006266_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:58db420a-3d79-4aab-a7d3-f79b55c1038a ;
+    dho:hasLayer1 dhd:19328a2b-2676-4149-a384-9e399bec3ad2 ;
+    dho:hasOMAID "6266_1" .
+
+dhd:CoA0000006273_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:48b81739-18da-4632-b335-62ac86c2f780 ;
+    dho:hasLayer1 dhd:2f4da93d-52ca-4ed6-ae72-4de079755592 ;
+    dho:hasOMAID "6273_1" .
+
+dhd:CoA0000006297_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:fb25be71-e624-4cb8-a809-05fc829f4a77 ;
+    dho:hasLayer1 dhd:cfd3b7e0-bf89-449b-b6a8-b80b7f8feb24 ;
+    dho:hasOMAID "6297_1" .
+
+dhd:CoA0000006300_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c9f56a21-88f1-4316-a1bd-65891ae59712 ;
+    dho:hasLayer1 dhd:ed2e6d72-b6ae-4568-b457-17275cd32355 ;
+    dho:hasLayer2 dhd:2af1bf00-a782-4e68-bb54-c5ddaa20233f ;
+    dho:hasOMAID "6300_1" .
+
+dhd:CoA0000006308_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:bbf6beee-678e-4aa0-b896-959f0ce38cd2 ;
+    dho:hasLayer1 dhd:a007672d-15bd-48f2-91ac-8b7510de2f41 ;
+    dho:hasOMAID "6308_1" .
+
+dhd:CoA0000006314_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:50ddf4c8-313f-44f0-b23b-3792f0c795e4 ;
+    dho:hasLayer1 dhd:e2ae66be-4dd9-4178-9753-e9cd8b5e7677 ;
+    dho:hasLayer2 dhd:c2abbabd-a4a8-41ad-a701-72899e1a293d ;
+    dho:hasOMAID "6314_1" .
+
+dhd:CoA0000006323_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a0e38761-c361-49dc-8ba6-e7ac7acee3cb ;
+    dho:hasOMAID "6323_1" .
+
+dhd:CoA0000006389_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:70b77ef7-de1b-4376-b9a4-eeda1b195b53 ;
+    dho:hasLayer1 dhd:0b546064-7e78-49f3-8c65-478851adcccd ;
+    dho:hasOMAID "6389_1" .
+
+dhd:CoA0000006392_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:b37f2f86-41d4-476a-a24f-91b96c4868be ;
+    dho:hasLayer1 dhd:d721f477-7ceb-4c2e-bd9f-7979fea4f92b ;
+    dho:hasOMAID "6392_1" .
+
+dhd:CoA0000006402_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:70f6a598-3a07-4e53-9951-c2a738c595f5 ;
+    dho:hasLayer1 dhd:6f3f12d6-64f6-4fa1-a4c8-c149244487c2 ;
+    dho:hasLayer2 dhd:5cb2096d-e6ff-44b5-87c8-6ff12e18d446 ;
+    dho:hasOMAID "6402_1" .
+
+dhd:CoA0000006415_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:069b3adc-2ad4-4371-a4e5-6728ab5adf7f ;
+    dho:hasLayer1 dhd:1a5b62b2-acd3-42f1-b715-b7ef9d35efbf ;
+    dho:hasLayer2 dhd:f0a7305e-2f69-49e3-a146-ec4752371848 ;
+    dho:hasOMAID "6415_1" .
+
+dhd:CoA0000006418_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:061c2894-5ca2-4f33-8008-94d53d80b4af ;
+    dho:hasLayer1 dhd:d100e7c3-3bc3-4836-ab5b-b121d165ea86 ;
+    dho:hasOMAID "6418_1" .
+
+dhd:CoA0000006495_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c4fbe621-7a4c-4825-864e-7c97c428fd5b ;
+    dho:hasLayer1 dhd:fc4c607c-3875-4721-ac97-fa75d9d18911 ;
+    dho:hasOMAID "6495_1" .
+
+dhd:CoA0000006531_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:d2a681e5-9b52-48eb-8c92-d14a94973cb7 ;
+    dho:hasLayer1 dhd:1742fdb9-5429-4eb6-aaff-cb6042d8e61a ;
+    dho:hasOMAID "6531_1" .
+
+dhd:CoA0000006605 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f89d40e8-0421-42b0-b026-063120a88913 ;
+    dho:hasLayer1 dhd:deeb0e81-29ca-447c-b30d-ed12afbd529a ;
+    dho:hasOMAID "6605" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006673 a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000006673_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9468d5ab-2e8e-4a71-a9bd-0dde4deb9ef7 ;
+    dho:hasLayer1 dhd:f80ba6c1-2b70-487d-bdee-216a6e516141 ;
+    dho:hasOMAID "6673" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000006673_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:dee55b5a-a3f5-4943-8c43-5dbdb9bcf671 ;
+    dho:hasLayer1 dhd:19f4f63b-0616-4680-9279-6ba0a98efd7b ;
+    dho:hasOMAID "6673_1" .
+
+dhd:CoA0000006848_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:79723f86-269e-4c4d-955f-bdd6fb354cb1 ;
+    dho:hasLayer1 dhd:89911b91-3aec-4b59-8c8b-86e60006b0f2 ;
+    dho:hasLayer2 dhd:0feae772-9341-4c82-a18e-e863824f44bf ;
+    dho:hasLayer3 dhd:18e73dfa-e9c5-44aa-8e14-2ceaa591cdb3 ;
+    dho:hasOMAID "6848_1" .
+
+dhd:CoA0000006881_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:dc16aad7-9fcd-4aa8-961b-62c2f195335a ;
+    dho:hasLayer1 dhd:1d3b2bb0-3a56-47da-9ce5-dd60374a6bc0 ;
+    dho:hasOMAID "6881_1" .
+
+dhd:CoA0000006926_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a354744e-77cb-4f07-ac5b-0a0576ab08e1 ;
+    dho:hasLayer1 dhd:f05fccf1-cad3-4d83-9f30-d3329ccbd96c ;
+    dho:hasOMAID "6926_1" .
+
+dhd:CoA0000007076_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:0b262c37-6968-4335-9d86-21bd9069509a ;
+    dho:hasLayer1 dhd:13d25d29-3aa1-4ef0-801d-6927c4ea1bb9 ;
+    dho:hasOMAID "7076_1" .
+
+dhd:CoA0000007085_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5460845e-eb1e-4ca4-96e0-55bdd74b5e07 ;
+    dho:hasLayer1 dhd:335a9653-014a-4688-abca-95b5587205f1 ;
+    dho:hasLayer2 dhd:ac86a386-373b-47a2-8586-9a179cad7dce ;
+    dho:hasOMAID "7085_1" .
+
+dhd:CoA0000007099_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5c551e70-3cd2-4b6f-a748-11fce6b02bde ;
+    dho:hasOMAID "7099_1" .
+
+dhd:CoA0000007130_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:9b9ad33d-1334-43f7-a3e2-8a04af9ecf4d ;
+    dho:hasLayer1 dhd:f22b082a-e9a8-4d53-a093-877c3e435119 ;
+    dho:hasLayer2 dhd:e94cc5f2-61e0-4adf-b415-d3e91a0362d3 ;
+    dho:hasLayer3 dhd:ef6cae35-aabd-4d2e-b6b6-e960af58f401 ;
+    dho:hasOMAID "7130_1" .
+
+dhd:CoA0000007229 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9cdb4b35-0219-4f3c-99b1-ecb654843dfa ;
+    dho:hasLayer1 dhd:606ef9d2-206e-45fe-94d9-1a352f3c1be0 ;
+    dho:hasOMAID "7229" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007261_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:63cdf651-8205-44b6-8cf0-78a70a9b54c4 ;
+    dho:hasLayer1 dhd:a5f43989-9acf-4cf1-b0ac-27e9f9a558de ;
+    dho:hasLayer2 dhd:e191fc4f-3186-4d28-8420-f2cbcfef6faa ;
+    dho:hasOMAID "7261_1" .
+
+dhd:CoA0000007265_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:f9616776-008f-4274-bb2c-f2603ce58ee0 ;
+    dho:hasLayer1 dhd:35d1e3d3-e790-4362-aa7d-c4ea63577b1f ;
+    dho:hasOMAID "7265_1" .
+
+dhd:CoA0000007334_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:8c4d8209-5133-4d76-9bdd-881b4d2eb664 ;
+    dho:hasLayer1 dhd:5a48c372-2a50-48c3-8bb1-e67c1bcba5b8 ;
+    dho:hasLayer2 dhd:b2618cf7-1991-4d2f-8b4c-a8bb2519b3ed ;
+    dho:hasOMAID "7334_1" .
+
+dhd:CoA0000007437 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9ea59ac4-86b9-4d2b-871b-724429033428 ;
+    dho:hasLayer1 dhd:c8099626-642e-4cf1-addd-f5745ff64eb8 ;
+    dho:hasOMAID "7437" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007567 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:88eace0d-fed0-48c8-88e9-03c90fa6a745 ;
+    dho:hasLayer1 dhd:2fd14313-ba5b-465f-8df7-a1cb5798202d ;
+    dho:hasLayer2 dhd:fe525302-9ba6-49f2-92a0-0fddd6425f8c ;
+    dho:hasOMAID "7567" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000007570_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e48f60fe-b7cf-4183-9b24-e2caf59cd3ae ;
+    dho:hasLayer1 dhd:0d33c266-c083-43ce-b5d5-3e99af923d60 ;
+    dho:hasLayer2 dhd:9f9f49be-dda4-4f56-98bc-adb5037ce060 ;
+    dho:hasOMAID "7570_1" .
+
+dhd:CoA0000007582_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:2e52c9ea-7951-46da-8ea6-ef82b05cf1f5 ;
+    dho:hasLayer1 dhd:e4b32748-c29d-4215-af3f-3a92ddbb82ac ;
+    dho:hasOMAID "7582_1" .
+
+dhd:CoA0000007612_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:50599937-5ff0-4776-9a65-308bbbd8ec60 ;
+    dho:hasLayer1 dhd:85c4185e-1440-4621-a0ef-8ff2a000742c ;
+    dho:hasOMAID "7612_1" .
+
+dhd:CoA0000007961_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:92c1649b-a6f1-4559-bf4f-561a4369e6bd ;
+    dho:hasLayer1 dhd:71b23a3f-5d25-4d31-853d-aaaa825d834e ;
+    dho:hasLayer2 dhd:1ae2ed71-c4b5-465f-982b-543e39f0ec37 ;
+    dho:hasOMAID "7961_1" .
+
+dhd:CoA0000008134_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5fad7903-c32e-4451-9511-ad776e68086c ;
+    dho:hasLayer1 dhd:581f116d-5117-4ef1-b71c-036f843aead9 ;
+    dho:hasOMAID "8134_A_1" .
+
+dhd:CoA0000008134_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e8b1869d-c612-4536-8ffc-2f2c1579d817 ;
+    dho:hasLayer1 dhd:38230e9c-6d86-455c-9360-fdfe920c9fd4 ;
+    dho:hasOMAID "8134_B_1" .
+
+dhd:CoA0000008152 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e9278324-ce1d-428f-abf6-bb2c1111959a ;
+    dho:hasMarshalledPart1 dhd:CoA0000008152_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008152_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008152_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008152_A ;
+    dho:hasOMAID "8152" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008152_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:478a3340-1b3b-4ebb-a08d-a58c642dd596 ;
+    dho:hasLayer1 dhd:cee2e11c-63fd-44e6-8625-8b89236ea8cf ;
+    dho:hasOMAID "8152_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008152_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0e284749-e187-4bc2-b0c2-631799664fe3 ;
+    dho:hasLayer1 dhd:d2ea4ddf-6069-48cf-ac4f-23e0cb55d61c ;
+    dho:hasOMAID "8152_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008191_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed Charge1 to field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008191_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:17145d10-06d3-4f33-9738-4a3ed0f19fb6 ;
+    dho:hasLayer1 dhd:a05aecd2-ecb5-446e-b359-fccfa377d513 ;
+    dho:hasOMAID "8191_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008191_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1b86010b-7e67-44d3-ac52-ecad68bf44be ;
+    dho:hasLayer1 dhd:f4d8294f-8bab-49f5-befc-194847375bc6 ;
+    dho:hasOMAID "8191_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008220_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c2e900ad-13d5-4e38-946b-514b14baae2d ;
+    dho:hasLayer1 dhd:9b0ec19e-fb18-4e8e-a7a5-cc37c93b3c18 ;
+    dho:hasOMAID "8220_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008220_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed color / added relation_to_field" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008220_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b2d3f9d8-7458-4d73-aa53-81942fcce2ae ;
+    dho:hasLayer1 dhd:76040a87-43b7-4a7d-933d-acd76cc7ce22 ;
+    dho:hasLayer2 dhd:441e97fb-d2b4-4dfe-8964-ad9d403b3432 ;
+    dho:hasOMAID "8220_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008229_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:68fe5b99-6cc2-46b5-8717-fc770d8dd863 ;
+    dho:hasLayer1 dhd:ca3a4060-0174-4e93-80b1-0ac96ee5b6f8 ;
+    dho:hasOMAID "8229_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008229_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:00fbe260-765d-4d48-87f1-798464aeeee6 ;
+    dho:hasLayer1 dhd:411a3098-2680-499d-a8ca-0a23df5513b7 ;
+    dho:hasOMAID "8229_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008287_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:dd2a5835-8312-4854-9619-b11ff4f21984 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008287_A_1 ;
+    dho:hasMarshalledPart2 dhd:CoA0000008287_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008287_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008287_A_1 ;
+    dho:hasOMAID "8287_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008287_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed field_seme" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008287_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:555e5f4c-412a-4f9b-814c-fbe89a887cee ;
+    dho:hasLayer1 dhd:9ca94abc-4f7d-4aec-ade8-672500c7154d ;
+    dho:hasOMAID "8287_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008299_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ccb355ad-1417-453c-b1e0-72958a358a04 ;
+    dho:hasOMAID "8299_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008299_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008299_B_1 ;
+    dho:hasBeliefValue false,
+        true ;
+    dho:hasField dhd:9442d299-78d8-49a9-ab40-f47687ce80b6,
+        dhd:a78d394b-51b3-4e20-9662-f2f58532ceab ;
+    dho:hasLayer1 dhd:0fc00603-1d18-4752-986d-c0b6f06b09b1,
+        dhd:e591d5b3-3e44-482b-a305-34767604e8dd ;
+    dho:hasOMAID "8299_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008359_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c5d5095c-0071-4457-9b27-a2a8bae10014 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008359_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008359_B_1 ;
+    dho:hasMarshalledPart3 dhd:CoA0000008359_B_1 ;
+    dho:hasMarshalledPart4 dhd:CoA0000008359_A ;
+    dho:hasOMAID "8359_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008359_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008359_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3afba625-d5ac-430a-89ed-0cde17f7bc44 ;
+    dho:hasLayer1 dhd:fa37a489-4a58-4c05-bfb0-637fb2d2ca56 ;
+    dho:hasOMAID "8359_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008363_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:aca78db0-de7a-4afb-9c02-cf54c341a4c1 ;
+    dho:hasLayer1 dhd:d553f8f0-9560-4ac1-bed4-9ff9508a9cb2 ;
+    dho:hasOMAID "8363_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008363_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:56ab684f-5b50-4f91-8f22-a58de0140c24 ;
+    dho:hasLayer1 dhd:d8c60415-879b-4ff4-8eee-96d6da4baf87 ;
+    dho:hasOMAID "8363_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008378_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:7a44d44b-6d51-424f-90b2-6f831226533d ;
+    dho:hasMarshalledPart1 dhd:CoA0000008378_A_1 ;
+    dho:hasMarshalledPart2 dhd:CoA0000008378_B_1 ;
+    dho:hasMarshalledPart3 dhd:CoA0000008378_B_1 ;
+    dho:hasMarshalledPart4 dhd:CoA0000008378_A_1 ;
+    dho:hasOMAID "8378_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008378_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008378_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:9b0ceb40-cbb7-4b4e-babe-717810441489 ;
+    dho:hasLayer1 dhd:97e9d484-d910-4904-a3a3-978df7655fee ;
+    dho:hasOMAID "8378_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008378_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of Charge1 and field_seme / added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008378_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:304db03b-9592-4cb7-97b8-d3ba995b0717 ;
+    dho:hasLayer1 dhd:21d0db3f-7f30-48d3-bd14-800e3df06577 ;
+    dho:hasOMAID "8378_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008452_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:91b5da78-920b-49e3-ba8b-eff090a17630 ;
+    dho:hasLayer1 dhd:c04330d7-fc1d-437a-a026-a4273a1401a5 ;
+    dho:hasOMAID "8452_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008452_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:f3298ff8-7cc4-47a4-b617-880796070775 ;
+    dho:hasLayer1 dhd:1eb80b41-c497-46aa-9f50-75c242ff05b9 ;
+    dho:hasOMAID "8452_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008517_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:0e75c1f6-9bb4-4199-a3d9-2c6bbcc24f4d ;
+    dho:hasLayer1 dhd:f74484da-c5d6-4f3a-ade6-82f675484e21 ;
+    dho:hasOMAID "8517_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008517_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e1922758-d7b1-494d-b8d0-df0c2bf74c7d ;
+    dho:hasLayer1 dhd:61523da3-5a51-468b-a73c-e7773f6fdeb2 ;
+    dho:hasOMAID "8517_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008666_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:da8539af-5768-4059-9d6d-dbc591862448 ;
+    dho:hasLayer1 dhd:7b182f05-64b7-4124-941f-17ba9c879a3f ;
+    dho:hasOMAID "8666_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008666_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d29427b6-b698-45e5-8e53-01d487fa916c ;
+    dho:hasLayer1 dhd:e6d7a2c3-4fc4-47a8-826f-223ac825b58d ;
+    dho:hasOMAID "8666_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008668_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "Added tincture for crowned" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008668_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a9c82e51-caf2-4d58-8214-b1687475afc2 ;
+    dho:hasLayer1 dhd:3827d5ef-6e83-4a75-b0d8-cb247aba146f ;
+    dho:hasOMAID "8668_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008668_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b551c9f9-5a91-4a54-ab02-63877f7d199e ;
+    dho:hasOMAID "8668_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008670_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:293d6750-c664-41b6-a484-ef0ffee32600 ;
+    dho:hasLayer1 dhd:f2a472cf-0d2b-40d0-a900-f218ec0b3b67 ;
+    dho:hasOMAID "8670_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008670_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added langued and armed to Charge1" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008670_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:73a9a46a-00fc-4d23-86fb-ead2c4ac7801 ;
+    dho:hasLayer1 dhd:8983deac-51d1-47ef-92ed-d260def3546a ;
+    dho:hasOMAID "8670_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008676_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:14f73f68-8501-4f1e-907f-ce37979608ad ;
+    dho:hasMarshalledPart1 dhd:CoA0000008676_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008676_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008676_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008676_A ;
+    dho:hasOMAID "8676_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008677_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:dba4cb21-78eb-41db-b70b-cab2951d0a92 ;
+    dho:hasLayer1 dhd:603d2ed0-4b95-497c-89e2-2623109c0c55 ;
+    dho:hasOMAID "8677_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008677_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:db059bdb-dcbd-430d-bb4c-de8b5aef6f3d ;
+    dho:hasOMAID "8677_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008724_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a533aa15-7b0f-4981-8f76-075661e29b27 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008724_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008724_B_1 ;
+    dho:hasMarshalledPart3 dhd:CoA0000008724_B_1 ;
+    dho:hasMarshalledPart4 dhd:CoA0000008724_A ;
+    dho:hasOMAID "8724_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008724_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed all tinctures to missing / added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008724_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:4fd5d7cc-30d5-4222-978c-31d3e82a77fd ;
+    dho:hasLayer1 dhd:f94cf23f-8926-4e07-a8e0-7e0a57a3d542 ;
+    dho:hasOMAID "8724_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008755_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008755_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:42ea188b-e1d4-4f87-a8a0-1df1ed1f38b6 ;
+    dho:hasLayer1 dhd:8df7b2a6-e65a-4490-8776-aafa459e167f ;
+    dho:hasOMAID "8755_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008755_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "changed fish to lozenge / removed palewise" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008755_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:72e958c9-47da-49d4-b151-dde6bfbf1a95 ;
+    dho:hasLayer1 dhd:7485608e-50fb-4a41-ae49-5aab249efaad ;
+    dho:hasOMAID "8755_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008800_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added fesswise" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008800_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2ab4d822-10bf-41d4-854e-84f637c71404 ;
+    dho:hasLayer1 dhd:342512c0-8faa-4b61-9391-0f87bd873705 ;
+    dho:hasOMAID "8800_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008800_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008800_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1df48dc3-69a9-4bfd-a097-b0e89058fb83 ;
+    dho:hasLayer1 dhd:223eee96-7c17-42a3-a617-bf83cd7b18fd ;
+    dho:hasOMAID "8800_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008837_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e29b3d48-5860-4127-bb8c-0b268407d853 ;
+    dho:hasMarshalledPart1 dhd:CoA0000008837_A_1 ;
+    dho:hasMarshalledPart2 dhd:CoA0000008837_B_1 ;
+    dho:hasMarshalledPart3 dhd:CoA0000008837_B_1 ;
+    dho:hasMarshalledPart4 dhd:CoA0000008837_A_1 ;
+    dho:hasOMAID "8837_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008837_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added field_tinct" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008837_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:905a02a9-192f-45e0-82e9-9c15ded40ee2 ;
+    dho:hasOMAID "8837_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008837_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed field_tinct" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008837_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3e7edd60-585a-467a-a24d-644a0ba273a7 ;
+    dho:hasLayer1 dhd:09725bb8-2d54-4977-bd6a-0e6a616ce4c1 ;
+    dho:hasLayer2 dhd:a4c5fc9e-3372-4fba-806b-04f515f084ce ;
+    dho:hasLayer3 dhd:31f97a25-37d6-47ee-8556-3c0c5b303f5d ;
+    dho:hasOMAID "8837_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008954_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:46eb6c90-b807-4497-88b2-091115fd7ff5 ;
+    dho:hasLayer1 dhd:42cb4696-b321-4b43-860f-3d857da6b762 ;
+    dho:hasOMAID "8954_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008954_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:495e0150-67ed-4a41-afea-bbfddcf6875e ;
+    dho:hasLayer1 dhd:fc4a4d3f-a4a3-4f61-8373-deebad633a90 ;
+    dho:hasOMAID "8954_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008974_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ae8c4a3a-66d2-4a6b-a863-9dc616dd68e2 ;
+    dho:hasLayer1 dhd:170f61bc-7de0-486d-a3e7-63787a3b1fee ;
+    dho:hasOMAID "8974_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008974_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c7863851-e8a8-4c9c-8426-8c7e4ed8f35b ;
+    dho:hasLayer1 dhd:437117bf-67d7-40ff-bac8-37bb57963799 ;
+    dho:hasOMAID "8974_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008991_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:7236f25a-6cac-466e-b06a-537f8b56960c ;
+    dho:hasMarshalledPart1 dhd:CoA0000008991_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008991_B_1 ;
+    dho:hasMarshalledPart3 dhd:CoA0000008991_B_1 ;
+    dho:hasMarshalledPart4 dhd:CoA0000008991_A ;
+    dho:hasOMAID "8991_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008991_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "fixed tincture of field to missing" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008991_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c0d2176f-8c4f-44f3-a067-28ec56d33e71 ;
+    dho:hasOMAID "8991_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009505_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:34453bee-1ac6-48de-a7e9-873a9a2a7bb9 ;
+    dho:hasLayer1 dhd:8301ef18-f86f-4091-aae6-978663923a4f ;
+    dho:hasLayer2 dhd:7bb26188-c770-4299-99dc-40fbd6062f8d ;
+    dho:hasLayer3 dhd:8ae49d94-e750-4247-bd58-438b07964216 ;
+    dho:hasOMAID "9505_1" .
+
+dhd:CoA0000009579_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5908fb97-e2bb-4983-ab28-e05af78562d1 ;
+    dho:hasMarshalledPart1 dhd:CoA0000009579_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000009579_B_1 ;
+    dho:hasMarshalledPart3 dhd:CoA0000009579_B_1 ;
+    dho:hasMarshalledPart4 dhd:CoA0000009579_A ;
+    dho:hasOMAID "9579_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000009579_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000009579_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2245b2ba-8e8f-45cc-a44c-29a7496286e5 ;
+    dho:hasLayer1 dhd:9c386757-9696-4097-afd0-6705b203747f ;
+    dho:hasOMAID "9579_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009583_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5ea5bf4e-bf57-4967-ba8f-9a1f1fdc5818 ;
+    dho:hasLayer1 dhd:e1efa49b-5778-4083-81e6-57c6f03981f3 ;
+    dho:hasOMAID "9583_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009583_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6c2fe76a-99ad-47cd-a686-826a570d67ba ;
+    dho:hasLayer1 dhd:86567c51-a8d5-4a64-b3b4-0d38c5c6bdfb ;
+    dho:hasOMAID "9583_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009585_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:1f3bb0f0-d48b-4c42-b7c9-bd8cd0f2bb54 ;
+    dho:hasLayer1 dhd:281db7b3-f2e2-4be9-bf89-59bf67ccba31 ;
+    dho:hasOMAID "9585_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009585_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:49c93869-fb89-4379-8ab3-8fcf334b42d5 ;
+    dho:hasLayer1 dhd:c8b7a4b4-be58-4bee-9719-bca2442a442d ;
+    dho:hasOMAID "9585_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009646_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e20682c0-d4c4-464e-aeee-df7b9d48692c ;
+    dho:hasLayer1 dhd:188bf4f9-3e26-4f0d-b795-a2a743503e4f ;
+    dho:hasLayer2 dhd:4446b8b5-6ea5-4b9a-8730-1c21095f7111 ;
+    dho:hasOMAID "9646_1" .
+
+dhd:CoA0000009650_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:11671afb-c733-420c-a468-054fe459a745 ;
+    dho:hasLayer1 dhd:5861643a-e701-48a4-9661-975effca61e9 ;
+    dho:hasLayer2 dhd:44975a80-de58-472c-873b-72ac0b6574ec ;
+    dho:hasOMAID "9650_1" .
+
+dhd:CoA0000009651_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5bc2e986-a265-47c7-b0ad-05ebe0245844 ;
+    dho:hasLayer1 dhd:80402832-4010-4292-9f77-991bc149aa9f ;
+    dho:hasLayer2 dhd:737e0c56-8dcd-45ee-a3af-5cf5fa030aea ;
+    dho:hasOMAID "9651_1" .
+
+dhd:CoA0000009652_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:af80fb18-3ccd-44b3-b28d-2a2d46a04e15 ;
+    dho:hasLayer1 dhd:f84f7458-dd9b-4c8e-b736-27bd165f83fc ;
+    dho:hasLayer2 dhd:6799c9e8-2a2e-44eb-815b-c5b563f5d323 ;
+    dho:hasOMAID "9652_1" .
+
+dhd:CoA0000009653_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:368cf947-7ac1-4113-91db-66f8343da99c ;
+    dho:hasLayer1 dhd:716df372-aeae-4294-9afa-de2cb1c0405e ;
+    dho:hasOMAID "9653_1" .
+
+dhd:CoA0000009655_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:f1d5d85f-e8a0-4c49-9dfc-6245b9393655 ;
+    dho:hasLayer1 dhd:40d02da8-c9c2-4551-923b-6c8c2f97789a ;
+    dho:hasLayer2 dhd:c18154a5-310b-46f2-998f-37979868c76c ;
+    dho:hasOMAID "9655_1" .
+
+dhd:CoA0000009658_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c3e3b9ed-151e-4bb1-8497-b00acb8d8b44 ;
+    dho:hasLayer1 dhd:a3653eff-e318-480d-9aa8-456556021f8b ;
+    dho:hasOMAID "9658_1" .
+
+dhd:CoA0000009682_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:d540bdd1-d486-413d-8a07-9d52fc2a622e ;
+    dho:hasLayer1 dhd:000e76c8-f7db-42d2-8f26-e439ef7911ef ;
+    dho:hasOMAID "9682_1" .
+
+dhd:CoA0000009691_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:b05783bf-3c29-4b10-b94d-ebe00df3175a ;
+    dho:hasLayer1 dhd:a4f24b76-e1ad-471c-be71-e818243a4fda ;
+    dho:hasOMAID "9691_1" .
+
+dhd:CoA0000009818_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fae995df-487f-43bd-b380-2815c6788ac9 ;
+    dho:hasLayer1 dhd:80eadfd8-552c-42d7-91f5-c357b60806d6 ;
+    dho:hasOMAID "9818_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009818_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b152d249-031f-4cf3-b915-a20698355fd6 ;
+    dho:hasLayer1 dhd:178864e8-7b7b-4a26-8830-f58d56b3c636 ;
+    dho:hasOMAID "9818_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000010789 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:644327e0-27d6-40e0-bf75-06e363f3614e ;
+    dho:hasMarshalledPart1 dhd:CoA0000010789_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000010789_B ;
+    dho:hasOMAID "10789" ;
+    dho:marshalledByType dho:PerFess ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000010921 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ba7cd1a0-2e23-41ab-b419-0e52c937dcd4 ;
+    dho:hasLayer1 dhd:f60a21b4-9b01-40d5-9be6-508749647cba ;
+    dho:hasOMAID "10921" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000011296_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ca534bfd-f359-4c36-9d33-f730098992a9 ;
+    dho:hasLayer1 dhd:ef63c850-2171-4ff8-a97a-bddd6c0f5cb4 ;
+    dho:hasOMAID "11296_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000011296_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fd19d69e-b21b-4d5e-9d5f-f09aead5b1c8 ;
+    dho:hasLayer1 dhd:3aed932c-4648-41e4-948e-e8b0e59cdab3 ;
+    dho:hasOMAID "11296_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000011299_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:5acc9d2d-1b97-47e8-b4b0-07c20c6dc3a8 ;
+    dho:hasLayer1 dhd:b05d0ca5-e6a0-4843-9a86-1976e1ccb6ff ;
+    dho:hasOMAID "11299_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000011299_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ce8739d0-79b2-4dcb-bb4c-245c79368d30 ;
+    dho:hasLayer1 dhd:9324d958-3357-4dbe-9d77-a495876d70a0 ;
+    dho:hasOMAID "11299_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000013049_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:fc66afde-e21c-41f9-924b-1924389723c8 ;
+    dho:hasLayer1 dhd:aac85b35-2b54-4ffc-aefe-94153ae8a5ba ;
+    dho:hasOMAID "13049_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000013049_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:96c43f05-6a6f-4c05-a4cc-64fa2766cfe5 ;
+    dho:hasLayer1 dhd:e1ae2326-34de-4a9e-98e6-e85a29685c25 ;
+    dho:hasOMAID "13049_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016114_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:31fc057a-9d33-43f1-9a78-f02b3c1a65ef ;
+    dho:hasLayer1 dhd:951117a8-e288-41c0-a3da-093a870c6003 ;
+    dho:hasOMAID "16114_1" .
+
+dhd:CoA0000016389 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e4e9ef4f-abf5-4b59-ba5e-f1e9451f4d9f ;
+    dho:hasOMAID "16389" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016396_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:ecc59d06-3866-4cca-a40a-0277571c6e42 ;
+    dho:hasLayer1 dhd:c02ea6f5-2cda-45ba-81d4-ba27c7d2132d ;
+    dho:hasOMAID "16396_1" .
+
+dhd:CoA0000016446_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:a1a34f79-d0bb-4a8f-9dde-f9867e2081e1 ;
+    dho:hasLayer1 dhd:53c4ab1f-c4fd-4f56-b246-3541be3eeb0c ;
+    dho:hasOMAID "16446_1" .
+
+dhd:CoA0000016983 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:99d427df-2933-4599-968c-8c44e89f7e8a ;
+    dho:hasLayer1 dhd:1d0def92-c148-407b-bafc-f1e6b08a60f1 ;
+    dho:hasOMAID "16983" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000017508_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added second tincture to Charge1 and first to Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000017508_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ad75aa1b-df71-4dc2-8b69-2d1a23bb1499 ;
+    dho:hasLayer1 dhd:3badc5c5-64f3-4792-ae50-15b0dcc3820a ;
+    dho:hasLayer2 dhd:2d1cb96e-12c8-42b2-a72a-bd2e743cc142 ;
+    dho:hasOMAID "17508_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000017508_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "removed Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000017508_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:71a1d2c2-0bb8-41db-bd20-d6d7db9ef813 ;
+    dho:hasLayer1 dhd:4db6410b-d367-49e8-b0e6-1e7fe08ba475 ;
+    dho:hasOMAID "17508_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000017737_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:682baaec-33ef-4ee4-a3e6-938930b48b53 ;
+    dho:hasLayer1 dhd:7ee478b0-f62f-491b-b7be-d9bf2dcb9741 ;
+    dho:hasOMAID "17737_1" .
+
+dhd:CoA0000019035_Escu_A a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000019035_Escu_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a542ef52-0205-4a69-ae96-92246c3f66a4 ;
+    dho:hasLayer1 dhd:a81d7007-d919-416f-9ee3-8d5897d8c34b ;
+    dho:hasOMAID "19035_Escu_A" .
+
+dhd:CoA0000019035_Escu_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a2b96d1f-b1b3-4205-a6b8-a25e16e2843c ;
+    dho:hasOMAID "19035_Escu_B" .
+
+dhd:CoA0000019776_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:210bb152-0d31-4692-b551-114a7a2f04db ;
+    dho:hasLayer1 dhd:82fcf923-25c6-4a18-b457-a6195f3401ee ;
+    dho:hasLayer2 dhd:b4d037e6-801d-4500-8d0c-410323be6374 ;
+    dho:hasOMAID "19776_1" .
+
+dhd:CoA0000021423_A_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a4217e15-129e-40db-9c67-4607ba055e01 ;
+    dho:hasLayer1 dhd:9b9d392a-6bea-4378-bfe3-421730d807fb ;
+    dho:hasOMAID "21423_A_A" .
+
+dhd:CoA0000021423_A_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d293fe94-6013-49e7-abbb-fbdb6e0cc20e ;
+    dho:hasLayer1 dhd:b3c32a10-c675-4857-a55c-a9d0091d3194 ;
+    dho:hasOMAID "21423_A_B" .
+
+dhd:CoA0000021423_B_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d2fc7fae-0f62-42f9-990d-ba46bbb79a30 ;
+    dho:hasLayer1 dhd:729fd12d-a4db-43cd-bbd2-24f28c197f21 ;
+    dho:hasOMAID "21423_B_A" .
+
+dhd:CoA0000021423_B_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:95e8652d-9bbc-4537-a016-55dbc07984b6 ;
+    dho:hasLayer1 dhd:dc02c2be-af3e-4b0a-adee-8e932fa6e833 ;
+    dho:hasOMAID "21423_B_B" .
+
+dhd:CoA0000022239_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:9eb327a6-db32-4313-806e-2e25ddd9f052 ;
+    dho:hasLayer1 dhd:6fadb2a2-2db9-42fc-9218-ce39d0c8217b ;
+    dho:hasLayer2 dhd:fe6cb166-8837-403e-8663-3046ce932138 ;
+    dho:hasOMAID "22239_1" .
+
+dhd:CoA0000022239_CoAF1 a dho:Canton ;
+    dho:blasonCorrectionComment "added rampant, langued, armed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000022239_CoAF1_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:b95cf2b2-ceb0-40ab-b619-27c16e4daf06 ;
+    dho:hasLayer1 dhd:2469fa1b-aeac-40cd-8100-1da34daf2373 ;
+    dho:hasLayer2 dhd:851f174d-60a0-4b5c-98e6-a1a6118a10bf ;
+    dho:hasOMAID "22239_CoAF1" .
+
+dhd:CoA0000027012_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasEscutcheon dhd:CoA0000027012_Escu ;
+    dho:hasField dhd:17641f38-79a3-4b76-a349-f5f91836ac0f ;
+    dho:hasMarshalledPart1 dhd:CoA0000027012_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000027012_B_1 ;
+    dho:hasMarshalledPart3 dhd:CoA0000027012_B_1 ;
+    dho:hasMarshalledPart4 dhd:CoA0000027012_A ;
+    dho:hasOMAID "27012_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000027012_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant and armed" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027012_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:6d0cd9e3-9903-433a-8cc5-e3810295cd21 ;
+    dho:hasLayer1 dhd:2ae5db5f-9e65-4241-86d1-3178d6cb9da6 ;
+    dho:hasOMAID "27012_B" .
+
+dhd:CoA0000027012_Escu a dho:Inescutcheon ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:583df9f8-f930-4ba5-a186-91cbbdece82c ;
+    dho:hasLayer1 dhd:c9fa0835-7314-4511-9c23-7a041ada8ba0 ;
+    dho:hasOMAID "27012_Escu" .
+
+dhd:CoA0000027636_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:548c001b-f483-4ee7-b634-a976b78cd737 ;
+    dho:hasMarshalledPart1 dhd:CoA0000027636_A_1 ;
+    dho:hasMarshalledPart2 dhd:CoA0000027636_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000027636_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000027636_A_1 ;
+    dho:hasOMAID "27636_1" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000027636_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027636_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:d4b7a9c8-80a3-4b52-aa37-660339272dfd ;
+    dho:hasLayer1 dhd:46944245-377f-4f78-b9f5-aa763c5189e5 ;
+    dho:hasOMAID "27636_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027639_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:f5bca011-89c3-4af7-a5c2-7eb2c7b2de0b ;
+    dho:hasMarshalledPart1 dhd:CoA0000027639_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000027639_B ;
+    dho:hasOMAID "27639_1" ;
+    dho:numberOfMarshalledParts 2 .
+
+dhd:CoA0000027639_A a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027639_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:070f918d-d75e-4989-a223-6596d1acc5cd ;
+    dho:hasMarshalledPart1 dhd:CoA0000027639_A_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000027639_A_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000027639_A_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000027639_A_A ;
+    dho:hasOMAID "27639_A" ;
+    dho:marshalledByType dho:PerQuarter ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000027639_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:e72cfb2f-e9c8-4d37-abab-df8981fa731a ;
+    dho:hasLayer1 dhd:96be2aed-f7f5-458e-8ec5-d0ab9fed424f ;
+    dho:hasOMAID "27639_B" .
+
+dhd:CoA0000028271_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:36440bff-ddef-461f-91b5-ab622b2f4830 ;
+    dho:hasLayer1 dhd:3d819b53-f120-4791-a95f-4d0c12cb37fd ;
+    dho:hasLayer2 dhd:f11f92c1-325b-440b-a5e4-ee94fc55fc64 ;
+    dho:hasOMAID "28271_1" .
+
+dhd:CoA0000031504_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:bb1a24a9-f5b0-4fd9-b30c-5778c424a455 ;
+    dho:hasLayer1 dhd:21785ccc-6949-4db2-8cf9-0cadcf5e871a ;
+    dho:hasOMAID "31504_1" .
+
+dhd:CoA0000031514_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c0cbc998-6545-4a4f-817e-e77f7b2b4ced ;
+    dho:hasLayer1 dhd:3d0b6c15-bd97-433d-8839-3d425e4fad38 ;
+    dho:hasOMAID "31514_1" .
+
+dhd:CoA0000031515_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:ee344cb4-5ead-4f84-93e1-f3bd855e39fa ;
+    dho:hasLayer1 dhd:1c4dc25b-5109-449e-a858-ba03a2af21cb ;
+    dho:hasOMAID "31515_1" .
+
+dhd:CoA0000031516_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:7217f4f8-82a6-457a-8e89-f436025b2cc0 ;
+    dho:hasLayer1 dhd:a0a29aaa-4b68-41ff-87e1-30cd0b10f6db ;
+    dho:hasOMAID "31516_1" .
+
+dhd:CoA0000031518_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:b5f9af48-7f25-41d1-a4b8-d68b840353c9 ;
+    dho:hasLayer1 dhd:9ed352ab-efbc-4cd9-980e-8517933c7b25 ;
+    dho:hasOMAID "31518_1" .
+
+dhd:CoA0000031537_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:3ed3e398-cacc-4f53-b4e8-c90a800b89e2 ;
+    dho:hasLayer1 dhd:9db1838f-e740-4d28-920f-246e8828f9eb ;
+    dho:hasLayer2 dhd:f5c34f03-b61c-41c8-9ea4-0f370e476f4c ;
+    dho:hasOMAID "31537_1" .
+
+dhd:CoA0000031539_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:175a1f64-6109-48ab-981f-125eeba34f95 ;
+    dho:hasLayer1 dhd:866caf24-7344-4d6c-92ca-bc61ae52fb3f ;
+    dho:hasOMAID "31539_1" .
+
+dhd:CoA0000031543_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5a0a7a3e-4305-42dd-9060-73c43a256ea7 ;
+    dho:hasLayer1 dhd:fa918c26-ca77-4a1c-979a-4638f648b6cb ;
+    dho:hasOMAID "31543_1" .
+
+dhd:CoA0000031544_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e262d5b0-d162-43d5-9696-544d1bf8414d ;
+    dho:hasLayer1 dhd:f32bb63f-6ee7-424c-8c58-2f9a55efec44 ;
+    dho:hasOMAID "31544_1" .
+
+dhd:CoA0000031545_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:83a67588-d2ec-46e7-961a-fa6a81afb585 ;
+    dho:hasLayer1 dhd:f458bc07-be58-4b51-8af3-e2bc31ddc1c9 ;
+    dho:hasOMAID "31545_1" .
+
+dhd:CoA0000031550_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:094f9a92-4793-4391-83fb-af03aaba726f ;
+    dho:hasLayer1 dhd:eeab05de-f056-4e39-81c6-fcddb9e55dfe ;
+    dho:hasLayer2 dhd:1f5bc1c7-e7ea-4dfc-a055-66a9b22ba257 ;
+    dho:hasOMAID "31550_1" .
+
+dhd:CoA0000031556_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:bc55ccfc-326f-442f-a160-07ff1ed53e3e ;
+    dho:hasLayer1 dhd:0a57940d-539e-48b2-aac0-770309337e1a ;
+    dho:hasOMAID "31556_1" .
+
+dhd:CoA0000031557_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:e953c165-a122-4b0a-ab91-faa8f0c2039a ;
+    dho:hasLayer1 dhd:c58204c8-5f44-462f-aca6-6ce66c7dec1f ;
+    dho:hasLayer2 dhd:88d650c3-3fec-432b-8588-83ddcbf97614 ;
+    dho:hasOMAID "31557_1" .
+
+dhd:CoA0000031558_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:01c49ce3-74e3-4370-a503-29510e5a3c6f ;
+    dho:hasLayer1 dhd:86142f29-fbbe-4cb1-9ce7-3665d85695be ;
+    dho:hasOMAID "31558_1" .
+
+dhd:CoA0000031559_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:1c36e30f-7df0-46cc-8cce-5e3143d7fd4c ;
+    dho:hasLayer1 dhd:62bc3f52-4769-41a7-8d25-3b99f2195054 ;
+    dho:hasOMAID "31559_1" .
+
+dhd:CoA0000031570_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c1c34c50-9b44-4bbb-87cf-24336d287e50 ;
+    dho:hasLayer1 dhd:6c1b71fe-5364-42a5-a13b-e6d3879e0c90 ;
+    dho:hasLayer2 dhd:aa73e60b-e891-4d03-8512-7692768bede5 ;
+    dho:hasOMAID "31570_1" .
+
+dhd:CoA0000031571_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:70d96588-36aa-4256-9602-44d0a256a14c ;
+    dho:hasLayer1 dhd:c5e7eb98-db88-4dfe-b22a-783accbe1d79 ;
+    dho:hasOMAID "31571_1" .
+
+dhd:CoA0000031573_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:004e62b4-4e96-4d5c-9aeb-c29a14543560 ;
+    dho:hasLayer1 dhd:41de237c-cab5-456a-9bad-45bc8c1a00a5 ;
+    dho:hasOMAID "31573_1" .
+
+dhd:CoA0000031578_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:38bd8d33-99d0-44f1-9210-5b382dae52e6 ;
+    dho:hasLayer1 dhd:c040018e-80a9-48ee-b049-33dd52352fdd ;
+    dho:hasLayer2 dhd:000c2c72-e4d3-4332-b1da-b3a56741b5c0 ;
+    dho:hasOMAID "31578_1" .
+
+dhd:a4dfd7ed-1d0c-4a56-9b84-8041e49dacf9 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:a5829ce8-4e05-43bb-a293-1013d177ed4c a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:a6fde889-66f3-4939-ad15-66b2cbd8f7d5 a dho:Field ;
+    dho:hasPattern dho:PerPale ;
+    dho:hasTincture1 dho:Or ;
+    dho:hasTincture2 dho:Gules .
+
+dhd:b2d3f9d8-7458-4d73-aa53-81942fcce2ae a dho:Field ;
+    dho:hasSeme dhd:9c866965-ac5d-46fc-a1bb-03ba737d4cca ;
+    dho:hasTincture dho:Gules .
+
+dhd:b3c32a10-c675-4857-a55c-a9d0091d3194 a dho:Layer ;
+    dho:hasCharge1 dhd:04b6b945-5e1a-4176-9a31-e3584d3426cd .
+
+dhd:b4d8b990-3600-41a8-8b8a-75093c7ae493 a dho:Layer ;
+    dho:hasCharge1 dhd:5a36dbe1-90e1-45a1-a7b0-d46285d09645 .
+
+dhd:b6318896-d0cc-4907-bc08-3b59a8c5a212 a dho:Field ;
+    dho:hasSeme dhd:b777eb59-c2a1-44a9-8a28-23d4a0dddbea ;
+    dho:hasTincture dho:Gules .
+
+dhd:bb1e6a72-a222-4c8e-a347-cdcd910d2240 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:beabd168-b10b-402a-9eca-2873a144131a a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:cbd31a4a-f2be-4e24-ac76-d16be7aa97ed a dho:Layer ;
+    dho:hasCharge1 dhd:2187c446-39b1-4a3d-80ca-10c46d2bda99 .
+
+dhd:cd1f6088-47bc-4dc9-adda-9da483e0f33a a dho:Crancelin ;
+    dho:arranged dhd:1ef28f14-758b-48e0-85e5-4e4a3be1746b ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:d6a3459d-2f61-43dc-949d-df7ee88e86a0 a dho:Field ;
+    dho:accompaniedBy dhd:21fb11ca-5a34-473a-aa96-abcf11b72274,
+        dhd:4a638ba2-b8e7-4d8e-bd3a-b7887480e2be ;
+    dho:hasPattern dho:Quarterly ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Vair .
+
+dhd:d7d90297-577f-47b6-8fe1-3341f3722c04 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:e11a57b6-5283-45f6-99d8-9529c8ef7d85 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:e4bf1a83-72ec-4cdc-b9b3-d74d6acd1351 a dho:Field ;
+    dho:hasTincture dho:Argent .
+
+dhd:f2a472cf-0d2b-40d0-a900-f218ec0b3b67 a dho:Layer ;
+    dho:hasCharge1 dhd:cd1f6088-47bc-4dc9-adda-9da483e0f33a .
+
+dho:Affronted rdfs:subClassOf dho:Arrangement .
+
+dho:Annelet rdfs:subClassOf dho:Charge .
+
+dho:Antler rdfs:subClassOf dho:Charge .
+
+dho:Arrow rdfs:subClassOf dho:Charge .
+
+dho:BarOfLozenges rdfs:subClassOf dho:Charge .
+
+dho:Bendwise rdfs:subClassOf dho:Arrangement .
+
+dho:Bird rdfs:subClassOf dho:Charge .
+
+dho:Birdcage rdfs:subClassOf dho:Charge .
+
+dho:Book rdfs:subClassOf dho:Charge .
+
+dho:Bull rdfs:subClassOf dho:Charge .
+
+dho:BullsFace rdfs:subClassOf dho:Charge .
+
+dho:Cinquefoil rdfs:subClassOf dho:Charge .
+
+dho:Cotised rdfs:subClassOf dho:Line .
+
+dho:CoveredCup rdfs:subClassOf dho:Charge .
+
+dho:Crancelin rdfs:subClassOf dho:Charge .
+
+dho:Crenelated rdfs:subClassOf dho:Line .
+
+dho:CrequerPlant rdfs:subClassOf dho:Charge .
+
+dho:CrossFormy rdfs:subClassOf dho:Charge .
+
+dho:CrossOfJerusalem rdfs:subClassOf dho:Charge .
+
+dho:Curled rdfs:subClassOf dho:Modifier .
+
+dho:Demi-Gironny rdfs:subClassOf dho:FieldPattern .
+
+dho:Dice rdfs:subClassOf dho:Charge .
+
+dho:Direction a owl:Class .
+
+dho:DoubleTressure rdfs:subClassOf dho:Charge .
+
+dho:DoubleTressureFlory-Counterflory rdfs:subClassOf dho:Charge .
+
+dho:EaglesHead rdfs:subClassOf dho:Charge .
+
+dho:Erect rdfs:subClassOf dho:Modifier .
+
+dho:Fesswise rdfs:subClassOf dho:Arrangement .
+
+dho:Fleur-De-LisOnPartition rdfs:subClassOf dho:Charge .
+
+dho:Flory-Counterflory rdfs:subClassOf dho:Modifier .
+
+dho:Gem-Ring rdfs:subClassOf dho:Charge .
+
+dho:Gorged rdfs:subClassOf dho:Modifier .
+
+dho:Grady rdfs:subClassOf dho:Line .
+
+dho:HumanHead rdfs:subClassOf dho:Charge .
+
+dho:ImperialCrown rdfs:subClassOf dho:Charge .
+
+dho:InFess rdfs:subClassOf dho:Arrangement .
+
+dho:Indented rdfs:subClassOf dho:Line .
+
+dho:Letters rdfs:subClassOf dho:Charge .
+
+dho:Mascle rdfs:subClassOf dho:Charge .
+
+dho:Masoned rdfs:subClassOf dho:FieldPattern .
+
+dho:MountedKnight rdfs:subClassOf dho:Charge .
+
+dho:Naiant rdfs:subClassOf dho:Modifier .
+
+dho:Nimbed rdfs:subClassOf dho:Modifier .
+
+dho:Palewise rdfs:subClassOf dho:Arrangement .
+
+dho:Pily-Barry rdfs:subClassOf dho:FieldPattern .
+
+dho:Scissor rdfs:subClassOf dho:Charge .
+
+dho:Sickle rdfs:subClassOf dho:Charge .
+
+dho:Slipped rdfs:subClassOf dho:Modifier .
+
+dho:Talbot rdfs:subClassOf dho:Charge .
+
+dho:Trumpet rdfs:subClassOf dho:Charge .
+
+dho:Unicorn rdfs:subClassOf dho:Charge .
+
+dho:WaterlilyLeaf rdfs:subClassOf dho:Charge .
+
+dho:WaterlilyLeave rdfs:subClassOf dho:Charge .
+
+dho:Wolf-Hook rdfs:subClassOf dho:Charge .
+
+dho:hasNumber a owl:ObjectProperty .
+
+dhd:000c2c72-e4d3-4332-b1da-b3a56741b5c0 a dho:Layer ;
+    dho:hasCharge1 dhd:9320d642-9e4c-4ce9-897b-738369286f37 .
+
+dhd:00305445-1b73-43c1-bf54-c6e67d800b27 a dho:Crescent ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:007d8ec0-55cc-492e-82a7-0d9fa058f360 a dho:Layer ;
+    dho:hasCharge1 dhd:ac18ae9c-b502-4c23-85c2-6dcc6d9473cc .
+
+dhd:00853f1c-8590-4341-80ce-536a7109c947 a dho:Annulet ;
+    dho:hasTincture1 dho:Or .
+
+dhd:010491bc-8456-4bc3-b35f-9b9e63009e35 a dho:Layer ;
+    dho:hasCharge1 dhd:8534e89b-03c1-4297-9bbb-63157fdc5185 .
+
+dhd:01051a72-6ca3-4566-b37a-833a8e5c6371 a dho:Escutcheon ;
+    dho:hasCoatOfArms dhd:CoA0000002440_CoAF1 .
+
+dhd:01c0f633-8e86-4a99-8ad2-919b9c79a65c a dho:Layer ;
+    dho:hasCharge1 dhd:bb17025e-ca58-4beb-88d6-11537ca82bc3 .
+
+dhd:02e11609-aec8-4386-8d77-f66e52e3b7fc a dho:Layer ;
+    dho:hasCharge1 dhd:9e4b8bfb-3b46-4267-9d01-f436fec59281 .
+
+dhd:04632f2a-d81f-4a0c-9fc8-f4d1a3b656cf a dho:Layer ;
+    dho:hasCharge1 dhd:f40a5b9f-094c-4fbf-9363-0a36c886f2cf .
+
+dhd:051b653c-135d-40f4-9485-3009292a25c0 a dho:Layer ;
+    dho:hasCharge1 dhd:0d2263b9-0bf6-41d5-b6c1-a163ac836604 .
+
+dhd:0845aa55-5d7d-49ab-86dc-6433b4fb89bd a dho:Layer ;
+    dho:hasCharge1 dhd:b3d999df-56b6-4467-ab10-cf1b7e13a10f .
+
+dhd:08b6a2ec-2da7-46fb-a6ad-a0cdf079a39a a dho:Layer ;
+    dho:hasCharge1 dhd:0921c673-9ed3-48c2-8632-36b3fa490db2 .
+
+dhd:0921c673-9ed3-48c2-8632-36b3fa490db2 a dho:Mullet ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:098a2729-3574-44d1-8ce3-701f0d5f481b a dho:Layer ;
+    dho:hasCharge1 dhd:cd57d507-145b-4f42-b2d7-53260def71a0 .
+
+dhd:0aef9314-2bfb-416a-a097-49b987ca7276 a dho:Rose ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:0d2263b9-0bf6-41d5-b6c1-a163ac836604 a dho:Escallop ;
+    dho:hasNumber 5 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:0e07b6d6-35f5-4694-84df-bb225b4f3562 a dho:Mullet ;
+    dho:chargedWith dhd:a621c0be-4492-4587-aa64-537347fd49d5,
+        dhd:d62ef232-10cf-4912-bc53-7a62d11f1109 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:0e3d701f-d5ef-4a21-9eab-a69bd73bd6e5 a dho:Layer ;
+    dho:hasCharge1 dhd:d6c75375-4fab-47e7-aaf0-6cd43228af16 .
+
+dhd:124656f7-142e-400d-96b2-dedcfc054d33 a dho:Layer ;
+    dho:hasCharge1 dhd:d33c596c-467c-4bad-ac6e-0e867f77d3d1 .
+
+dhd:12495156-8b62-43e2-80a7-065734f1ab69 a dho:Eagle ;
+    dho:between dhd:8b594a52-57eb-420b-8ad4-145fc80c05e7,
+        dhd:c1d5a44b-326a-4655-9683-bd7b3dec7a53 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:1302245c-0dc7-4534-b594-41806e43367c a dho:Layer ;
+    dho:hasCharge1 dhd:1642657e-10c9-4393-a5ec-1b32f3631910 .
+
+dhd:13a37496-28c0-4cab-aba7-5ba08a2263d2 a dho:Layer ;
+    dho:hasCharge1 dhd:171b4a5a-c80a-4033-88ef-7fdb89ad5c6d .
+
+dhd:14260e6c-366f-41f1-a5c4-1a3f39c3f14b a dho:Pale ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:1642657e-10c9-4393-a5ec-1b32f3631910 a dho:Lion ;
+    dho:arranged dhd:ceca649b-445c-41b3-8b60-b4b558e898d6 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:16b22721-bba8-4f22-a4d5-9b4e4239cc5e a dho:Rose ;
+    dho:hasNumber 6 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:171b4a5a-c80a-4033-88ef-7fdb89ad5c6d a dho:Martlet ;
+    dho:arranged dhd:90e2e18e-f407-4c36-bb0a-c46d6b451731 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:175c6a2e-3fc6-425d-ad80-c3314e7c1923 a dho:Layer ;
+    dho:hasCharge1 dhd:26bdbe75-aad6-47ef-ad17-f5fa268185d6 .
+
+dhd:17fb7948-812d-4470-bdd2-670a6400568c a dho:Layer ;
+    dho:hasCharge1 dhd:742c0ff1-d1a6-4003-a89a-fdb2878c3737 .
+
+dhd:1805911f-dcfb-4e7b-99f3-dfa29b73bf8d a dho:Layer ;
+    dho:hasCharge1 dhd:9a20b9fe-b85d-4b95-81bf-ac3ca4bf25d4 .
+
+dhd:1a037776-698b-460a-acf4-8bae1cfbc4d2 a dho:Layer ;
+    dho:hasCharge1 dhd:fa138440-d584-4072-953e-e1dcbb4becbe .
+
+dhd:1ac5929b-2b21-4cec-954a-0ecdc585ef23 a dho:Layer ;
+    dho:chargedWith dhd:a621c0be-4492-4587-aa64-537347fd49d5,
+        dhd:d62ef232-10cf-4912-bc53-7a62d11f1109 ;
+    dho:hasCharge1 dhd:0e07b6d6-35f5-4694-84df-bb225b4f3562 .
+
+dhd:1ae2ed71-c4b5-465f-982b-543e39f0ec37 a dho:Layer ;
+    dho:hasCharge1 dhd:16b22721-bba8-4f22-a4d5-9b4e4239cc5e .
+
+dhd:1ce18a99-ce37-4397-8272-27ba75ad140b a dho:Crescent .
+
+dhd:1f5bc1c7-e7ea-4dfc-a055-66a9b22ba257 a dho:Layer ;
+    dho:hasCharge1 dhd:4cb221b9-32ee-43dd-878d-22054bf0b0ca .
+
+dhd:2203bf49-d331-4eb0-9134-e9ced2806505 a dho:FireSteel ;
+    dho:hasNumber 4 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:2330b8d3-7780-48e8-8f8c-2a4f1c6f47ad a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:inChf dhd:beabd168-b10b-402a-9eca-2873a144131a .
+
+dhd:24ad1d78-fd5a-4c58-b7a3-fa9dd982aff8 a dho:Layer ;
+    dho:hasCharge1 dhd:fa2ad633-027d-4fb2-878b-1197e6e1625e .
+
+dhd:2529b550-20d5-4c90-83e2-0728a7b47ff6 a dho:Layer ;
+    dho:hasCharge1 dhd:4f7d7e3b-1157-422f-a3e4-a469d38ce0e1 .
+
+dhd:26bdbe75-aad6-47ef-ad17-f5fa268185d6 a dho:Escutcheon ;
+    dho:hasCoatOfArms dhd:CoA0000002410_CoAF1 ;
+    dho:hasDirection dho:Dexter .
+
+dhd:26ca2919-5cf9-4719-bc6d-1cb4f553ac88 a dho:Martlet ;
+    dho:arranged dhd:5aa76977-729d-497c-9c7f-d3bf064149d7 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:27952a1c-5427-43b9-bc27-b12bcc1ce6d0 a dho:Fess ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:2868e1b7-8224-4a3f-8977-0f5d5112d90c a dho:Eagle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:28d06c78-5657-4a6f-8193-b78eb9aa8d87 a dho:Layer ;
+    dho:hasCharge1 dhd:0bb5d7a3-77b8-42fe-8cbe-322e37659f57 ;
+    dho:hasCharge2 dhd:755c0d06-facb-4468-9d70-cd26596a9236 .
+
+dhd:292b2998-4c44-4693-a6f8-72ae777f0f26 a dho:CrestOfWings ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:294bb993-8f01-4f85-a164-ea8412e36cf5 a dho:Eagle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:29a413f1-a9cd-4a37-8b50-f006691b566a a dho:Rose ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:2a388936-b55a-42b1-8bd2-ef40cd0b574f a dho:Lion ;
+    dho:hasModifier dhd:2a2db38d-3b8a-4b46-8133-0963d990dce7,
+        dhd:49736cfc-92b8-4838-bc02-5ac330e30c8c,
+        dhd:d006d69c-341b-44c8-adbb-d2a33c728f5b ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:2aac0edb-8829-41d9-8a21-c711450fce3b a dho:Layer ;
+    dho:accompaniedBy dhd:be7805d2-eda3-4d5f-9f3b-2eaaa35bead4,
+        dhd:cc8af3d3-7495-4961-bc9c-9983b4498c3a ;
+    dho:hasCharge1 dhd:93591ae3-9c0b-4cec-b771-c96e29eb9a5e .
+
+dhd:2af1bf00-a782-4e68-bb54-c5ddaa20233f a dho:Layer ;
+    dho:hasCharge1 dhd:ef1294fb-f1ec-4bac-bfe4-555eb8643d6d .
+
+dhd:2d1cb96e-12c8-42b2-a72a-bd2e743cc142 a dho:Layer ;
+    dho:hasCharge1 dhd:411ed28d-6c4b-4b04-a536-2e887be414b9 .
+
+dhd:2d621030-a5d3-4602-bcf0-8f1528eeaaec a dho:Layer ;
+    dho:hasCharge1 dhd:2868e1b7-8224-4a3f-8977-0f5d5112d90c .
+
+dhd:2e0d6ac0-e236-4723-a7f4-68f479129ab0 a dho:Layer ;
+    dho:hasCharge1 dhd:0aef9314-2bfb-416a-a097-49b987ca7276 .
+
+dhd:2ea08f59-433c-450b-9538-b9d72fa8f615 a dho:Layer ;
+    dho:hasCharge1 dhd:29a413f1-a9cd-4a37-8b50-f006691b566a .
+
+dhd:2f39adf2-6b31-4c07-a86d-cd2134f1c621 a dho:Layer ;
+    dho:hasCharge1 dhd:cb64c13b-71a3-4c2e-b095-6fe33cbec7d9 .
+
+dhd:32d39680-8010-4702-8536-d79f182b2c36 a dho:Layer ;
+    dho:hasCharge1 dhd:385d7b26-bdb0-4e3d-b24c-8791d65409b5 .
+
+dhd:34a778b4-a3a3-4dce-b509-70efcfdbf7d3 a dho:Layer ;
+    dho:hasCharge1 dhd:4d73df04-dfb8-4643-bbac-b1d7f7d8bebc .
+
+dhd:35d0a682-b236-4652-bd1f-6b69f43973e8 a dho:Gem-Ring ;
+    dho:hasTincture1 dho:Or .
+
+dhd:36707bd5-9307-4156-b903-d0d7a801ebe8 a dho:Layer ;
+    dho:hasCharge1 dhd:c29476ef-2996-4891-8812-f7864012cf27 .
+
+dhd:36953cb2-c08d-4e09-aab3-17620d196b49 a dho:Mount ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:3845e4b8-2cf5-4273-9bcf-eb1921b68799 a dho:Layer ;
+    dho:hasCharge1 dhd:8892d1dc-1809-4e6f-935a-db796f6effa4 .
+
+dhd:385d7b26-bdb0-4e3d-b24c-8791d65409b5 a dho:Fess ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:394bf06a-3f0d-46a0-bb87-bd867db17b04 a dho:Layer ;
+    dho:hasCharge1 dhd:e57819cb-90fc-47f8-888b-2b5340d5a16f .
+
+dhd:39d28f88-15db-4711-ae46-fb9685029685 a dho:Escutcheon ;
+    dho:hasCoatOfArms dhd:CoA0000002410_CoAF1 .
+
+dhd:3d037cfe-5a3e-419a-91f1-f01cb63d50d2 a dho:Mallets ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:3d89acb6-76de-4b88-92f2-7bc6aebb4751 a dho:Border ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:409fb11e-0dca-4516-8498-9b087a5e7b76 a dho:Layer ;
+    dho:hasCharge1 dhd:d31286a1-26b3-4420-84fb-20452e255022 .
+
+dhd:411ed28d-6c4b-4b04-a536-2e887be414b9 a dho:Sword ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:42417a7f-34af-4447-baaa-da3e75a8bfc3 a dho:Layer ;
+    dho:between dhd:3d89acb6-76de-4b88-92f2-7bc6aebb4751,
+        dhd:8be2cc33-fd97-4af3-8e47-7b2cac214ef1 ;
+    dho:hasCharge1 dhd:ad850498-2462-45a8-a9a9-a0afb00bb68d .
+
+dhd:43147193-5dee-41db-bb0f-16e748ff02ff a dho:Layer ;
+    dho:hasCharge1 dhd:2330b8d3-7780-48e8-8f8c-2a4f1c6f47ad .
+
+dhd:437a59c8-d036-4edd-a715-7a7e004620f0 a dho:Layer ;
+    dho:hasCharge1 dhd:26ca2919-5cf9-4719-bc6d-1cb4f553ac88 .
+
+dhd:441e97fb-d2b4-4dfe-8964-ad9d403b3432 a dho:Layer ;
+    dho:hasCharge1 dhd:87458584-5d77-43d1-959a-137fe88dd554 .
+
+dhd:4528efbf-3ae0-426a-85cb-8afddfd860e2 a dho:Layer ;
+    dho:hasCharge1 dhd:8c5e6039-8f6a-4604-b370-e8d85cfc5133 .
+
+dhd:45f7f1c7-8bf0-4101-bec3-95e3472718e9 a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:inChf dhd:63c9c3fb-df58-4e36-8d55-76245a839c08 .
+
+dhd:46a7c116-61ad-486e-b0ee-2cfde211a471 a dho:Layer ;
+    dho:between dhd:8b594a52-57eb-420b-8ad4-145fc80c05e7,
+        dhd:c1d5a44b-326a-4655-9683-bd7b3dec7a53 ;
+    dho:hasCharge1 dhd:12495156-8b62-43e2-80a7-065734f1ab69 .
+
+dhd:46b7d9fd-02d2-435c-b993-52efbd02e155 a dho:Layer ;
+    dho:hasCharge1 dhd:d560a9e9-9c1e-4d4a-bc7d-3fbc7e12f6de .
+
+dhd:494594f6-7671-437f-aeeb-d5275317c7d3 a dho:Sword .
+
+dhd:4a2559bf-fb59-41cd-8ceb-640a57de96b7 a dho:Escutcheon ;
+    dho:hasCoatOfArms dhd:CoA0000002440_CoAF1 .
+
+dhd:4a969c2e-0525-41df-8350-204575339a16 a dho:Bear ;
+    dho:hasModifier dhd:cf1b968f-65ba-4d9f-9ec4-d0bfa0fb3a8a ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:4ac22236-c586-4fd0-a011-d7ec23a3a738 a dho:Mullet ;
+    dho:hasTincture1 dho:Vert ;
+    dho:inChfDx dhd:a5829ce8-4e05-43bb-a293-1013d177ed4c .
+
+dhd:4c23a591-1985-45f2-b045-1b6631c2774b a dho:Layer ;
+    dho:hasCharge1 dhd:7d71fe99-01bb-41e9-82eb-6097bc842a45 .
+
+dhd:4cb221b9-32ee-43dd-878d-22054bf0b0ca a dho:Letters ;
+    dho:hasText ".." .
+
+dhd:4d73df04-dfb8-4643-bbac-b1d7f7d8bebc a dho:EscutchOf ;
+    dho:hasCoatOfArms dhd:CoA0000006294_CoAF1 .
+
+dhd:4f7d7e3b-1157-422f-a3e4-a469d38ce0e1 a dho:Mullet ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:50fcff88-afd3-47f5-bc89-44298ae6915d a dho:Bend ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:52354083-827f-4d61-9661-66c61a259e3b a dho:Mullet ;
+    dho:hasTincture1 dho:Vert ;
+    dho:inChfDx dhd:e11a57b6-5283-45f6-99d8-9529c8ef7d85 .
+
+dhd:5513007b-7967-4757-b6a8-7c1b3ef83fa1 a dho:Layer ;
+    dho:hasCharge1 dhd:14260e6c-366f-41f1-a5c4-1a3f39c3f14b .
+
+dhd:55405f85-3aac-4274-bd11-3de20a5f053c a dho:Layer ;
+    dho:hasCharge1 dhd:dcc3e5ef-2d42-4715-8322-6a1ce1c94015 .
+
+dhd:5573f87a-eb08-4982-a5c4-10975f697497 a dho:Layer ;
+    dho:hasCharge1 dhd:1a4ac5f9-7d25-4a2b-9e96-c6443db66421 ;
+    dho:hasCharge2 dhd:dc4de3e1-3a68-47cc-870b-f01db6fe6ee2 .
+
+dhd:572d0c1e-6471-45f6-a8c9-a3890724a466 a dho:CrossCrosslets ;
+    dho:arranged dhd:dfc61fb4-884b-457a-ab19-208dd54a5212 ;
+    dho:hasNumber 6 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:58d94a47-b4f4-4883-9785-86e1f2c55b71 a dho:Layer ;
+    dho:hasCharge1 dhd:6f9fcf48-4aae-4244-848b-b2f87e711df8 .
+
+dhd:5aa25c71-4fb5-44e3-9f55-49c0ffa707b1 a dho:Layer ;
+    dho:hasCharge1 dhd:be2b2ddc-4d2d-4044-825e-ebd745ac9ff4 .
+
+dhd:5cb2096d-e6ff-44b5-87c8-6ff12e18d446 a dho:Layer ;
+    dho:hasCharge1 dhd:d38e398a-1c88-4e9f-b822-3eae3b8cb4bd .
+
+dhd:5de679ec-3d6f-4981-a2ad-560501434647 a dho:Fleur-De-Lis ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:5e1234ce-ba05-49e7-a44f-70c275befdf6 a dho:Layer ;
+    dho:hasCharge1 dhd:01051a72-6ca3-4566-b37a-833a8e5c6371 .
+
+dhd:5e7692d3-bc5d-4443-be83-f54792e91a6d a dho:Lion ;
+    dho:hasModifier dhd:6cedc869-2659-437a-8080-910c79d81dbd ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:616115ec-ef57-4aac-831a-b951bb9a7f50 a dho:Letters ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:6267df08-7772-49d5-a8a7-ebe6821a8b7c a dho:Estoile ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:643fdaf9-e9e5-4229-b7fa-8d87c5a0c91d a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent ;
+    dho:inChf dhd:6dbf6d21-31a5-4e04-8262-a5865efbc4a3 .
+
+dhd:6679bac8-9dcf-4efb-b8ac-05427d0f505c a dho:Layer ;
+    dho:hasCharge1 dhd:36953cb2-c08d-4e09-aab3-17620d196b49 .
+
+dhd:66b4f8cb-8690-4032-842d-eb504412bc0f a dho:Layer ;
+    dho:hasCharge1 dhd:d4078e33-b770-4637-a370-b919df3ce7e8 .
+
+dhd:66bbc5ca-4976-445d-bfe0-544d9c77f099 a dho:Layer ;
+    dho:hasCharge1 dhd:eb3ee116-ce2b-48be-b74c-397c95fb62e8 .
+
+dhd:679428c7-9e0e-4762-9d93-d070a885d33e a dho:Layer ;
+    dho:hasCharge1 dhd:db7a08e9-9d05-4257-8c5f-caaf3aef81f3 .
+
+dhd:68b9a554-1c91-4770-a9a1-19493e643532 a dho:Layer ;
+    dho:hasCharge1 dhd:d06b1558-d57d-4efa-afb4-ad5830505b5a .
+
+dhd:68eaa634-e9c8-48c5-a070-65e3fe4739a5 a dho:Layer ;
+    dho:hasCharge1 dhd:39d28f88-15db-4711-ae46-fb9685029685 .
+
+dhd:69d4088b-6ec6-4b58-a732-682dff757c2c a dho:DoubleTressureFlory ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:6a7b8a69-e5c9-4765-ac53-41988b5cf528 a dho:Rose ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:6c57ea45-41b3-49ae-9d2b-f0e69126ee43 a dho:Layer ;
+    dho:hasCharge1 dhd:f9d7a0c6-0e0f-4a9e-9d76-81411559504a .
+
+dhd:6c5f27ae-3f59-400d-819a-d6f5eed0b02b a dho:DoubleTressure ;
+    dho:hasModifier dhd:fc6ff887-c940-4e7a-a50f-0a2793405da5 .
+
+dhd:6f9fcf48-4aae-4244-848b-b2f87e711df8 a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:708e9e5d-ef36-4807-900c-e0054ffaf2ea a dho:Layer ;
+    dho:hasCharge1 dhd:45f7f1c7-8bf0-4101-bec3-95e3472718e9 .
+
+dhd:70f55f66-9e2e-434a-b3bb-2f49adaf5564 a dho:Layer ;
+    dho:hasCharge1 dhd:957b4b8d-241d-4e32-ba07-4e6847307f2a .
+
+dhd:734daee7-ec0d-41f7-a65b-e494c0a13b9c a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:742c0ff1-d1a6-4003-a89a-fdb2878c3737 a dho:Sickle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:inChf dhd:e4bf1a83-72ec-4cdc-b9b3-d74d6acd1351 .
+
+dhd:753de681-7263-4f62-8392-890947c04d54 a dho:Layer ;
+    dho:hasCharge1 dhd:9a9ae262-d313-45af-923f-2eaefada29d6 .
+
+dhd:777793eb-b25f-47a3-8599-1f3ed39af2df a dho:Layer ;
+    dho:hasCharge1 dhd:00305445-1b73-43c1-bf54-c6e67d800b27 .
+
+dhd:78b733b1-1774-4170-a7c9-3b0c9ea945db a dho:Lion ;
+    dho:arranged dhd:b938d3d8-c894-4541-acbd-62fded590ae2 ;
+    dho:hasModifier dhd:26f4010a-adb4-46dd-b454-bc9c548e4a91 ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:79716488-f503-46c8-a9fe-414d41d44cda a dho:Layer ;
+    dho:hasCharge1 dhd:5e7692d3-bc5d-4443-be83-f54792e91a6d .
+
+dhd:7a457bf7-fdc1-4079-a413-534cb2734ddb a dho:Layer ;
+    dho:hasCharge1 dhd:93bdd024-72f2-460b-966b-8c7010c83bf4 .
+
+dhd:7d6e00f3-1f6b-44d7-84f0-d325b2c2072c a dho:Mullet ;
+    dho:hasTincture1 dho:Gules ;
+    dho:inChf dhd:0aaecfff-2762-480e-9fc1-a7bde6abcd8d .
+
+dhd:7d71fe99-01bb-41e9-82eb-6097bc842a45 a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:7d75eeb6-4cba-4e78-a931-2a707be66e42 a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:inChf dhd:1a461302-0f38-4410-9337-daef5fd2a35e .
+
+dhd:800959d6-b2ec-4289-828e-3aef62288f59 a dho:Layer ;
+    dho:hasCharge1 dhd:35d0a682-b236-4652-bd1f-6b69f43973e8 .
+
+dhd:80527bd6-2624-40c7-8a9a-6fcc5777983e a dho:Layer ;
+    dho:hasCharge1 dhd:a8a5f38e-1355-4b35-90e9-d8c65120e9af .
+
+dhd:82d19eaf-692e-43ca-a08c-da37a064d045 a dho:Rose ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:831f245f-ae2c-4e01-9e75-1e05575ecb70 a dho:Crescent ;
+    dho:hasPattern dhd:d3a9d259-981c-4d27-89f0-67297583cab0 ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Argent .
+
+dhd:834ffc09-87f7-48d1-ab0e-b919d4506206 a dho:Layer ;
+    dho:hasCharge1 dhd:78b733b1-1774-4170-a7c9-3b0c9ea945db .
+
+dhd:851f174d-60a0-4b5c-98e6-a1a6118a10bf a dho:Layer ;
+    dho:hasCharge1 dhd:88c2d888-4664-4c5f-845d-1038382e2a0d .
+
+dhd:8534e89b-03c1-4297-9bbb-63157fdc5185 a dho:Tree ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:857eb99a-efde-4968-aad4-d174c55ae759 a dho:Rose ;
+    dho:hasNumber 7 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:861f10f9-385c-42f7-8f6d-6b62100ad75e a dho:Layer ;
+    dho:hasCharge1 dhd:c0342e7d-9b43-431a-9ac1-1e32a5e8e8ad .
+
+dhd:87458584-5d77-43d1-959a-137fe88dd554 a dho:Annulet .
+
+dhd:882561da-bcae-4473-ae4b-f569220f70f7 a dho:Layer ;
+    dho:hasCharge1 dhd:6c5f27ae-3f59-400d-819a-d6f5eed0b02b .
+
+dhd:8892d1dc-1809-4e6f-935a-db796f6effa4 a dho:Rose ;
+    dho:hasNumber 8 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:88c2d888-4664-4c5f-845d-1038382e2a0d a dho:Lion ;
+    dho:hasModifier dhd:27f481ac-2373-4614-b685-1caa718a2652,
+        dhd:3cad9155-d905-4593-bab0-d1e26ceffb60,
+        dhd:f758f43e-3d38-40ca-8d54-f3a94b625766,
+        dhd:f8438602-b24c-48de-a4b4-c64c7af90eae ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:88d650c3-3fec-432b-8588-83ddcbf97614 a dho:Layer ;
+    dho:hasCharge1 dhd:b2e3aba9-cd19-427f-bd46-05b28e5ec757 .
+
+dhd:8b594a52-57eb-420b-8ad4-145fc80c05e7 a dho:Border ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:8bce3ae1-4319-4faa-859e-99814f2ee64f a dho:Layer ;
+    dho:hasCharge1 dhd:c4cd5183-a661-41c7-b9a3-b917967d2e28 .
+
+dhd:8be2cc33-fd97-4af3-8e47-7b2cac214ef1 a dho:Layer ;
+    dho:hasCharge1 dhd:3d89acb6-76de-4b88-92f2-7bc6aebb4751 .
+
+dhd:8c5e6039-8f6a-4604-b370-e8d85cfc5133 a dho:Lozenge ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8d9357b8-34ec-4b74-b259-f6491bb747e4 a dho:Eagle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:8eeda9bf-0823-4bf5-82da-3753b4133da7 a dho:Layer ;
+    dho:hasCharge1 dhd:d0b5c9d2-325c-4c99-a043-e30b76e11abd .
+
+dhd:8f3d1061-6b16-4b24-9e41-b7bbbbfa5e03 a dho:Layer ;
+    dho:hasCharge1 dhd:4ac22236-c586-4fd0-a011-d7ec23a3a738 .
+
+dhd:8f49815f-b90f-4cb8-84aa-230e2a0a2288 a dho:Layer ;
+    dho:hasCharge1 dhd:2a388936-b55a-42b1-8bd2-ef40cd0b574f .
+
+dhd:91e1747e-76d6-43b5-b667-0aa9d4df94a3 a dho:Layer ;
+    dho:hasCharge1 dhd:3d037cfe-5a3e-419a-91f1-f01cb63d50d2 .
+
+dhd:9320d642-9e4c-4ce9-897b-738369286f37 a dho:Bluebell ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:93591ae3-9c0b-4cec-b771-c96e29eb9a5e a dho:CrossMoline ;
+    dho:accompaniedBy dhd:be7805d2-eda3-4d5f-9f3b-2eaaa35bead4,
+        dhd:cc8af3d3-7495-4961-bc9c-9983b4498c3a ;
+    dho:hasNumber 2 .
+
+dhd:93bdd024-72f2-460b-966b-8c7010c83bf4 a dho:Roundel ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:94ce633c-eb91-4193-85f8-4a4d47556a8d a dho:Layer ;
+    dho:hasCharge1 dhd:bd2b7daf-92ab-4f49-9b59-55bc5a56860a .
+
+dhd:957b4b8d-241d-4e32-ba07-4e6847307f2a a dho:DoubleTressureFlory-Counterflory ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:9a20b9fe-b85d-4b95-81bf-ac3ca4bf25d4 a dho:Rose ;
+    dho:hasNumber 6 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:9a9ae262-d313-45af-923f-2eaefada29d6 a dho:Mount ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:9c5f2327-4caf-441e-affd-5c49f295ce83 a dho:Lion ;
+    dho:hasModifier dhd:7e3e974b-2ff8-4d72-83cf-c4186c8a239d,
+        dhd:ad9b89cb-1f86-4f04-8140-e192e76362ad ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:9db0847f-818a-4d8c-bac5-174f664f6e20 a dho:Estoile ;
+    dho:hasNumber 3 .
+
+dhd:9e4b8bfb-3b46-4267-9d01-f436fec59281 a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9e88c6b4-d7ea-4f07-8c65-0185dc87e75f a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9eeb3c15-ad4a-4bae-a472-c632c0f554b7 a dho:Eagle ;
+    dho:hasModifier dhd:9595b5dd-d300-4f50-aed9-b2c4d58960bb ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:9f9f49be-dda4-4f56-98bc-adb5037ce060 a dho:Layer ;
+    dho:hasCharge1 dhd:9c5f2327-4caf-441e-affd-5c49f295ce83 .
+
+dhd:9ffeacbd-3120-4b33-b7be-ec0b92b62a27 a dho:Mount ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:CoA0000002583_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:5fefbb8b-2ebc-4588-955b-4eb60147dc70,
+        dhd:e3d59364-f44e-4430-a072-ea22273f33c7 ;
+    dho:hasLayer1 dhd:c6e1fe58-80b2-40db-8634-011ecc41c7ce,
+        dhd:f101dbd4-1f03-4791-ae1a-654c8f7e23ad ;
+    dho:hasOMAID "2583_1" .
+
+dhd:CoA0000004403_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:06ecee92-7f87-436b-912b-edeaee0de953 ;
+    dho:hasLayer1 dhd:bbc39769-4d08-44a6-884a-a66c556ab6f3 ;
+    dho:hasOMAID "4403_1" .
+
+dhd:CoA0000006228_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:33e51637-37b3-4788-98f0-50d6c660778a,
+        dhd:aeebca0e-1088-4186-8d5d-ae46f8c51789 ;
+    dho:hasLayer1 dhd:1fc2553c-2679-4534-9bce-5d1fa2ef409e,
+        dhd:ec990e0c-07a5-4f95-9250-cd21ee20dcef ;
+    dho:hasOMAID "6228_1" .
+
+dhd:CoA0000008287_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:bb4a87ae-8c2b-4587-9258-86691539b5b7 ;
+    dho:hasLayer1 dhd:10678e82-643c-409e-b39f-2f98a56d1977 ;
+    dho:hasOMAID "8287_A_1" .
+
+dhd:CoA0000008359_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:c5a139c2-801d-40cc-a14c-8686f2f86b42 ;
+    dho:hasLayer1 dhd:b6113838-0b50-452c-bae5-cbccbe204e85 ;
+    dho:hasOMAID "8359_B_1" .
+
+dhd:CoA0000008363 a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:8d6ca8bf-4712-405a-93b0-4e0d8222421e ;
+    dho:hasMarshalledPart1 dhd:CoA0000008363_A ;
+    dho:hasMarshalledPart2 dhd:CoA0000008363_B ;
+    dho:hasMarshalledPart3 dhd:CoA0000008363_B ;
+    dho:hasMarshalledPart4 dhd:CoA0000008363_A ;
+    dho:hasOMAID "8363" ;
+    dho:numberOfMarshalledParts 4 .
+
+dhd:CoA0000008378_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:3f23114d-8562-4558-b95a-57b1953c8d9b ;
+    dho:hasLayer1 dhd:5553fada-d98d-479f-89e0-c6401ae7509c ;
+    dho:hasOMAID "8378_A_1" .
+
+dhd:CoA0000008378_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:54baa5e1-3695-4da2-83a0-50c5d76df908 ;
+    dho:hasLayer1 dhd:095da3a0-b853-4880-90c6-16e9b15d27d7 ;
+    dho:hasOMAID "8378_B_1" .
+
+dhd:CoA0000008724_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:53c213a9-bc88-4c60-9fa4-bdb84a527d46 ;
+    dho:hasLayer1 dhd:d32a8ded-235d-42c0-a268-273d0f7f1d2d ;
+    dho:hasOMAID "8724_B_1" .
+
+dhd:CoA0000008837_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:38a58c52-304c-442d-b83c-1de062a97437 ;
+    dho:hasOMAID "8837_A_1" .
+
+dhd:CoA0000008837_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:d5dc4e8d-386e-428b-b174-765f0c0f1bbc ;
+    dho:hasLayer1 dhd:3c923166-5b0e-4f88-abf4-72cf7c6b0d22 ;
+    dho:hasLayer2 dhd:042a6624-961e-437e-ba58-48ee93b902f2 ;
+    dho:hasLayer3 dhd:ce67b825-b46d-4762-8c1e-b9d8d747dab2 ;
+    dho:hasOMAID "8837_B_1" .
+
+dhd:CoA0000008991_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:6f60f09d-633d-4a0a-a32a-0e656723aa1d ;
+    dho:hasOMAID "8991_B_1" .
+
+dhd:CoA0000009579_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:9c5b57f7-2da4-487d-ab8b-19e3563bb289 ;
+    dho:hasLayer1 dhd:93612e03-25f5-4aaf-b6a0-e1d19c6ce5b2 ;
+    dho:hasOMAID "9579_B_1" .
+
+dhd:CoA0000016665_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:2a28812f-35bb-4250-ada3-3de8716b7906 ;
+    dho:hasLayer1 dhd:a7ee0589-07eb-4bef-afdd-3e04d80313c5 ;
+    dho:hasOMAID "16665_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027012_B_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:83e60e8f-160c-41df-a89b-3546647afda6 ;
+    dho:hasLayer1 dhd:4dc81ac2-b3ec-471e-8bbf-2f6f42fc5da4 ;
+    dho:hasOMAID "27012_B_1" .
+
+dhd:CoA0000027636_A_1 a dho:CoatOfArms ;
+    dho:hasBeliefValue false ;
+    dho:hasField dhd:fb71ff2b-1f85-4cbe-9a0a-9c3a2bb5c917 ;
+    dho:hasLayer1 dhd:91e3d5a7-0021-4d82-b162-f5a551bc0cca ;
+    dho:hasOMAID "27636_A_1" .
+
+dhd:a08c3d24-3cb1-4ca6-be84-2502cfec8240 a dho:Layer ;
+    dho:hasCharge1 dhd:50fcff88-afd3-47f5-bc89-44298ae6915d .
+
+dhd:a372e67a-7425-4cd7-93de-7908795bbf45 a dho:Layer ;
+    dho:hasCharge1 dhd:69d4088b-6ec6-4b58-a732-682dff757c2c .
+
+dhd:a57baaa8-0b6a-4139-b01c-3a80ab731e52 a dho:Layer ;
+    dho:hasCharge1 dhd:e8d825cf-ebf6-46aa-b53a-19eda87bab21 .
+
+dhd:a621c0be-4492-4587-aa64-537347fd49d5 a dho:Layer ;
+    dho:hasCharge1 dhd:d62ef232-10cf-4912-bc53-7a62d11f1109 .
+
+dhd:a72bd510-7939-4d69-b7e9-0be6768d6955 a dho:Layer ;
+    dho:hasCharge1 dhd:82d19eaf-692e-43ca-a08c-da37a064d045 .
+
+dhd:a82c453e-5132-4253-80ab-4b585288a669 a dho:Layer ;
+    dho:hasCharge1 dhd:7d6e00f3-1f6b-44d7-84f0-d325b2c2072c .
+
+dhd:a85792ef-d11f-43c9-8e56-ce85e3b99c5b a dho:Layer ;
+    dho:hasCharge1 dhd:294bb993-8f01-4f85-a164-ea8412e36cf5 .
+
+dhd:a8a5f38e-1355-4b35-90e9-d8c65120e9af a dho:Fess ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:a95bf355-5e5b-48dc-a9b6-c47cf94fac0a a dho:Layer ;
+    dho:hasCharge1 dhd:831f245f-ae2c-4e01-9e75-1e05575ecb70 .
+
+dhd:aa73e60b-e891-4d03-8512-7692768bede5 a dho:Layer ;
+    dho:hasCharge1 dhd:d4cb1110-65f1-4497-ae25-decae52571d8 .
+
+dhd:ac18ae9c-b502-4c23-85c2-6dcc6d9473cc a dho:Anchor ;
+    dho:hasModifier dhd:c2698886-7a54-426a-96e9-b36717f705e4 ;
+    dho:hasTincture1 dho:Sable ;
+    dho:inChfDx dhd:a6fde889-66f3-4939-ad15-66b2cbd8f7d5 .
+
+dhd:ac6430a7-2aea-4dd5-a6a7-a17f0607fdd5 a dho:Estoile ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:InOmbre .
+
+dhd:ad850498-2462-45a8-a9a9-a0afb00bb68d a dho:Escallop ;
+    dho:between dhd:3d89acb6-76de-4b88-92f2-7bc6aebb4751,
+        dhd:8be2cc33-fd97-4af3-8e47-7b2cac214ef1 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ae6f1fe8-6aef-438a-9f44-3131deac8adf a dho:Layer ;
+    dho:hasCharge1 dhd:bd5dfec4-57d0-4000-bb48-af4433b2a929 .
+
+dhd:b13d15e9-8370-42b7-b061-569f931580f6 a dho:Layer ;
+    dho:chargedWith dhd:ce88e2a1-8447-46c2-9504-67497b78ad33,
+        dhd:f631bd96-f49a-4a58-b206-161786ae0fbc ;
+    dho:hasCharge1 dhd:b185a512-3380-450f-9aae-8cb2318ddf64 .
+
+dhd:b185a512-3380-450f-9aae-8cb2318ddf64 a dho:Escallop ;
+    dho:chargedWith dhd:ce88e2a1-8447-46c2-9504-67497b78ad33,
+        dhd:f631bd96-f49a-4a58-b206-161786ae0fbc ;
+    dho:hasNumber 5 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:b2e3aba9-cd19-427f-bd46-05b28e5ec757 a dho:Mount ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:b3d999df-56b6-4467-ab10-cf1b7e13a10f a dho:Martlet ;
+    dho:hasTincture1 dho:Sable ;
+    dho:inChfDx dhd:583a6e5a-d67b-4cd3-ba21-194ffcb8f7f1 .
+
+dhd:b4d037e6-801d-4500-8d0c-410323be6374 a dho:Layer ;
+    dho:hasCharge1 dhd:27952a1c-5427-43b9-bc27-b12bcc1ce6d0 .
+
+dhd:b794af1c-2512-4282-ab82-2a7acee02e8b a dho:Layer ;
+    dho:hasCharge1 dhd:572d0c1e-6471-45f6-a8c9-a3890724a466 .
+
+dhd:b80f3a5d-316e-4056-8b39-4f03ba09911e a dho:Layer ;
+    dho:hasCharge1 dhd:ac6430a7-2aea-4dd5-a6a7-a17f0607fdd5 .
+
+dhd:b867645d-eb64-4c6f-8826-5e26b9aa18f2 a dho:Layer ;
+    dho:hasCharge1 dhd:7d75eeb6-4cba-4e78-a931-2a707be66e42 .
+
+dhd:b93906a1-8a12-49fd-abbf-b9d39252ab16 a dho:Buckle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:baaf72a7-bf4f-4b6f-a8fb-4175f3c2fe6b a dho:Layer ;
+    dho:hasCharge1 dhd:de4092b2-64a7-4bf2-8c36-42a5587c580b .
+
+dhd:bb17025e-ca58-4beb-88d6-11537ca82bc3 a dho:Fess ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:bd2b7daf-92ab-4f49-9b59-55bc5a56860a a dho:Estoile ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:InOmbre .
+
+dhd:bd5dfec4-57d0-4000-bb48-af4433b2a929 a dho:Lion ;
+    dho:hasModifier dhd:45d9963d-fe7b-4661-bd9e-cc537aa6f060,
+        dhd:4f52b773-fd74-43f7-961a-fba6e12287cb ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:bdde28f4-4fc1-4f06-821d-b75002a8d10b a dho:Layer ;
+    dho:hasCharge1 dhd:9db0847f-818a-4d8c-bac5-174f664f6e20 .
+
+dhd:be28b890-8b53-454d-9024-4bf514db69e8 a dho:Estoile ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:be2b2ddc-4d2d-4044-825e-ebd745ac9ff4 a dho:Bend ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:be7805d2-eda3-4d5f-9f3b-2eaaa35bead4 a dho:Label ;
+    dho:hasTincture1 dho:Azure .
+
+dhd:c00948b0-ffcc-47be-8467-f8a12ffca450 a dho:Layer ;
+    dho:hasCharge1 dhd:e4632650-ea40-455c-a576-7a8b5273db1c .
+
+dhd:c0342e7d-9b43-431a-9ac1-1e32a5e8e8ad a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:c1d5a44b-326a-4655-9683-bd7b3dec7a53 a dho:Layer ;
+    dho:hasCharge1 dhd:8b594a52-57eb-420b-8ad4-145fc80c05e7 .
+
+dhd:c29476ef-2996-4891-8812-f7864012cf27 a dho:Rose ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c29ecbfb-a380-4bdf-b354-6b6d3ab71443 a dho:Annulet ;
+    dho:hasNumber 5 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c2abbabd-a4a8-41ad-a701-72899e1a293d a dho:Layer ;
+    dho:hasCharge1 dhd:d061b94a-2bc6-410f-9a54-c2f1a7438de7 .
+
+dhd:c4cd5183-a661-41c7-b9a3-b917967d2e28 a dho:Rose ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:c586d23e-8aca-4f85-a722-9e37da34f333 a dho:Layer ;
+    dho:hasCharge1 dhd:cd879d6a-17e7-4e01-b1bb-d1b089906bb7 .
+
+dhd:c7b2a291-6683-420e-b216-81a5e8fd56d0 a dho:Lion ;
+    dho:arranged dhd:07c2439c-d29a-4d71-b1bf-e6b86f152c7e ;
+    dho:hasNumber 2 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:cac667b7-209b-492c-92f7-f576690ea6ab a dho:Layer ;
+    dho:hasCharge1 dhd:6a7b8a69-e5c9-4765-ac53-41988b5cf528 .
+
+dhd:cb64c13b-71a3-4c2e-b095-6fe33cbec7d9 a dho:Martlet ;
+    dho:arranged dhd:74b51176-750e-4ba3-8b1c-5dc47bfa2fd2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:cc54975a-e3a7-45e8-8544-b45708262c5d a dho:Text ;
+    dho:hasText "AMOR" ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:cc8af3d3-7495-4961-bc9c-9983b4498c3a a dho:Layer ;
+    dho:hasCharge1 dhd:be7805d2-eda3-4d5f-9f3b-2eaaa35bead4 .
+
+dhd:cd4ce292-2b45-454a-9049-97972d09a31c a dho:Molette ;
+    dho:chargedWith dhd:9e88c6b4-d7ea-4f07-8c65-0185dc87e75f,
+        dhd:ef6cae35-aabd-4d2e-b6b6-e960af58f401 ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:cd57d507-145b-4f42-b2d7-53260def71a0 a dho:DoubleTressureFlory-Counterflory ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:cd879d6a-17e7-4e01-b1bb-d1b089906bb7 a dho:Lion ;
+    dho:hasModifier dhd:19f08229-5642-4346-b76a-0be2744d1fa2 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:ce88e2a1-8447-46c2-9504-67497b78ad33 a dho:Layer ;
+    dho:hasCharge1 dhd:f631bd96-f49a-4a58-b206-161786ae0fbc .
+
+dhd:cf29d67a-46b4-4f4d-b561-d396cd1cda87 a dho:Chevron ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:cffab53d-60bd-4261-b657-dc5c01756dfb a dho:Layer ;
+    dho:hasCharge1 dhd:734daee7-ec0d-41f7-a65b-e494c0a13b9c .
+
+dhd:d061b94a-2bc6-410f-9a54-c2f1a7438de7 a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or ;
+    dho:inChf dhd:50ddf4c8-313f-44f0-b23b-3792f0c795e4 .
+
+dhd:d06b1558-d57d-4efa-afb4-ad5830505b5a a dho:DoubleTressure ;
+    dho:hasModifier dhd:890cba66-0eab-4838-ae50-4f12dd74d8d8 ;
+    dho:hasTincture1 dho:Vert .
+
+dhd:d0970c1c-11c6-4b26-afe0-bd2a582c5ac0 a dho:Layer ;
+    dho:hasCharge1 dhd:6267df08-7772-49d5-a8a7-ebe6821a8b7c .
+
+dhd:d0b5c9d2-325c-4c99-a043-e30b76e11abd a dho:Annelet ;
+    dho:hasTincture1 dho:Sable ;
+    dho:inChfDx dhd:d7d90297-577f-47b6-8fe1-3341f3722c04 .
+
+dhd:d25f7268-2aba-4d16-89cf-422a8a17f689 a dho:Layer ;
+    dho:hasCharge1 dhd:cf29d67a-46b4-4f4d-b561-d396cd1cda87 .
+
+dhd:d31286a1-26b3-4420-84fb-20452e255022 a dho:Lion ;
+    dho:hasModifier dhd:f5be9b29-01f9-44e6-a269-82e2919bf6cf ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d33c596c-467c-4bad-ac6e-0e867f77d3d1 a dho:Buckle ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d38e398a-1c88-4e9f-b822-3eae3b8cb4bd a dho:Fleur-De-Lis ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d4078e33-b770-4637-a370-b919df3ce7e8 a dho:Annulet ;
+    dho:hasTincture1 dho:Or .
+
+dhd:d4ab7bee-7000-4dbf-9185-0f7763e42be8 a dho:Layer ;
+    dho:hasCharge1 dhd:4a2559bf-fb59-41cd-8ceb-640a57de96b7 .
+
+dhd:d4cb1110-65f1-4497-ae25-decae52571d8 a dho:Rose ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:d560a9e9-9c1e-4d4a-bc7d-3fbc7e12f6de a dho:Bluebell ;
+    dho:hasTincture1 dho:Gules ;
+    dho:hasTincture2 dho:Azure .
+
+dhd:d5ee6ad7-467e-4a13-9a8c-c193b32216f1 a dho:Layer ;
+    dho:hasCharge1 dhd:616115ec-ef57-4aac-831a-b951bb9a7f50 .
+
+dhd:d62ef232-10cf-4912-bc53-7a62d11f1109 a dho:Martlet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:d6c75375-4fab-47e7-aaf0-6cd43228af16 a dho:Bend ;
+    dho:hasTincture1 dho:Ermine .
+
+dhd:d9f80d5e-6086-4fbe-9cad-dc69be6a4afd a dho:Layer ;
+    dho:hasCharge1 dhd:292b2998-4c44-4693-a6f8-72ae777f0f26 .
+
+dhd:dad060ab-30d5-41dc-adab-c3b479379ba3 a dho:Layer ;
+    dho:hasCharge1 dhd:be28b890-8b53-454d-9024-4bf514db69e8 .
+
+dhd:db7a08e9-9d05-4257-8c5f-caaf3aef81f3 a dho:Mount ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:dc6957a2-57bc-43ab-9274-3cdca0359697 a dho:PairOfPincers ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:dcc3e5ef-2d42-4715-8322-6a1ce1c94015 a dho:Martlet ;
+    dho:arranged dhd:619f6350-9278-49b1-9b81-091ff5f04c22 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:de4092b2-64a7-4bf2-8c36-42a5587c580b a dho:Bend ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:defc4094-af66-4e99-9f92-32dc42085388 a dho:Layer ;
+    dho:hasCharge1 dhd:8d9357b8-34ec-4b74-b259-f6491bb747e4 .
+
+dhd:e191fc4f-3186-4d28-8420-f2cbcfef6faa a dho:Layer ;
+    dho:hasCharge1 dhd:c7b2a291-6683-420e-b216-81a5e8fd56d0 .
+
+dhd:e206634b-6170-4766-a1e3-dc3818d394a2 a dho:Layer ;
+    dho:hasCharge1 dhd:4a969c2e-0525-41df-8350-204575339a16 .
+
+dhd:e211a9ab-e98d-40af-b1cf-7e23db026409 a dho:Layer ;
+    dho:hasCharge1 dhd:cc54975a-e3a7-45e8-8544-b45708262c5d .
+
+dhd:e4632650-ea40-455c-a576-7a8b5273db1c a dho:Mullet ;
+    dho:hasTincture1 dho:Argent ;
+    dho:inChfDx dhd:2414e395-d84a-43a3-8eac-01291f721fbe .
+
+dhd:e57819cb-90fc-47f8-888b-2b5340d5a16f a dho:Bend ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:e62833e7-85ad-4426-999f-630de211d4c7 a dho:Layer ;
+    dho:hasCharge1 dhd:f7028728-be90-4a0e-a776-7c80207b3550 .
+
+dhd:e709fd99-6707-4e70-bbea-a205e0b43591 a dho:Layer ;
+    dho:hasCharge1 dhd:f9c303f1-3ef1-414f-b859-a7553ea7b648 .
+
+dhd:e8d825cf-ebf6-46aa-b53a-19eda87bab21 a dho:Escallop ;
+    dho:hasTincture1 dho:Sable .
+
+dhd:e8dc89bd-32ee-4b08-a903-706dc9c39300 a dho:Layer ;
+    dho:hasCharge1 dhd:52354083-827f-4d61-9661-66c61a259e3b .
+
+dhd:e94cc5f2-61e0-4adf-b415-d3e91a0362d3 a dho:Layer ;
+    dho:chargedWith dhd:9e88c6b4-d7ea-4f07-8c65-0185dc87e75f,
+        dhd:ef6cae35-aabd-4d2e-b6b6-e960af58f401 ;
+    dho:hasCharge1 dhd:cd4ce292-2b45-454a-9049-97972d09a31c .
+
+dhd:e9beec15-6b3b-4986-8084-0f5f345855ef a dho:Layer ;
+    dho:hasCharge1 dhd:dc6957a2-57bc-43ab-9274-3cdca0359697 .
+
+dhd:eb3ee116-ce2b-48be-b74c-397c95fb62e8 a dho:Escallop ;
+    dho:hasNumber 5 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:ec97bd28-0dce-41a6-a9e2-c8c38a871f17 a dho:Layer ;
+    dho:hasCharge1 dhd:b93906a1-8a12-49fd-abbf-b9d39252ab16 .
+
+dhd:ed34fa1c-5419-4160-8129-1adde2d67b11 a dho:Layer ;
+    dho:hasCharge1 dhd:2203bf49-d331-4eb0-9134-e9ced2806505 .
+
+dhd:edac58ff-6193-431f-a61c-d68a94f213f3 a dho:Layer ;
+    dho:hasCharge1 dhd:494594f6-7671-437f-aeeb-d5275317c7d3 .
+
+dhd:ee8507b0-cdec-491b-8b6a-4a7684ea6104 a dho:Layer ;
+    dho:hasCharge1 dhd:5de679ec-3d6f-4981-a2ad-560501434647 .
+
+dhd:ef1294fb-f1ec-4bac-bfe4-555eb8643d6d a dho:Annulet ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Or .
+
+dhd:ef6cae35-aabd-4d2e-b6b6-e960af58f401 a dho:Layer ;
+    dho:hasCharge1 dhd:9e88c6b4-d7ea-4f07-8c65-0185dc87e75f .
+
+dhd:f11f92c1-325b-440b-a5e4-ee94fc55fc64 a dho:Layer ;
+    dho:hasCharge1 dhd:fa4499c6-a677-48bd-818b-af9be5193dc6 .
+
+dhd:f25ec8e5-69ac-4643-897f-dda96aea6d4e a dho:Layer ;
+    dho:hasCharge1 dhd:9eeb3c15-ad4a-4bae-a472-c632c0f554b7 .
+
+dhd:f40a5b9f-094c-4fbf-9363-0a36c886f2cf a dho:Annelet ;
+    dho:hasTincture1 dho:Or ;
+    dho:inChfDx dhd:bb1e6a72-a222-4c8e-a347-cdcd910d2240 .
+
+dhd:f5c34f03-b61c-41c8-9ea4-0f370e476f4c a dho:Layer ;
+    dho:hasCharge1 dhd:857eb99a-efde-4968-aad4-d174c55ae759 .
+
+dhd:f631bd96-f49a-4a58-b206-161786ae0fbc a dho:Escutcheon ;
+    dho:hasCoatOfArms dhd:CoA0000006003_CoAF1 ;
+    dho:inChf dhd:20bfe8cf-f49d-4090-8a83-7733bb8b7efe .
+
+dhd:f6ae64a0-c802-41aa-8839-4679420ab696 a dho:Layer ;
+    dho:hasCharge1 dhd:c29ecbfb-a380-4bdf-b354-6b6d3ab71443 .
+
+dhd:f7028728-be90-4a0e-a776-7c80207b3550 a dho:Escutcheon ;
+    dho:hasCoatOfArms dhd:CoA0000007294_CoAF1 .
+
+dhd:f9c303f1-3ef1-414f-b859-a7553ea7b648 a dho:Chevron ;
+    dho:hasNumber 3 ;
+    dho:hasTincture1 dho:Argent .
+
+dhd:f9d7a0c6-0e0f-4a9e-9d76-81411559504a a dho:Martlet ;
+    dho:arranged dhd:00209af9-723f-4deb-9262-4ff351b531d4 ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:fa138440-d584-4072-953e-e1dcbb4becbe a dho:Lion ;
+    dho:hasModifier dhd:9866ad8d-0511-4258-b77d-7d01123e1087,
+        dhd:caa22cd5-0f66-4c08-a813-d6ac86e80b2c,
+        dhd:d1921b47-946a-4be1-9720-23023544814f ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:fa2ad633-027d-4fb2-878b-1197e6e1625e a dho:Crown ;
+    dho:hasTincture1 dho:Or .
+
+dhd:fa4499c6-a677-48bd-818b-af9be5193dc6 a dho:Mount ;
+    dho:hasTincture1 dho:Or .
+
+dhd:fc9a4ed6-6412-454e-bef4-22e37b59b400 a dho:Layer ;
+    dho:hasCharge1 dhd:643fdaf9-e9e5-4229-b7fa-8d87c5a0c91d .
+
+dhd:fd391c6e-71e3-4143-9f17-e1313a0cac71 a dho:Layer ;
+    dho:hasCharge1 dhd:00853f1c-8590-4341-80ce-536a7109c947 .
+
+dhd:fd4dded1-b252-4ef5-b00a-354f7d1bcb79 a dho:Layer ;
+    dho:hasCharge1 dhd:1ce18a99-ce37-4397-8272-27ba75ad140b .
+
+dhd:fe525302-9ba6-49f2-92a0-0fddd6425f8c a dho:Layer ;
+    dho:hasCharge1 dhd:9ffeacbd-3120-4b33-b7be-ec0b92b62a27 .
+
+dho:Axe rdfs:subClassOf dho:Charge .
+
+dho:Banner rdfs:subClassOf dho:ModeOfCoatOfArmsRepresentation .
+
+dho:Bear rdfs:subClassOf dho:Charge .
+
+dho:BendOfLozenges rdfs:subClassOf dho:Charge,
+        dho:FieldPattern .
+
+dho:Castle rdfs:subClassOf dho:Charge .
+
+dho:Crampon rdfs:subClassOf dho:Charge .
+
+dho:CrossMoline rdfs:subClassOf dho:Charge .
+
+dho:Dolphin rdfs:subClassOf dho:Charge .
+
+dho:Embowed rdfs:subClassOf dho:Modifier .
+
+dho:FessOfLozenges rdfs:subClassOf dho:Charge .
+
+dho:Flanchi rdfs:subClassOf dho:Charge .
+
+dho:Gamb rdfs:subClassOf dho:Charge .
+
+dho:Greyhound rdfs:subClassOf dho:Charge .
+
+dho:Hooded rdfs:subClassOf dho:Modifier .
+
+dho:InBend rdfs:subClassOf dho:Arrangement .
+
+dho:Key rdfs:subClassOf dho:Charge .
+
+dho:MaunchFisted rdfs:subClassOf dho:Charge .
+
+dho:Of8Pt rdfs:subClassOf dho:Modifier .
+
+dho:ReedMace rdfs:subClassOf dho:Charge .
+
+dho:RoseLeaf rdfs:subClassOf dho:Charge .
+
+dho:Swan rdfs:subClassOf dho:Charge .
+
+dho:Talon rdfs:subClassOf dho:Charge .
+
+dho:Vairy rdfs:subClassOf dho:FieldPattern .
+
+dho:Wheel rdfs:subClassOf dho:Charge .
+
+dho:Wolf rdfs:subClassOf dho:Charge .
+
+dho:hasTimbreAttribute a owl:ObjectProperty .
+
+dhd:755c0d06-facb-4468-9d70-cd26596a9236 a dho:Hammer ;
+    dho:hasDirection dho:Sinister ;
+    dho:hasTincture1 dho:Gules .
+
+dhd:CoA0000008287_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:18a23ade-971b-4633-84c1-01997e09aa39 ;
+    dho:hasLayer1 dhd:b8ab0eed-742d-4c53-97b8-64a14884cd5d ;
+    dho:hasOMAID "8287_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008359_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:c3b1ce58-71aa-409c-8073-e6dc7ef938bc ;
+    dho:hasOMAID "8359_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008676_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:da5a4b1d-13ff-4569-85f8-df7f07d92955 ;
+    dho:hasOMAID "8676_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008676_B a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added armed and langued to Charge1 / added compony to Charge2" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008676_B_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:49d7bc59-bffd-4248-8819-8eef0132c526 ;
+    dho:hasLayer1 dhd:8d97c22d-ee2d-4cf2-bdf3-282dd728450e ;
+    dho:hasLayer2 dhd:49d2aed1-7af1-42bd-abbd-e94389eb981d ;
+    dho:hasOMAID "8676_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008724_A a dho:CoatOfArms ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000008724_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:a966ae15-46ad-47d8-8ebd-efa482947cd0 ;
+    dho:hasOMAID "8724_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000008991_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:ece18a23-b0b6-4a53-baf1-3dc8f7e38775 ;
+    dho:hasOMAID "8991_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000009579_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:599aee53-ea52-4b5b-8fbe-176903238b8e ;
+    dho:hasLayer1 dhd:9eb93053-4001-4ad0-9246-8c774706d276 ;
+    dho:hasOMAID "9579_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000016665_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:769b6036-d0d9-44c8-aa82-380a02e9e5a2 ;
+    dho:hasLayer1 dhd:b4bd2ebd-a60a-46dd-bb78-203ac28ff891 ;
+    dho:hasOMAID "16665_B" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027012_A a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:eb9db552-f6d6-4b11-814c-3f947ae01279 ;
+    dho:hasOMAID "27012_A" ;
+    dho:numberOfMarshalledParts 1 .
+
+dhd:CoA0000027636_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:50150eb5-4783-47f2-a2bc-129482ae0327 ;
+    dho:hasOMAID "27636_B" .
+
+dhd:CoA0000027639_A_A a dho:CoatOfArms ;
+    dho:blasonCorrectionComment "added rampant" ;
+    dho:blasonWasCorrected true ;
+    dho:correctedCoatOfArms dhd:CoA0000027639_A_A_1 ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:76ad3e57-6573-4fc7-908b-ff89b77fb658 ;
+    dho:hasLayer1 dhd:03a95355-3e8b-42d9-bfd6-61fe55add16d ;
+    dho:hasOMAID "27639_A_A" .
+
+dhd:CoA0000027639_A_B a dho:CoatOfArms ;
+    dho:hasBeliefValue true ;
+    dho:hasField dhd:3f0a9fac-4046-417c-986c-d421cf4e628b ;
+    dho:hasOMAID "27639_A_B" .
+
+dhd:dc4de3e1-3a68-47cc-870b-f01db6fe6ee2 a dho:CoveredCup ;
+    dho:hasTincture1 dho:Gules .
+
+dho:Countercharged rdfs:subClassOf dho:Modifier .
+
+dho:Crown rdfs:subClassOf dho:Charge .
+
+dho:Dancetty rdfs:subClassOf dho:Line .
+
+dho:Dragon rdfs:subClassOf dho:Charge .
+
+dho:Helmet rdfs:subClassOf dho:Charge .
+
+dho:InOmbre rdfs:subClassOf dho:Tincture .
+
+dho:Inverted rdfs:subClassOf dho:Modifier .
+
+dho:MarshallingType a owl:Class .
+
+dho:ModeOfCoatOfArmsRepresentation a owl:Class .
+
+dho:Naissant rdfs:subClassOf dho:Modifier .
+
+dho:PerQuarter rdfs:subClassOf dho:MarshallingType .
+
+dho:PerSaltire rdfs:subClassOf dho:FieldPattern,
+        dho:MarshallingType .
+
+dho:Pile rdfs:subClassOf dho:Charge .
+
+dho:SemyOfHearts rdfs:subClassOf dho:Seme .
+
+dho:Star rdfs:subClassOf dho:Charge .
+
+dho:Statant rdfs:subClassOf dho:Modifier .
+
+dho:Stringed rdfs:subClassOf dho:Modifier .
+
+dho:Sword rdfs:subClassOf dho:Charge .
+
+dho:Wing rdfs:subClassOf dho:Charge .
+
+dho:hasCharge a owl:ObjectProperty .
+
+dho:hasTincture a owl:ObjectProperty .
+
+dho:Bluebell rdfs:subClassOf dho:Charge .
+
+dho:Buckle rdfs:subClassOf dho:Charge .
+
+dho:Doubleheaded rdfs:subClassOf dho:Modifier .
+
+dho:InSaltire rdfs:subClassOf dho:Arrangement .
+
+dho:Increscent rdfs:subClassOf dho:Charge .
+
+dho:Inescutcheon rdfs:subClassOf dho:Escutcheon .
+
+dho:P rdfs:subClassOf dho:Tincture .
+
+dho:Paly rdfs:subClassOf dho:FieldPattern .
+
+dho:Salient rdfs:subClassOf dho:Modifier .
+
+dho:Tierced rdfs:subClassOf dho:FieldPattern .
+
+dho:Tower rdfs:subClassOf dho:Charge .
+
+dho:Dexter rdfs:subClassOf dho:Direction,
+        dho:Line .
+
+dho:Escallop rdfs:subClassOf dho:Charge .
+
+dho:Estoile rdfs:subClassOf dho:Charge .
+
+dho:Fish rdfs:subClassOf dho:Charge .
+
+dho:Fretty rdfs:subClassOf dho:Charge .
+
+dho:Mount rdfs:subClassOf dho:Charge .
+
+dho:OrleOf rdfs:subClassOf dho:Arrangement .
+
+dho:PiedNouri rdfs:subClassOf dho:Modifier .
+
+dho:Roundel rdfs:subClassOf dho:Charge .
+
+dho:numberOfMarshalledParts rdfs:subPropertyOf dho:hasNumber .
+
+dho:Crescent rdfs:subClassOf dho:Charge .
+
+dho:Empty rdfs:subClassOf dho:Charge .
+
+dho:PerChevron rdfs:subClassOf dho:Arrangement,
+        dho:FieldPattern .
+
+dho:Lozengy rdfs:subClassOf dho:FieldPattern .
+
+dho:Plain rdfs:subClassOf dho:FieldPattern .
+
+dho:Quarterly rdfs:subClassOf dho:FieldPattern .
+
+dho:Roundelly rdfs:subClassOf dho:FieldPattern,
+        dho:Seme .
+
+dho:Bugle-Horn rdfs:subClassOf dho:Charge .
+
+dho:Chevronny rdfs:subClassOf dho:FieldPattern .
+
+dho:Engrailed rdfs:subClassOf dho:Line .
+
+dho:Segreant rdfs:subClassOf dho:Modifier .
+
+dho:Barbel rdfs:subClassOf dho:Charge .
+
+dho:InPale rdfs:subClassOf dho:Arrangement .
+
+dho:Mullet rdfs:subClassOf dho:Charge .
+
+<http://digitalheraldry.org/digital-heraldry-ontology#(2:1)> rdfs:subClassOf dho:Arrangement .
+
+dho:Griffin rdfs:subClassOf dho:Charge .
+
+dho:Line a owl:Class .
+
+dho:Lozenge rdfs:subClassOf dho:Charge .
+
+dho:Sinister rdfs:subClassOf dho:Direction .
+
+dho:Bendy rdfs:subClassOf dho:FieldPattern .
+
+dho:PerFess rdfs:subClassOf dho:Arrangement,
+        dho:FieldPattern,
+        dho:LineModifier,
+        dho:MarshallingType .
+
+dho:Canton rdfs:subClassOf dho:Charge,
+        dho:CoatOfArms .
+
+dho:Crusily rdfs:subClassOf dho:Seme .
+
+dho:Missing rdfs:subClassOf dho:Tincture .
+
+dho:hasVisualRelation a owl:ObjectProperty .
+
+dho:Annulet rdfs:subClassOf dho:Charge .
+
+dho:Vair rdfs:subClassOf dho:FieldPattern,
+        dho:Tincture .
+
+dho:Addorsed rdfs:subClassOf dho:Arrangement .
+
+dho:Barruly rdfs:subClassOf dho:FieldPattern .
+
+dho:Compony rdfs:subClassOf dho:FieldPattern .
+
+dho:Issant rdfs:subClassOf dho:Modifier .
+
+dho:PerBend rdfs:subClassOf dho:Arrangement,
+        dho:FieldPattern .
+
+dho:SemyOfFleurs-De-Lis rdfs:subClassOf dho:Seme .
+
+dho:Tincture a owl:Class .
+
+dho:Martlet rdfs:subClassOf dho:Charge .
+
+dho:Saltire rdfs:subClassOf dho:Charge .
+
+dho:Bar rdfs:subClassOf dho:Charge .
+
+dho:Escutcheon rdfs:subClassOf dho:Charge,
+        dho:CoatOfArms .
+
+dho:Arrangement a owl:Class .
+
+dho:Checky rdfs:subClassOf dho:FieldPattern .
+
+dho:Cross rdfs:subClassOf dho:Charge .
+
+dho:Ermine rdfs:subClassOf dho:FieldPattern,
+        dho:Tincture .
+
+dho:Fleur-De-Lis rdfs:subClassOf dho:Charge .
+
+dho:Barry rdfs:subClassOf dho:FieldPattern .
+
+dho:Billety rdfs:subClassOf dho:Seme .
+
+dho:Chevron rdfs:subClassOf dho:Charge .
+
+dho:Label rdfs:subClassOf dho:Charge .
+
+dho:Passant rdfs:subClassOf dho:Modifier .
+
+dho:PerPale rdfs:subClassOf dho:Arrangement,
+        dho:FieldPattern,
+        dho:MarshallingType .
+
+dho:QueueFourchy rdfs:subClassOf dho:Modifier .
+
+dho:Guardant rdfs:subClassOf dho:Modifier .
+
+dho:Rose rdfs:subClassOf dho:Charge .
+
+dho:FieldPattern a owl:Class .
+
+dho:Pale rdfs:subClassOf dho:Charge .
+
+dho:Armed rdfs:subClassOf dho:Modifier .
+
+dho:Langued rdfs:subClassOf dho:Modifier .
+
+dho:Vert rdfs:subClassOf dho:Tincture .
+
+dho:Eagle rdfs:subClassOf dho:Charge .
+
+dho:Modifier a owl:Class .
+
+dho:Border rdfs:subClassOf dho:Charge .
+
+dho:Fess rdfs:subClassOf dho:Charge .
+
+dho:Bend rdfs:subClassOf dho:Charge .
+
+dho:Seme a owl:Class ;
+    rdfs:subClassOf dho:Charge .
+
+dho:Chief rdfs:subClassOf dho:Charge .
+
+dho:Crowned rdfs:subClassOf dho:Modifier .
+
+dho:Rampant rdfs:subClassOf dho:Modifier .
+
+dho:Charge a owl:Class .
+
+dho:Sable rdfs:subClassOf dho:Tincture .
+
+dho:Lion rdfs:subClassOf dho:Charge .
+
+dho:Azure rdfs:subClassOf dho:Tincture .
+
+dho:Argent rdfs:subClassOf dho:Tincture .
+
+dho:Or rdfs:subClassOf dho:Tincture .
+
+dho:Gules rdfs:subClassOf dho:Tincture .
+
+dho:Shield rdfs:subClassOf dho:ModeOfCoatOfArmsRepresentation .
+
+dho:CoatOfArmsReference a owl:Class .
+
+dho:Field a owl:Class .
+
+dho:CoatOfArms a owl:Class .
+
+dho:Layer a owl:Class .
+
diff --git a/src/rdf-mappings/merge_rdf_files_into_kg.py b/src/rdf-mappings/merge_rdf_files_into_kg.py
new file mode 100644
index 0000000000000000000000000000000000000000..3aaef60f8942b6ff9444f980ace03c2d9b647743
--- /dev/null
+++ b/src/rdf-mappings/merge_rdf_files_into_kg.py
@@ -0,0 +1,51 @@
+# merge_rdf_files_into_kg
+
+"""
+Merges multiple rdf files into the Digital Heraldry Knowledge Graph
+"""
+
+from rdflib import Graph
+import argparse
+import json
+import functions
+
+if __name__ == '__main__':
+    parser = argparse.ArgumentParser(
+        description=__doc__,
+        formatter_class=argparse.RawDescriptionHelpFormatter
+    )
+
+    # parser.add_argument(
+    #     'knowledge_graph_file',
+    #     type=str,
+    #     help='''Name of the file where the Knowledge Graph is stored in. The output is stored in data/rdf-output. If the file already exists, the rdf files to
+    #     integrate are integrated into the existing knowledge graph, unless the parameter -d is set'''
+    # )
+    parser.add_argument(
+        '-i',
+        '--input-rdf-files',
+        nargs='+',
+        required=True,
+        help='One or multiple rdf files that are to be merged into the knowledge graph, which is set in config-merge_rdf_files_into_kg.json'
+    )
+
+    args = parser.parse_args()._get_kwargs()[0][1]
+
+    # Load config file
+    with open("config/config-merge_rdf_files_into_kg.json", "r") as config_file:
+        mapping_config = json.load(config_file)
+
+    # Initialize rdflib graph object
+    g = Graph()
+
+    # Load the existing Knowledge Graph and integrate the new data there, if stated so in the config file
+    if mapping_config['existing_ontology'] is not None:
+        g.parse(mapping_config['existing_ontology'])
+
+    # Integrate all given rdf graphs into a single one
+    for rdf_file in args:
+        print(f'Merging {rdf_file} into Knowledge Graph')
+        g.parse(rdf_file)
+
+    # Serialize the prepared graph according to options, set in the config file
+    functions.serialize_graph(g, mapping_config['output_files'])
\ No newline at end of file